01JKV969ZGH88HNMEKRM5DSPX0: 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: 01JKV96KSHGT39Z1WS4JKZWJ0G

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-11T19:54:46.614Zjob assigned to worker 01JKV96T2SCKBMM7KSKBWK6539 [factory aws, i-0a3d798d622cabc50] (queued for 49 s)
 
22025-02-11T19:54:54.875Zstarting task 0: "setup"
32025-02-11T19:54:54.882Z++ uname -s
42025-02-11T19:54:54.885Z+ kern=SunOS
52025-02-11T19:54:54.885Z+ build_user=build
62025-02-11T19:54:54.885Z+ build_uid=12345
72025-02-11T19:54:54.885Z+ work_dir=/work
82025-02-11T19:54:54.885Z+ input_dir=/input
92025-02-11T19:54:54.885Z+ [[ 0 == 12345 ]]
102025-02-11T19:54:54.885Z+ case "$kern" in
112025-02-11T19:54:54.885Z+ groupadd -g 12345 build
122025-02-11T19:54:54.888Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-11T19:54:56.895Z+ zfs create -o mountpoint=/work rpool/work
142025-02-11T19:54:57.026Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-11T19:54:57.029Z+ home_fs=zfs
162025-02-11T19:54:57.029Z+ [[ zfs == autofs ]]
172025-02-11T19:54:57.029Z+ mkdir -p /home/build
182025-02-11T19:54:57.032Z+ chown build:build /home/build /work
192025-02-11T19:54:59.034Z+ chmod 0700 /home/build /work
202025-02-11T19:54:59.036Zprocess exited: duration 4160 ms, exit code 0
 
212025-02-11T19:54:59.042Zstarting task 1: "rust-toolchain"
222025-02-11T19:54:59.047Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.0
232025-02-11T19:54:59.047Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-02-11T19:54:59.047Z * rust toolchain channel = "1.84.0"
252025-02-11T19:54:59.047Z * rust toolchain profile = "default"
262025-02-11T19:54:59.047Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-11T19:54:59.047Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-11T19:54:59.050Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-11T19:54:59.050Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.0 --profile default
302025-02-11T19:54:59.157Zinfo: downloading installer
312025-02-11T19:55:00.633Zwarning: it looks like you have an existing installation of Rust at:
322025-02-11T19:55:00.633Zwarning: /opt/ooce/bin
332025-02-11T19:55:00.633Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-11T19:55:00.633Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-11T19:55:00.633Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-11T19:55:00.633Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-11T19:55:00.633Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-11T19:55:00.633Zerror: cannot install while Rust is installed
392025-02-11T19:55:00.633Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-11T19:55:00.648Zinfo: profile set to 'default'
412025-02-11T19:55:00.649Zinfo: default host triple is x86_64-unknown-illumos
422025-02-11T19:55:00.651Zinfo: syncing channel updates for '1.84.0-x86_64-unknown-illumos'
432025-02-11T19:55:00.786Zinfo: latest update on 2025-01-09, rust version 1.84.0 (9fc6b4312 2025-01-07)
442025-02-11T19:55:00.786Zinfo: downloading component 'cargo'
452025-02-11T19:55:01.558Zinfo: downloading component 'clippy'
462025-02-11T19:55:01.841Zinfo: downloading component 'rust-docs'
472025-02-11T19:55:02.849Zinfo: downloading component 'rust-std'
482025-02-11T19:55:04.345Zinfo: downloading component 'rustc'
492025-02-11T19:55:10.202Zinfo: downloading component 'rustfmt'
502025-02-11T19:55:10.425Zinfo: installing component 'cargo'
512025-02-11T19:55:11.286Zinfo: installing component 'clippy'
522025-02-11T19:55:11.684Zinfo: installing component 'rust-docs'
532025-02-11T19:55:13.320Zinfo: installing component 'rust-std'
542025-02-11T19:55:15.151Zinfo: installing component 'rustc'
552025-02-11T19:55:21.408Zinfo: installing component 'rustfmt'
562025-02-11T19:55:21.743Zinfo: default toolchain set to '1.84.0-x86_64-unknown-illumos'
572025-02-11T19:55:21.743Z
582025-02-11T19:55:22.134Z 1.84.0-x86_64-unknown-illumos installed - rustc 1.84.0 (9fc6b4312 2025-01-07)
592025-02-11T19:55:22.134Z
602025-02-11T19:55:22.137Z
612025-02-11T19:55:22.137ZRust is installed now. Great!
622025-02-11T19:55:22.137Z
632025-02-11T19:55:22.137ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-11T19:55:22.137Zenvironment variable. This has not been done automatically.
652025-02-11T19:55:22.137Z
662025-02-11T19:55:22.137ZTo configure your current shell, you need to source
672025-02-11T19:55:22.137Zthe corresponding env file under $HOME/.cargo.
682025-02-11T19:55:22.137Z
692025-02-11T19:55:22.137ZThis is usually done by running one of the following (note the leading DOT):
702025-02-11T19:55:22.137Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-11T19:55:22.137Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-11T19:55:22.216Z+ rustup --version
732025-02-11T19:55:22.223Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-11T19:55:22.223Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-11T19:55:22.302Zinfo: The currently active `rustc` version is `rustc 1.84.0 (9fc6b4312 2025-01-07)`
762025-02-11T19:55:22.305Z+ cargo --version
772025-02-11T19:55:22.364Zcargo 1.84.0 (66221abde 2024-11-19)
782025-02-11T19:55:22.367Z+ rustc --version
792025-02-11T19:55:22.431Zrustc 1.84.0 (9fc6b4312 2025-01-07)
802025-02-11T19:55:22.435Zprocess exited: duration 23387 ms, exit code 0
 
812025-02-11T19:55:22.441Zstarting task 2: "authentication"
822025-02-11T19:55:22.463Zprocess exited: duration 21 ms, exit code 0
 
832025-02-11T19:55:22.468Zstarting task 3: "clone repository"
842025-02-11T19:55:22.473Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-11T19:55:22.476Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-11T19:55:22.517ZCloning into '/work/oxidecomputer/omicron'...
872025-02-11T19:55:29.531Z+ cd /work/oxidecomputer/omicron
882025-02-11T19:55:29.533Z+ git fetch origin 9dfa35b328ef43e6efd533eddd4b8858fb66498f
892025-02-11T19:55:29.873ZFrom https://github.com/oxidecomputer/omicron
902025-02-11T19:55:29.873Z * branch 9dfa35b328ef43e6efd533eddd4b8858fb66498f -> FETCH_HEAD
912025-02-11T19:55:29.888Z+ [[ -n '' ]]
922025-02-11T19:55:29.888Z+ git reset --hard 9dfa35b328ef43e6efd533eddd4b8858fb66498f
932025-02-11T19:55:30.038ZHEAD is now at 9dfa35b32 @smklein's comment suggestion
942025-02-11T19:55:30.041Zprocess exited: duration 7571 ms, exit code 0
 
952025-02-11T19:55:30.047Zstarting task 4: "build"
962025-02-11T19:55:30.056Z+ source ./env.sh
972025-02-11T19:55:30.058Z++ OLD_SHELL_OPTS=ehxB
982025-02-11T19:55:30.058Z++ set -o xtrace
992025-02-11T19:55:30.058Z++++ dirname ./env.sh
1002025-02-11T19:55:30.061Z+++ readlink -f .
1012025-02-11T19:55:30.063Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022025-02-11T19:55:30.066Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1032025-02-11T19:55:30.066Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1042025-02-11T19:55:30.066Z++ 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
1052025-02-11T19:55:30.066Z++ 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
1062025-02-11T19:55:30.066Z++ 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
1072025-02-11T19:55:30.066Z++ 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
1082025-02-11T19:55:30.066Z++ 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
1092025-02-11T19:55:30.066Z++ 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
1102025-02-11T19:55:30.067Z++ case $OLD_SHELL_OPTS in
1112025-02-11T19:55:30.067Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122025-02-11T19:55:30.067Z+ source .github/buildomat/ci-env.sh
1132025-02-11T19:55:30.067Z++ export CARGO_TERM_COLOR=always
1142025-02-11T19:55:30.067Z++ CARGO_TERM_COLOR=always
1152025-02-11T19:55:30.067Z+ target_os=illumos
1162025-02-11T19:55:30.067Z+ NEXTEST_VERSION=0.9.86
1172025-02-11T19:55:30.067Z+ cargo --version
1182025-02-11T19:55:30.116Zcargo 1.84.0 (66221abde 2024-11-19)
1192025-02-11T19:55:30.119Z+ rustc --version
1202025-02-11T19:55:30.183Zrustc 1.84.0 (9fc6b4312 2025-01-07)
1212025-02-11T19:55:30.187Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1222025-02-11T19:55:30.190Z+ gunzip
1232025-02-11T19:55:30.190Z+ tar -xvf - -C /home/build/.cargo/bin
1242025-02-11T19:55:31.281Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1252025-02-11T19:55:31.285Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1262025-02-11T19:55:31.285Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1272025-02-11T19:55:31.285Ztests will store ephemeral output in /var/tmp/omicron_tmp
1282025-02-11T19:55:31.285Z+ mkdir /var/tmp/omicron_tmp
1292025-02-11T19:55:31.285Z+ OUTPUT_DIR=/work
1302025-02-11T19:55:31.289Z+ echo 'tests will store non-ephemeral output in /work'
1312025-02-11T19:55:31.289Ztests will store non-ephemeral output in /work
1322025-02-11T19:55:31.289Z+ mkdir -p /work
1332025-02-11T19:55:31.289Z+ banner prerequisites
1342025-02-11T19:55:31.291Z
1352025-02-11T19:55:31.291Z ##### ##### ###### ##### ###### #### # # # #### #
1362025-02-11T19:55:31.291Z # # # # # # # # # # # # # # #
1372025-02-11T19:55:31.291Z # # # # ##### # # ##### # # # # # #### #
1382025-02-11T19:55:31.292Z ##### ##### # ##### # # # # # # # # #
1392025-02-11T19:55:31.292Z # # # # # # # # # # # # # # #
1402025-02-11T19:55:31.292Z # # # ###### # # ###### ### # #### # #### #
1412025-02-11T19:55:31.292Z
1422025-02-11T19:55:31.292Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1432025-02-11T19:55:32.957Zpkg list: illegal option -- F
1442025-02-11T19:55:32.957ZUsage:
1452025-02-11T19:55:32.960Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1462025-02-11T19:55:32.960Z [pkg_fmri_pattern ...]
1472025-02-11T19:55:33.813Zpkg list: illegal option -- F
1482025-02-11T19:55:33.813ZUsage:
1492025-02-11T19:55:33.813Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1502025-02-11T19:55:33.813Z [pkg_fmri_pattern ...]
1512025-02-11T19:55:40.781Z Startup: Refreshing catalog 'helios-dev' ... Done
1522025-02-11T19:55:45.052Z Startup: Caching catalogs ... Done
1532025-02-11T19:55:57.693ZPlanning: Solver setup ... Done (11.692s)
1542025-02-11T19:55:57.850ZPlanning: Running solver ... Done (0.157s)
1552025-02-11T19:55:57.974ZPlanning: Finding local manifests ... Done (0.006s)
1562025-02-11T19:55:57.986ZPlanning: Fetching manifests: 0/7 0% complete
1572025-02-11T19:55:58.238ZPlanning: Fetching manifests: 7/7 100% complete
1582025-02-11T19:55:58.350ZPlanning: Package planning ... Done (0.113s)
1592025-02-11T19:55:58.408ZPlanning: Merging actions ... Done (0.058s)
1602025-02-11T19:55:58.608ZPlanning: Checking for conflicting actions ... Done (0.199s)
1612025-02-11T19:56:00.739ZPlanning: Consolidating action changes ... Done (2.131s)
1622025-02-11T19:56:01.179ZPlanning: Evaluating mediators ... Done (0.439s)
1632025-02-11T19:56:01.260ZPlanning: Planning completed in 16.11 seconds
1642025-02-11T19:56:01.276Z Packages to install: 4
1652025-02-11T19:56:01.276Z Packages to update: 3
1662025-02-11T19:56:01.280Z Mediators to change: 2
1672025-02-11T19:56:01.281Z Services to change: 1
1682025-02-11T19:56:01.281Z Estimated space available: 155.60 GB
1692025-02-11T19:56:01.281ZEstimated space to be consumed: 1.65 GB
1702025-02-11T19:56:01.281Z Create boot environment: No
1712025-02-11T19:56:01.281ZCreate backup boot environment: Yes
1722025-02-11T19:56:01.281Z Rebuild boot archive: No
1732025-02-11T19:56:01.281Z
1742025-02-11T19:56:01.281ZChanged mediators:
1752025-02-11T19:56:01.281Z mediator clang:
1762025-02-11T19:56:01.281Z version: None -> 15 (system default)
1772025-02-11T19:56:01.281Z
1782025-02-11T19:56:01.281Z mediator llvm:
1792025-02-11T19:56:01.281Z version: 14 (system default) -> 15 (system default)
1802025-02-11T19:56:01.281Z
1812025-02-11T19:56:01.281ZChanged packages:
1822025-02-11T19:56:01.281Zhelios-dev
1832025-02-11T19:56:01.281Z developer/build-essential
1842025-02-11T19:56:01.281Z None -> 11-2.0
1852025-02-11T19:56:01.281Z library/libxmlsec1
1862025-02-11T19:56:01.281Z None -> 1.2.35-2.0
1872025-02-11T19:56:01.281Z ooce/developer/clang-15
1882025-02-11T19:56:01.281Z None -> 15.0.7-2.0
1892025-02-11T19:56:01.281Z ooce/developer/llvm-15
1902025-02-11T19:56:01.281Z None -> 15.0.7-2.0
1912025-02-11T19:56:01.281Z package/pkg
1922025-02-11T19:56:01.281Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1932025-02-11T19:56:01.281Z system/library/g++-runtime
1942025-02-11T19:56:01.281Z 13-2.0 -> 14-2.0
1952025-02-11T19:56:01.281Z system/library/gcc-runtime
1962025-02-11T19:56:01.281Z 13-2.0 -> 14-2.0
1972025-02-11T19:56:01.281Z
1982025-02-11T19:56:01.281ZServices:
1992025-02-11T19:56:01.281Z restart_fmri:
2002025-02-11T19:56:01.282Z svc:/system/update-man-index:default
2012025-02-11T19:56:01.282Z
2022025-02-11T19:56:01.282ZEditable files to change:
2032025-02-11T19:56:01.282Z Update:
2042025-02-11T19:56:01.282Z usr/share/lib/pkg/web/config.shtml
2052025-02-11T19:56:01.363Z
2062025-02-11T19:56:01.363ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2072025-02-11T19:56:06.366ZDownload: 1216/4301 items 85.8/225.4MB 38% complete (17.2M/s)
2082025-02-11T19:56:11.423ZDownload: 2396/4301 items 120.0/225.4MB 53% complete (12.1M/s)
2092025-02-11T19:56:16.426ZDownload: 3167/4301 items 164.6/225.4MB 73% complete (7.5M/s)
2102025-02-11T19:56:23.828ZDownload: 3248/4301 items 203.1/225.4MB 90% complete (8.5M/s)
2112025-02-11T19:56:28.830ZDownload: 3569/4301 items 215.8/225.4MB 95% complete (2.6M/s)
2122025-02-11T19:56:34.146ZDownload: 4298/4301 items 225.1/225.4MB 99% complete (2.3M/s)
2132025-02-11T19:56:35.743ZDownload: Completed 225.42 MB in 34.37 seconds (6.6M/s)
2142025-02-11T19:56:37.840Z Actions: 1/5122 actions (Removing old actions)
2152025-02-11T19:56:37.866Z Actions: 194/5122 actions (Installing new actions)
2162025-02-11T19:56:42.617Z Actions: 4267/5122 actions (Updating modified actions)
2172025-02-11T19:56:42.976Z Actions: Completed 5122 actions in 5.13 seconds.
2182025-02-11T19:56:43.278Z Done (0.292s)
2192025-02-11T19:56:43.281Z Done (0.001s)
2202025-02-11T19:56:43.878Z Done (0.598s)
2212025-02-11T19:56:48.445Z Done (4.326s)
2222025-02-11T19:56:48.532Z Done (0.019s)
2232025-02-11T19:56:48.551Z Done (0.000s)
2242025-02-11T19:56:48.717Z Done (0.000s)
2252025-02-11T19:56:49.437ZPlanning: Evaluating mediator changes ... Done
2262025-02-11T19:56:49.602ZPlanning: Checking for conflicting actions ... Done
2272025-02-11T19:56:49.604ZPlanning: Consolidating action changes ... Done
2282025-02-11T19:56:49.871ZPlanning: Evaluating mediators ... Done
2292025-02-11T19:56:49.873ZPlanning: Planning completed in 0.43 seconds
2302025-02-11T19:56:49.912Z Mediators to change: 2
2312025-02-11T19:56:49.915Z Create boot environment: No
2322025-02-11T19:56:49.915ZCreate backup boot environment: No
2332025-02-11T19:56:50.064Z Done
2342025-02-11T19:56:50.064Z Done
2352025-02-11T19:56:50.442Z Done
2362025-02-11T19:56:54.225Z Done
2372025-02-11T19:56:54.277Z Done
2382025-02-11T19:56:54.307Z Done
2392025-02-11T19:56:54.395Z Done
2402025-02-11T19:56:55.012ZPlanning: Evaluating mediator changes ... Done
2412025-02-11T19:56:55.015ZPlanning: Merging actions ... Done
2422025-02-11T19:56:55.201ZPlanning: Checking for conflicting actions ... Done
2432025-02-11T19:56:55.204ZPlanning: Consolidating action changes ... Done
2442025-02-11T19:56:55.468ZPlanning: Evaluating mediators ... Done
2452025-02-11T19:56:55.524ZPlanning: Planning completed in 0.76 seconds
2462025-02-11T19:56:55.567Z Packages to change: 1
2472025-02-11T19:56:55.567Z Mediators to change: 1
2482025-02-11T19:56:55.570Z Services to change: 1
2492025-02-11T19:56:55.570Z Create boot environment: No
2502025-02-11T19:56:55.570ZCreate backup boot environment: Yes
2512025-02-11T19:56:57.804Z Actions: 1/6 actions (Updating modified actions)
2522025-02-11T19:56:57.821Z Actions: Completed 6 actions in 0.00 seconds.
2532025-02-11T19:56:57.821Z Done
2542025-02-11T19:56:57.822Z Done
2552025-02-11T19:56:57.927Z Done
2562025-02-11T19:57:01.697Z Done
2572025-02-11T19:57:01.792Z Done
2582025-02-11T19:57:01.795Z Done
2592025-02-11T19:57:01.932Z Done
2602025-02-11T19:57:02.376ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2612025-02-11T19:57:02.376Zclang system 15 system
2622025-02-11T19:57:02.376Zcsh system system illumos
2632025-02-11T19:57:02.376Zctags system system illumos
2642025-02-11T19:57:02.376Zgcc vendor 12 vendor
2652025-02-11T19:57:02.376Zgcc system 10 system
2662025-02-11T19:57:02.376Zgcc system 7 system
2672025-02-11T19:57:02.376Zgo system 1.20 system
2682025-02-11T19:57:02.376Zgo system 1.19 system
2692025-02-11T19:57:02.376Zllvm system 15 system
2702025-02-11T19:57:02.376Zllvm system 14 system
2712025-02-11T19:57:02.376Zmariadb system 10.6 system
2722025-02-11T19:57:02.376Zmta vendor vendor dma
2732025-02-11T19:57:02.376Zopenjdk system 17 system
2742025-02-11T19:57:02.376Zopenjdk system 11 system
2752025-02-11T19:57:02.376Zopenjdk system 1.8 system
2762025-02-11T19:57:02.376Zopenssl vendor 3 vendor
2772025-02-11T19:57:02.376Zperl system 5.36 system
2782025-02-11T19:57:02.377Zpostgresql system 15 system
2792025-02-11T19:57:02.377Zpostgresql system 13 system
2802025-02-11T19:57:02.377Zpython vendor 3 vendor
2812025-02-11T19:57:02.377Zpython system 2 system
2822025-02-11T19:57:02.377Zpython3 system 3.11 system
2832025-02-11T19:57:02.377Zruby system 3.0 system
2842025-02-11T19:57:02.377Zwords vendor vendor american-english
2852025-02-11T19:57:02.377Zwords system system australian-english
2862025-02-11T19:57:02.377Zwords system system british-english
2872025-02-11T19:57:02.377Zwords system system canadian-english
2882025-02-11T19:57:02.377Zwords system system french
2892025-02-11T19:57:02.377Zwords system system italian
2902025-02-11T19:57:02.377Zwords system system ngerman
2912025-02-11T19:57:02.377Zwords system system ogerman
2922025-02-11T19:57:02.377Zwords system system spanish
2932025-02-11T19:57:02.722ZPUBLISHER TYPE STATUS P LOCATION
2942025-02-11T19:57:02.722Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2952025-02-11T19:57:05.681ZFMRI IFO
2962025-02-11T19:57:05.682Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2972025-02-11T19:57:05.682Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
2982025-02-11T19:57:05.682Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
2992025-02-11T19:57:05.682Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3002025-02-11T19:57:05.682Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3012025-02-11T19:57:05.682Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3022025-02-11T19:57:05.682Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3032025-02-11T19:57:05.682Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3042025-02-11T19:57:05.682Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3052025-02-11T19:57:05.682Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3062025-02-11T19:57:05.682Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3072025-02-11T19:57:05.682Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3082025-02-11T19:57:05.682Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3092025-02-11T19:57:05.682Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3102025-02-11T19:57:05.682Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3112025-02-11T19:57:06.467Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3122025-02-11T19:57:06.790Z Updating crates.io index
3132025-02-11T19:57:06.881Z Updating git repository `https://github.com/oxidecomputer/diffus`
3142025-02-11T19:57:07.165Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3152025-02-11T19:57:07.838Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3162025-02-11T19:57:08.055Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3172025-02-11T19:57:08.323Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3182025-02-11T19:57:08.608Z Updating git repository `https://github.com/oxidecomputer/propolis`
3192025-02-11T19:57:09.613Z Updating git repository `https://github.com/oxidecomputer/crucible`
3202025-02-11T19:57:11.406Z Updating git repository `https://github.com/oxidecomputer/opte`
3212025-02-11T19:57:12.139Z Updating git repository `https://github.com/oxidecomputer/falcon`
3222025-02-11T19:57:12.917Z Updating git repository `https://github.com/oxidecomputer/clickward`
3232025-02-11T19:57:13.212Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3242025-02-11T19:57:13.598Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3252025-02-11T19:57:14.302Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3262025-02-11T19:57:14.692Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3272025-02-11T19:57:15.040Z Updating git repository `https://github.com/oxidecomputer/tofino`
3282025-02-11T19:57:15.389Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3292025-02-11T19:57:15.664Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3302025-02-11T19:57:15.901Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3312025-02-11T19:57:16.248Z Updating git repository `https://github.com/oxidecomputer/lldp`
3322025-02-11T19:57:16.650Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3332025-02-11T19:57:16.903Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3342025-02-11T19:57:17.248Z Updating git repository `https://github.com/oxidecomputer/ispf`
3352025-02-11T19:57:17.592Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3362025-02-11T19:57:17.933Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3372025-02-11T19:57:18.418Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3382025-02-11T19:57:18.695Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3392025-02-11T19:57:19.102Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3402025-02-11T19:57:19.503Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3412025-02-11T19:57:19.797Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3422025-02-11T19:57:20.060Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3432025-02-11T19:57:20.367Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3442025-02-11T19:57:21.640Z Downloading crates ...
3452025-02-11T19:57:21.704Z Downloaded anstyle v1.0.10
3462025-02-11T19:57:21.709Z Downloaded anyhow v1.0.95
3472025-02-11T19:57:21.723Z Downloaded cfg-if v1.0.0
3482025-02-11T19:57:21.726Z Downloaded cargo_metadata v0.18.1
3492025-02-11T19:57:21.728Z Downloaded byteorder v1.5.0
3502025-02-11T19:57:21.728Z Downloaded anstream v0.6.15
3512025-02-11T19:57:21.731Z Downloaded dtrace-parser v0.2.0
3522025-02-11T19:57:21.738Z Downloaded pretty-hex v0.4.1
3532025-02-11T19:57:21.745Z Downloaded usdt-macro v0.5.0
3542025-02-11T19:57:21.747Z Downloaded usdt-attr-macro v0.5.0
3552025-02-11T19:57:21.747Z Downloaded swrite v0.1.0
3562025-02-11T19:57:21.750Z Downloaded scroll_derive v0.12.0
3572025-02-11T19:57:21.750Z Downloaded equivalent v1.0.1
3582025-02-11T19:57:21.754Z Downloaded anstyle-query v1.1.1
3592025-02-11T19:57:21.757Z Downloaded cargo-platform v0.1.8
3602025-02-11T19:57:21.757Z Downloaded generic-array v0.14.7
3612025-02-11T19:57:21.757Z Downloaded digest v0.10.7
3622025-02-11T19:57:21.759Z Downloaded crypto-common v0.1.6
3632025-02-11T19:57:21.759Z Downloaded cpufeatures v0.2.14
3642025-02-11T19:57:21.762Z Downloaded plain v0.2.3
3652025-02-11T19:57:21.763Z Downloaded thiserror v1.0.69
3662025-02-11T19:57:21.766Z Downloaded thread-id v4.2.2
3672025-02-11T19:57:21.768Z Downloaded unicode-linebreak v0.1.5
3682025-02-11T19:57:21.768Z Downloaded heck v0.4.1
3692025-02-11T19:57:21.771Z Downloaded fastrand v2.1.1
3702025-02-11T19:57:21.771Z Downloaded dof v0.3.0
3712025-02-11T19:57:21.773Z Downloaded fnv v1.0.7
3722025-02-11T19:57:21.773Z Downloaded smawk v0.3.2
3732025-02-11T19:57:21.773Z Downloaded colorchoice v1.0.2
3742025-02-11T19:57:21.776Z Downloaded clap_derive v4.5.24
3752025-02-11T19:57:21.778Z Downloaded strsim v0.11.1
3762025-02-11T19:57:21.778Z Downloaded memmap v0.7.0
3772025-02-11T19:57:21.780Z Downloaded itoa v1.0.11
3782025-02-11T19:57:21.781Z Downloaded clap_lex v0.7.4
3792025-02-11T19:57:21.783Z Downloaded usdt v0.5.0
3802025-02-11T19:57:21.783Z Downloaded terminal_size v0.4.0
3812025-02-11T19:57:21.785Z Downloaded utf8parse v0.2.2
3822025-02-11T19:57:21.785Z Downloaded serde_spanned v0.6.8
3832025-02-11T19:57:21.785Z Downloaded heck v0.5.0
3842025-02-11T19:57:21.789Z Downloaded camino-tempfile v1.1.1
3852025-02-11T19:57:21.791Z Downloaded macaddr v1.0.1
3862025-02-11T19:57:21.791Z Downloaded block-buffer v0.10.4
3872025-02-11T19:57:21.791Z Downloaded autocfg v1.4.0
3882025-02-11T19:57:21.794Z Downloaded fs-err v2.11.0
3892025-02-11T19:57:21.794Z Downloaded anstyle-parse v0.2.5
3902025-02-11T19:57:21.797Z Downloaded usdt-impl v0.5.0
3912025-02-11T19:57:21.800Z Downloaded tabled_derive v0.7.0
3922025-02-11T19:57:21.800Z Downloaded proc-macro-error-attr v1.0.4
3932025-02-11T19:57:21.800Z Downloaded pest_generator v2.7.14
3942025-02-11T19:57:21.802Z Downloaded errno v0.3.9
3952025-02-11T19:57:21.802Z Downloaded camino v1.1.9
3962025-02-11T19:57:21.805Z Downloaded thiserror-impl v1.0.69
3972025-02-11T19:57:21.805Z Downloaded pest_derive v2.7.14
3982025-02-11T19:57:21.808Z Downloaded once_cell v1.20.2
3992025-02-11T19:57:21.810Z Downloaded bytecount v0.6.8
4002025-02-11T19:57:21.813Z Downloaded zerocopy-derive v0.7.35
4012025-02-11T19:57:21.815Z Downloaded proc-macro-error v1.0.4
4022025-02-11T19:57:21.818Z Downloaded serde_tokenstream v0.2.2
4032025-02-11T19:57:21.820Z Downloaded scroll v0.12.0
4042025-02-11T19:57:21.820Z Downloaded is_terminal_polyfill v1.70.1
4052025-02-11T19:57:21.823Z Downloaded sha2 v0.10.8
4062025-02-11T19:57:21.826Z Downloaded semver v1.0.24
4072025-02-11T19:57:21.828Z Downloaded version_check v0.9.5
4082025-02-11T19:57:21.835Z Downloaded toml_datetime v0.6.8
4092025-02-11T19:57:21.835Z Downloaded tempfile v3.13.0
4102025-02-11T19:57:21.838Z Downloaded ryu v1.0.18
4112025-02-11T19:57:21.841Z Downloaded toml v0.8.19
4122025-02-11T19:57:21.843Z Downloaded bitflags v2.6.0
4132025-02-11T19:57:21.847Z Downloaded unicode-ident v1.0.14
4142025-02-11T19:57:21.850Z Downloaded ucd-trie v0.1.7
4152025-02-11T19:57:21.852Z Downloaded typenum v1.17.0
4162025-02-11T19:57:21.855Z Downloaded textwrap v0.16.1
4172025-02-11T19:57:21.857Z Downloaded proc-macro2 v1.0.92
4182025-02-11T19:57:21.860Z Downloaded quote v1.0.38
4192025-02-11T19:57:21.862Z Downloaded cargo_toml v0.20.5
4202025-02-11T19:57:21.864Z Downloaded pest_meta v2.7.14
4212025-02-11T19:57:21.867Z Downloaded papergrid v0.11.0
4222025-02-11T19:57:21.870Z Downloaded clap v4.5.27
4232025-02-11T19:57:21.878Z Downloaded log v0.4.22
4242025-02-11T19:57:21.882Z Downloaded indexmap v2.7.1
4252025-02-11T19:57:21.890Z Downloaded serde_derive v1.0.217
4262025-02-11T19:57:21.893Z Downloaded serde v1.0.217
4272025-02-11T19:57:21.896Z Downloaded memchr v2.7.4
4282025-02-11T19:57:21.911Z Downloaded toml_edit v0.22.22
4292025-02-11T19:57:21.933Z Downloaded clap_builder v4.5.27
4302025-02-11T19:57:21.939Z Downloaded hashbrown v0.15.1
4312025-02-11T19:57:21.948Z Downloaded pest v2.7.14
4322025-02-11T19:57:21.962Z Downloaded winnow v0.6.20
4332025-02-11T19:57:21.971Z Downloaded zerocopy v0.7.35
4342025-02-11T19:57:21.986Z Downloaded serde_json v1.0.135
4352025-02-11T19:57:21.994Z Downloaded tabled v0.15.0
4362025-02-11T19:57:22.009Z Downloaded goblin v0.8.2
4372025-02-11T19:57:22.015Z Downloaded syn v1.0.109
4382025-02-11T19:57:22.033Z Downloaded unicode-width v0.1.14
4392025-02-11T19:57:22.039Z Downloaded syn v2.0.96
4402025-02-11T19:57:22.052Z Downloaded rustix v0.38.37
4412025-02-11T19:57:22.088Z Downloaded libc v0.2.169
4422025-02-11T19:57:22.407Z Compiling proc-macro2 v1.0.92
4432025-02-11T19:57:22.407Z Compiling unicode-ident v1.0.14
4442025-02-11T19:57:22.413Z Compiling serde v1.0.217
4452025-02-11T19:57:22.413Z Compiling version_check v0.9.5
4462025-02-11T19:57:22.413Z Compiling memchr v2.7.4
4472025-02-11T19:57:22.413Z Compiling thiserror v1.0.69
4482025-02-11T19:57:22.442Z Compiling libc v0.2.169
4492025-02-11T19:57:22.446Z Compiling ucd-trie v0.1.7
4502025-02-11T19:57:22.674Z Compiling itoa v1.0.11
4512025-02-11T19:57:22.926Z Compiling ryu v1.0.18
4522025-02-11T19:57:23.161Z Compiling once_cell v1.20.2
4532025-02-11T19:57:23.210Z Compiling byteorder v1.5.0
4542025-02-11T19:57:23.262Z Compiling serde_json v1.0.135
4552025-02-11T19:57:23.528Z Compiling rustix v0.38.37
4562025-02-11T19:57:23.620Z Compiling bitflags v2.6.0
4572025-02-11T19:57:23.717Z Compiling proc-macro-error-attr v1.0.4
4582025-02-11T19:57:23.929Z Compiling usdt-impl v0.5.0
4592025-02-11T19:57:23.994Z Compiling syn v1.0.109
4602025-02-11T19:57:24.095Z Compiling proc-macro-error v1.0.4
4612025-02-11T19:57:24.120Z Compiling hashbrown v0.15.1
4622025-02-11T19:57:24.201Z Compiling quote v1.0.38
4632025-02-11T19:57:24.379Z Compiling errno v0.3.9
4642025-02-11T19:57:24.583Z Compiling syn v2.0.96
4652025-02-11T19:57:24.636Z Compiling camino v1.1.9
4662025-02-11T19:57:24.639Z Compiling utf8parse v0.2.2
4672025-02-11T19:57:24.792Z Compiling thread-id v4.2.2
4682025-02-11T19:57:24.844Z Compiling log v0.4.22
4692025-02-11T19:57:24.867Z Compiling equivalent v1.0.1
4702025-02-11T19:57:24.918Z Compiling plain v0.2.3
4712025-02-11T19:57:24.997Z Compiling anstyle-parse v0.2.5
4722025-02-11T19:57:25.096Z Compiling indexmap v2.7.1
4732025-02-11T19:57:25.333Z Compiling anstyle v1.0.10
4742025-02-11T19:57:25.360Z Compiling unicode-width v0.1.14
4752025-02-11T19:57:25.640Z Compiling autocfg v1.4.0
4762025-02-11T19:57:25.687Z Compiling winnow v0.6.20
4772025-02-11T19:57:25.770Z Compiling semver v1.0.24
4782025-02-11T19:57:25.926Z Compiling is_terminal_polyfill v1.70.1
4792025-02-11T19:57:26.082Z Compiling colorchoice v1.0.2
4802025-02-11T19:57:26.261Z Compiling anstyle-query v1.1.1
4812025-02-11T19:57:26.287Z Compiling pretty-hex v0.4.1
4822025-02-11T19:57:26.393Z Compiling anstream v0.6.15
4832025-02-11T19:57:26.524Z Compiling terminal_size v0.4.0
4842025-02-11T19:57:26.582Z Compiling fs-err v2.11.0
4852025-02-11T19:57:26.741Z Compiling anyhow v1.0.95
4862025-02-11T19:57:26.767Z Compiling strsim v0.11.1
4872025-02-11T19:57:26.934Z Compiling fastrand v2.1.1
4882025-02-11T19:57:27.031Z Compiling fnv v1.0.7
4892025-02-11T19:57:27.110Z Compiling bytecount v0.6.8
4902025-02-11T19:57:27.337Z Compiling heck v0.4.1
4912025-02-11T19:57:27.395Z Compiling cfg-if v1.0.0
4922025-02-11T19:57:27.466Z Compiling heck v0.5.0
4932025-02-11T19:57:27.510Z Compiling clap_lex v0.7.4
4942025-02-11T19:57:27.623Z Compiling tempfile v3.13.0
4952025-02-11T19:57:27.768Z Compiling papergrid v0.11.0
4962025-02-11T19:57:28.001Z Compiling clap_builder v4.5.27
4972025-02-11T19:57:28.223Z Compiling memmap v0.7.0
4982025-02-11T19:57:28.445Z Compiling smawk v0.3.2
4992025-02-11T19:57:28.576Z Compiling unicode-linebreak v0.1.5
5002025-02-11T19:57:29.098Z Compiling textwrap v0.16.1
5012025-02-11T19:57:29.124Z Compiling swrite v0.1.0
5022025-02-11T19:57:29.901Z Compiling tabled_derive v0.7.0
5032025-02-11T19:57:31.377Z Compiling tabled v0.15.0
5042025-02-11T19:57:31.479Z Compiling serde_derive v1.0.217
5052025-02-11T19:57:31.481Z Compiling thiserror-impl v1.0.69
5062025-02-11T19:57:31.481Z Compiling zerocopy-derive v0.7.35
5072025-02-11T19:57:31.481Z Compiling scroll_derive v0.12.0
5082025-02-11T19:57:31.481Z Compiling clap_derive v4.5.24
5092025-02-11T19:57:33.049Z Compiling scroll v0.12.0
5102025-02-11T19:57:33.250Z Compiling zerocopy v0.7.35
5112025-02-11T19:57:33.599Z Compiling goblin v0.8.2
5122025-02-11T19:57:34.582Z Compiling pest v2.7.14
5132025-02-11T19:57:35.003Z Compiling clap v4.5.27
5142025-02-11T19:57:36.672Z Compiling pest_meta v2.7.14
5152025-02-11T19:57:37.700Z Compiling pest_generator v2.7.14
5162025-02-11T19:57:39.099Z Compiling pest_derive v2.7.14
5172025-02-11T19:57:39.711Z Compiling dtrace-parser v0.2.0
5182025-02-11T19:57:40.345Z Compiling toml_datetime v0.6.8
5192025-02-11T19:57:40.435Z Compiling serde_tokenstream v0.2.2
5202025-02-11T19:57:40.483Z Compiling serde_spanned v0.6.8
5212025-02-11T19:57:40.554Z Compiling cargo-platform v0.1.8
5222025-02-11T19:57:40.716Z Compiling toml_edit v0.22.22
5232025-02-11T19:57:40.818Z Compiling macaddr v1.0.1
5242025-02-11T19:57:41.113Z Compiling camino-tempfile v1.1.1
5252025-02-11T19:57:41.700Z Compiling dof v0.3.0
5262025-02-11T19:57:41.700Z Compiling cargo_metadata v0.18.1
5272025-02-11T19:57:43.147Z Compiling usdt-macro v0.5.0
5282025-02-11T19:57:43.148Z Compiling usdt-attr-macro v0.5.0
5292025-02-11T19:57:43.529Z Compiling toml v0.8.19
5302025-02-11T19:57:44.300Z Compiling usdt v0.5.0
5312025-02-11T19:57:44.410Z Compiling cargo_toml v0.20.5
5322025-02-11T19:57:47.088Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5332025-02-11T19:57:50.292Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.04s
5342025-02-11T19:57:50.569Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5352025-02-11T19:57:51.117Z Downloading crates ...
5362025-02-11T19:57:51.244Z Downloaded adler2 v2.0.0
5372025-02-11T19:57:51.247Z Downloaded addr2line v0.24.2
5382025-02-11T19:57:51.266Z Downloaded assert_matches v1.5.0
5392025-02-11T19:57:51.268Z Downloaded aead v0.5.2
5402025-02-11T19:57:51.272Z Downloaded async-trait v0.1.85
5412025-02-11T19:57:51.277Z Downloaded async-recursion v1.1.1
5422025-02-11T19:57:51.280Z Downloaded hex-literal v0.4.1
5432025-02-11T19:57:51.283Z Downloaded atomic-waker v1.1.2
5442025-02-11T19:57:51.283Z Downloaded async-stream v0.3.6
5452025-02-11T19:57:51.286Z Downloaded atomicwrites v0.4.4
5462025-02-11T19:57:51.289Z Downloaded async-stream-impl v0.3.6
5472025-02-11T19:57:51.292Z Downloaded highway v1.2.0
5482025-02-11T19:57:51.294Z Downloaded darling v0.20.10
5492025-02-11T19:57:51.297Z Downloaded async-bb8-diesel v0.2.1
5502025-02-11T19:57:51.302Z Downloaded instant v0.1.13
5512025-02-11T19:57:51.305Z Downloaded hubpack_derive v0.1.1
5522025-02-11T19:57:51.308Z Downloaded atty v0.2.14
5532025-02-11T19:57:51.311Z Downloaded ident_case v1.0.1
5542025-02-11T19:57:51.311Z Downloaded http-body v1.0.1
5552025-02-11T19:57:51.324Z Downloaded mirai-annotations v1.12.0
5562025-02-11T19:57:51.327Z Downloaded icu_provider_macros v1.5.0
5572025-02-11T19:57:51.327Z Downloaded match_cfg v0.1.0
5582025-02-11T19:57:51.334Z Downloaded ahash v0.8.11
5592025-02-11T19:57:51.337Z Downloaded aes-gcm v0.10.3
5602025-02-11T19:57:51.342Z Downloaded md5 v0.7.0
5612025-02-11T19:57:51.345Z Downloaded lazy_static v1.5.0
5622025-02-11T19:57:51.347Z Downloaded heck v0.3.3
5632025-02-11T19:57:51.351Z Downloaded aes v0.8.4
5642025-02-11T19:57:51.355Z Downloaded http-body-util v0.1.2
5652025-02-11T19:57:51.359Z Downloaded impl-trait-for-tuples v0.2.2
5662025-02-11T19:57:51.361Z Downloaded humantime v2.1.0
5672025-02-11T19:57:51.366Z Downloaded indent_write v2.2.0
5682025-02-11T19:57:51.369Z Downloaded hyper-tls v0.6.0
5692025-02-11T19:57:51.372Z Downloaded http-range v0.1.5
5702025-02-11T19:57:51.375Z Downloaded internet-checksum v0.2.1
5712025-02-11T19:57:51.377Z Downloaded is_ci v1.2.0
5722025-02-11T19:57:51.380Z Downloaded inout v0.1.3
5732025-02-11T19:57:51.383Z Downloaded keccak v0.1.5
5742025-02-11T19:57:51.383Z Downloaded hostname v0.3.1
5752025-02-11T19:57:51.385Z Downloaded linked-hash-map v0.5.6
5762025-02-11T19:57:51.385Z Downloaded cfg_aliases v0.2.1
5772025-02-11T19:57:51.387Z Downloaded indoc v1.0.9
5782025-02-11T19:57:51.390Z Downloaded lru v0.12.5
5792025-02-11T19:57:51.392Z Downloaded lalrpop-util v0.19.12
5802025-02-11T19:57:51.395Z Downloaded ipnetwork v0.20.0
5812025-02-11T19:57:51.395Z Downloaded hostname v0.4.0
5822025-02-11T19:57:51.397Z Downloaded bcrypt-pbkdf v0.10.0
5832025-02-11T19:57:51.400Z Downloaded mime v0.3.17
5842025-02-11T19:57:51.400Z Downloaded managed v0.8.0
5852025-02-11T19:57:51.402Z Downloaded mockall v0.13.0
5862025-02-11T19:57:51.404Z Downloaded maplit v1.0.2
5872025-02-11T19:57:51.407Z Downloaded bit-set v0.5.3
5882025-02-11T19:57:51.407Z Downloaded lru-cache v0.1.2
5892025-02-11T19:57:51.409Z Downloaded kstat-rs v0.2.4
5902025-02-11T19:57:51.409Z Downloaded hex v0.4.3
5912025-02-11T19:57:51.412Z Downloaded memoffset v0.9.1
5922025-02-11T19:57:51.414Z Downloaded maybe-uninit v2.0.0
5932025-02-11T19:57:51.414Z Downloaded ciborium-io v0.2.2
5942025-02-11T19:57:51.417Z Downloaded libefi-sys v0.1.0
5952025-02-11T19:57:51.417Z Downloaded crucible-workspace-hack v0.1.0
5962025-02-11T19:57:51.419Z Downloaded hickory-client v0.24.2
5972025-02-11T19:57:51.422Z Downloaded idna_adapter v1.2.0
5982025-02-11T19:57:51.422Z Downloaded linear-map v1.2.0
5992025-02-11T19:57:51.424Z Downloaded cstr-argument v0.1.2
6002025-02-11T19:57:51.429Z Downloaded crunchy v0.2.2
6012025-02-11T19:57:51.429Z Downloaded block-padding v0.3.3
6022025-02-11T19:57:51.429Z Downloaded md-5 v0.10.6
6032025-02-11T19:57:51.432Z Downloaded signal-hook-tokio v0.3.1
6042025-02-11T19:57:51.432Z Downloaded lazycell v1.3.0
6052025-02-11T19:57:51.432Z Downloaded bitflags v1.3.2
6062025-02-11T19:57:51.435Z Downloaded cfg_aliases v0.1.1
6072025-02-11T19:57:51.438Z Downloaded cassowary v0.3.0
6082025-02-11T19:57:51.439Z Downloaded ipnet v2.10.1
6092025-02-11T19:57:51.441Z Downloaded httparse v1.9.5
6102025-02-11T19:57:51.444Z Downloaded bitfield-struct v0.6.2
6112025-02-11T19:57:51.444Z Downloaded bitfield v0.14.0
6122025-02-11T19:57:51.448Z Downloaded cexpr v0.6.0
6132025-02-11T19:57:51.448Z Downloaded bit-vec v0.6.3
6142025-02-11T19:57:51.451Z Downloaded jobserver v0.1.32
6152025-02-11T19:57:51.451Z Downloaded chrono-tz-build v0.4.0
6162025-02-11T19:57:51.456Z Downloaded hyper-rustls v0.27.3
6172025-02-11T19:57:51.461Z Downloaded castaway v0.2.3
6182025-02-11T19:57:51.461Z Downloaded is-terminal v0.4.13
6192025-02-11T19:57:51.461Z Downloaded base64ct v1.6.0
6202025-02-11T19:57:51.464Z Downloaded aws-lc-rs v1.10.0
6212025-02-11T19:57:51.472Z Downloaded progenitor-client v0.9.1
6222025-02-11T19:57:51.474Z Downloaded array-init v0.0.4
6232025-02-11T19:57:51.475Z Downloaded lockfree-object-pool v0.1.6
6242025-02-11T19:57:51.477Z Downloaded litemap v0.7.3
6252025-02-11T19:57:51.480Z Downloaded memmap2 v0.9.5
6262025-02-11T19:57:51.483Z Downloaded mime_guess v2.0.5
6272025-02-11T19:57:51.485Z Downloaded curve25519-dalek-derive v0.1.1
6282025-02-11T19:57:51.485Z Downloaded heapless v0.8.0
6292025-02-11T19:57:51.489Z Downloaded termtree v0.4.1
6302025-02-11T19:57:51.492Z Downloaded schemars_derive v0.8.21
6312025-02-11T19:57:51.494Z Downloaded take_mut v0.2.2
6322025-02-11T19:57:51.494Z Downloaded serde_urlencoded v0.7.1
6332025-02-11T19:57:51.497Z Downloaded libloading v0.8.5
6342025-02-11T19:57:51.499Z Downloaded ctr v0.9.2
6352025-02-11T19:57:51.502Z Downloaded crc v3.2.1
6362025-02-11T19:57:51.504Z Downloaded cancel-safe-futures v0.1.5
6372025-02-11T19:57:51.507Z Downloaded diesel_table_macro_syntax v0.2.0
6382025-02-11T19:57:51.509Z Downloaded ciborium v0.2.2
6392025-02-11T19:57:51.512Z Downloaded foreign-types-shared v0.3.1
6402025-02-11T19:57:51.512Z Downloaded cmake v0.1.51
6412025-02-11T19:57:51.515Z Downloaded bzip2 v0.4.4
6422025-02-11T19:57:51.518Z Downloaded radium v0.7.0
6432025-02-11T19:57:51.518Z Downloaded multer v3.1.0
6442025-02-11T19:57:51.520Z Downloaded salsa20 v0.10.2
6452025-02-11T19:57:51.522Z Downloaded ssh-cipher v0.2.0
6462025-02-11T19:57:51.523Z Downloaded libsw v3.3.1
6472025-02-11T19:57:51.525Z Downloaded structmeta v0.3.0
6482025-02-11T19:57:51.528Z Downloaded icu_locid_transform v1.5.0
6492025-02-11T19:57:51.530Z Downloaded rustc-hash v2.0.0
6502025-02-11T19:57:51.530Z Downloaded rtoolbox v0.0.2
6512025-02-11T19:57:51.533Z Downloaded smf v0.2.3
6522025-02-11T19:57:51.533Z Downloaded const_format_proc_macros v0.2.34
6532025-02-11T19:57:51.535Z Downloaded icu_normalizer v1.5.0
6542025-02-11T19:57:51.539Z Downloaded console v0.15.10
6552025-02-11T19:57:51.543Z Downloaded lock_api v0.4.12
6562025-02-11T19:57:51.545Z Downloaded mockall_derive v0.13.0
6572025-02-11T19:57:51.548Z Downloaded num-conv v0.1.0
6582025-02-11T19:57:51.550Z Downloaded path-slash v0.1.5
6592025-02-11T19:57:51.550Z Downloaded base64 v0.13.1
6602025-02-11T19:57:51.553Z Downloaded cookie_store v0.21.1
6612025-02-11T19:57:51.556Z Downloaded sync-ptr v0.1.1
6622025-02-11T19:57:51.559Z Downloaded csv-core v0.1.11
6632025-02-11T19:57:51.559Z Downloaded crc32fast v1.4.2
6642025-02-11T19:57:51.561Z Downloaded strum_macros v0.25.3
6652025-02-11T19:57:51.564Z Downloaded hickory-resolver v0.24.2
6662025-02-11T19:57:51.569Z Downloaded newtype_derive v0.1.6
6672025-02-11T19:57:51.571Z Downloaded chacha20 v0.9.1
6682025-02-11T19:57:51.574Z Downloaded writeable v0.5.5
6692025-02-11T19:57:51.577Z Downloaded wyz v0.5.1
6702025-02-11T19:57:51.577Z Downloaded tls_codec v0.4.1
6712025-02-11T19:57:51.579Z Downloaded termtree v0.5.1
6722025-02-11T19:57:51.582Z Downloaded slog-stdlog v4.1.1
6732025-02-11T19:57:51.582Z Downloaded zeroize v1.8.1
6742025-02-11T19:57:51.584Z Downloaded progenitor-impl v0.8.0
6752025-02-11T19:57:51.587Z Downloaded dsl_auto_type v0.1.2
6762025-02-11T19:57:51.590Z Downloaded utf8_iter v1.0.4
6772025-02-11T19:57:51.590Z Downloaded pretty-hex v0.2.1
6782025-02-11T19:57:51.592Z Downloaded zeroize_derive v1.4.2
6792025-02-11T19:57:51.592Z Downloaded precomputed-hash v0.1.1
6802025-02-11T19:57:51.592Z Downloaded dyn-clone v1.0.17
6812025-02-11T19:57:51.595Z Downloaded futures-macro v0.3.31
6822025-02-11T19:57:51.597Z Downloaded flagset v0.4.6
6832025-02-11T19:57:51.597Z Downloaded form_urlencoded v1.2.1
6842025-02-11T19:57:51.600Z Downloaded zerovec-derive v0.10.3
6852025-02-11T19:57:51.600Z Downloaded utf16_iter v1.0.5
6862025-02-11T19:57:51.603Z Downloaded fallible-streaming-iterator v0.1.9
6872025-02-11T19:57:51.603Z Downloaded crossbeam-epoch v0.9.18
6882025-02-11T19:57:51.605Z Downloaded clang-sys v1.8.1
6892025-02-11T19:57:51.609Z Downloaded static_assertions v1.1.0
6902025-02-11T19:57:51.612Z Downloaded iana-time-zone v0.1.61
6912025-02-11T19:57:51.615Z Downloaded parse-display v0.10.0
6922025-02-11T19:57:51.615Z Downloaded indexmap v1.9.3
6932025-02-11T19:57:51.618Z Downloaded num-integer v0.1.46
6942025-02-11T19:57:51.621Z Downloaded crossbeam-utils v0.8.20
6952025-02-11T19:57:51.624Z Downloaded num-derive v0.4.2
6962025-02-11T19:57:51.626Z Downloaded blake2 v0.10.6
6972025-02-11T19:57:51.629Z Downloaded miniz_oxide v0.8.0
6982025-02-11T19:57:51.631Z Downloaded chacha20poly1305 v0.10.1
6992025-02-11T19:57:51.634Z Downloaded litrs v0.4.1
7002025-02-11T19:57:51.637Z Downloaded sync_wrapper v1.0.1
7012025-02-11T19:57:51.647Z Downloaded zone_cfg_derive v0.3.0
7022025-02-11T19:57:51.650Z Downloaded tls_codec_derive v0.4.1
7032025-02-11T19:57:51.652Z Downloaded base64 v0.21.7
7042025-02-11T19:57:51.655Z Downloaded fxhash v0.2.1
7052025-02-11T19:57:51.659Z Downloaded predicates-core v1.0.8
7062025-02-11T19:57:51.659Z Downloaded ppv-lite86 v0.2.20
7072025-02-11T19:57:51.662Z Downloaded tokio-tungstenite v0.24.0
7082025-02-11T19:57:51.662Z Downloaded serde_repr v0.1.19
7092025-02-11T19:57:51.665Z Downloaded serde_plain v1.0.2
7102025-02-11T19:57:51.667Z Downloaded getrandom v0.2.15
7112025-02-11T19:57:51.670Z Downloaded scrypt v0.11.0
7122025-02-11T19:57:51.673Z Downloaded compact_str v0.8.0
7132025-02-11T19:57:51.676Z Downloaded subtle v2.6.1
7142025-02-11T19:57:51.678Z Downloaded structmeta-derive v0.3.0
7152025-02-11T19:57:51.678Z Downloaded proc-macro-crate v1.3.1
7162025-02-11T19:57:51.681Z Downloaded normalize-line-endings v0.3.0
7172025-02-11T19:57:51.681Z Downloaded rustc-hash v1.1.0
7182025-02-11T19:57:51.681Z Downloaded primeorder v0.13.6
7192025-02-11T19:57:51.684Z Downloaded pkcs1 v0.7.5
7202025-02-11T19:57:51.687Z Downloaded slog v2.7.0
7212025-02-11T19:57:51.690Z Downloaded thread_local v1.1.8
7222025-02-11T19:57:51.692Z Downloaded slog-dtrace v0.3.0
7232025-02-11T19:57:51.692Z Downloaded cc v1.1.30
7242025-02-11T19:57:51.696Z Downloaded slog-bunyan v2.5.0
7252025-02-11T19:57:51.698Z Downloaded slog-async v2.8.0
7262025-02-11T19:57:51.703Z Downloaded bytes v1.9.0
7272025-02-11T19:57:51.705Z Downloaded rayon-core v1.12.1
7282025-02-11T19:57:51.708Z Downloaded icu_properties v1.5.1
7292025-02-11T19:57:51.711Z Downloaded openssl-macros v0.1.1
7302025-02-11T19:57:51.714Z Downloaded hyper-util v0.1.10
7312025-02-11T19:57:51.716Z Downloaded base64 v0.22.1
7322025-02-11T19:57:51.721Z Downloaded peg-runtime v0.8.3
7332025-02-11T19:57:51.723Z Downloaded arc-swap v1.7.1
7342025-02-11T19:57:51.726Z Downloaded try-lock v0.2.5
7352025-02-11T19:57:51.729Z Downloaded fragile v2.0.0
7362025-02-11T19:57:51.731Z Downloaded test-strategy v0.3.1
7372025-02-11T19:57:51.734Z Downloaded untrusted v0.9.0
7382025-02-11T19:57:51.736Z Downloaded serde_with_macros v3.11.0
7392025-02-11T19:57:51.739Z Downloaded supports-color v3.0.1
7402025-02-11T19:57:51.741Z Downloaded whoami v1.5.2
7412025-02-11T19:57:51.743Z Downloaded want v0.3.1
7422025-02-11T19:57:51.744Z Downloaded tokio-tungstenite v0.21.0
7432025-02-11T19:57:51.746Z Downloaded tungstenite v0.21.0
7442025-02-11T19:57:51.750Z Downloaded globset v0.4.15
7452025-02-11T19:57:51.752Z Downloaded dropshot_endpoint v0.15.1
7462025-02-11T19:57:51.755Z Downloaded dropshot_endpoint v0.12.0
7472025-02-11T19:57:51.758Z Downloaded uuid v1.12.0
7482025-02-11T19:57:51.762Z Downloaded group v0.13.0
7492025-02-11T19:57:51.764Z Downloaded pbkdf2 v0.12.2
7502025-02-11T19:57:51.767Z Downloaded nanorand v0.7.0
7512025-02-11T19:57:51.770Z Downloaded foreign-types-shared v0.1.1
7522025-02-11T19:57:51.770Z Downloaded typify v0.2.0
7532025-02-11T19:57:51.772Z Downloaded rfc6979 v0.4.0
7542025-02-11T19:57:51.775Z Downloaded resolv-conf v0.7.0
7552025-02-11T19:57:51.778Z Downloaded psl-types v2.0.11
7562025-02-11T19:57:51.778Z Downloaded polyval v0.6.2
7572025-02-11T19:57:51.780Z Downloaded headers-core v0.3.0
7582025-02-11T19:57:51.780Z Downloaded minimal-lexical v0.2.1
7592025-02-11T19:57:51.785Z Downloaded parse-size v1.1.0
7602025-02-11T19:57:51.788Z Downloaded openssl-probe v0.1.5
7612025-02-11T19:57:51.788Z Downloaded number_prefix v0.4.0
7622025-02-11T19:57:51.790Z Downloaded slog-scope v4.4.0
7632025-02-11T19:57:51.792Z Downloaded write16 v1.0.0
7642025-02-11T19:57:51.792Z Downloaded topological-sort v0.2.2
7652025-02-11T19:57:51.795Z Downloaded slog-json v2.6.1
7662025-02-11T19:57:51.795Z Downloaded signal-hook-mio v0.2.4
7672025-02-11T19:57:51.797Z Downloaded peg v0.8.4
7682025-02-11T19:57:51.801Z Downloaded progenitor v0.9.1
7692025-02-11T19:57:51.803Z Downloaded pem v3.0.4
7702025-02-11T19:57:51.806Z Downloaded rpassword v7.3.1
7712025-02-11T19:57:51.806Z Downloaded zerocopy v0.6.6
7722025-02-11T19:57:51.808Z Downloaded universal-hash v0.5.1
7732025-02-11T19:57:51.811Z Downloaded nodrop v0.1.14
7742025-02-11T19:57:51.811Z Downloaded schemars v0.8.21
7752025-02-11T19:57:51.825Z Downloaded which v4.4.2
7762025-02-11T19:57:51.827Z Downloaded tungstenite v0.23.0
7772025-02-11T19:57:51.830Z Downloaded parking_lot v0.11.2
7782025-02-11T19:57:51.832Z Downloaded diesel_derives v2.2.3
7792025-02-11T19:57:51.836Z Downloaded serde-big-array v0.5.1
7802025-02-11T19:57:51.845Z Downloaded diff v0.1.13
7812025-02-11T19:57:51.845Z Downloaded toolchain_find v0.4.0
7822025-02-11T19:57:51.848Z Downloaded nu-ansi-term v0.50.1
7832025-02-11T19:57:51.852Z Downloaded strum_macros v0.24.3
7842025-02-11T19:57:51.856Z Downloaded http v1.2.0
7852025-02-11T19:57:51.863Z Downloaded parse-display-derive v0.10.0
7862025-02-11T19:57:51.865Z Downloaded crossbeam-channel v0.5.13
7872025-02-11T19:57:51.873Z Downloaded opaque-debug v0.3.1
7882025-02-11T19:57:51.875Z Downloaded derive_builder_macro v0.20.2
7892025-02-11T19:57:51.879Z Downloaded smallvec v0.6.14
7902025-02-11T19:57:51.882Z Downloaded tinyvec_macros v0.1.1
7912025-02-11T19:57:51.882Z Downloaded secrecy v0.8.0
7922025-02-11T19:57:51.882Z Downloaded rustversion v1.0.17
7932025-02-11T19:57:51.885Z Downloaded rand_chacha v0.3.1
7942025-02-11T19:57:51.895Z Downloaded foreign-types v0.3.2
7952025-02-11T19:57:51.895Z Downloaded slog-term v2.9.1
7962025-02-11T19:57:51.895Z Downloaded walkdir v2.5.0
7972025-02-11T19:57:51.895Z Downloaded r2d2 v0.8.10
7982025-02-11T19:57:51.895Z Downloaded stable_deref_trait v1.2.0
7992025-02-11T19:57:51.897Z Downloaded embedded-io v0.6.1
8002025-02-11T19:57:51.897Z Downloaded smallvec v1.13.2
8012025-02-11T19:57:51.900Z Downloaded foreign-types v0.5.0
8022025-02-11T19:57:51.900Z Downloaded parking_lot v0.12.3
8032025-02-11T19:57:51.903Z Downloaded sqlparser_derive v0.2.2
8042025-02-11T19:57:51.905Z Downloaded toml v0.7.8
8052025-02-11T19:57:51.908Z Downloaded russh-cryptovec v0.7.3
8062025-02-11T19:57:51.908Z Downloaded rand_core v0.6.4
8072025-02-11T19:57:51.911Z Downloaded vte_generate_state_changes v0.1.2
8082025-02-11T19:57:51.911Z Downloaded hash32 v0.3.1
8092025-02-11T19:57:51.913Z Downloaded ron v0.7.1
8102025-02-11T19:57:51.917Z Downloaded thiserror-impl v2.0.11
8112025-02-11T19:57:51.920Z Downloaded float-ord v0.3.2
8122025-02-11T19:57:51.922Z Downloaded parking_lot_core v0.9.10
8132025-02-11T19:57:51.925Z Downloaded derive_builder_core v0.20.2
8142025-02-11T19:57:51.927Z Downloaded subprocess v0.2.9
8152025-02-11T19:57:51.931Z Downloaded libxml v0.3.3
8162025-02-11T19:57:51.935Z Downloaded postgres-protocol v0.6.7
8172025-02-11T19:57:51.938Z Downloaded hkdf v0.12.4
8182025-02-11T19:57:51.941Z Downloaded embedded-io v0.4.0
8192025-02-11T19:57:51.943Z Downloaded fatfs v0.3.6
8202025-02-11T19:57:51.946Z Downloaded oso-derive v0.27.3
8212025-02-11T19:57:51.948Z Downloaded new_debug_unreachable v1.0.6
8222025-02-11T19:57:51.948Z Downloaded pin-project-lite v0.2.14
8232025-02-11T19:57:51.953Z Downloaded pin-utils v0.1.0
8242025-02-11T19:57:51.955Z Downloaded pin-project-internal v1.1.6
8252025-02-11T19:57:51.958Z Downloaded downcast v0.11.0
8262025-02-11T19:57:51.960Z Downloaded derive-where v1.2.7
8272025-02-11T19:57:51.963Z Downloaded derive_builder v0.20.2
8282025-02-11T19:57:51.968Z Downloaded same-file v1.0.6
8292025-02-11T19:57:51.971Z Downloaded ghash v0.5.1
8302025-02-11T19:57:51.974Z Downloaded rusty-fork v0.3.0
8312025-02-11T19:57:51.974Z Downloaded rustls-pemfile v1.0.4
8322025-02-11T19:57:51.980Z Downloaded wait-timeout v0.2.0
8332025-02-11T19:57:51.980Z Downloaded tokio-stream v0.1.16
8342025-02-11T19:57:51.982Z Downloaded tinystr v0.7.6
8352025-02-11T19:57:51.985Z Downloaded signal-hook v0.3.17
8362025-02-11T19:57:51.988Z Downloaded vergen v8.3.2
8372025-02-11T19:57:51.990Z Downloaded idna v1.0.3
8382025-02-11T19:57:51.994Z Downloaded pkg-config v0.3.31
8392025-02-11T19:57:51.997Z Downloaded num-iter v0.1.45
8402025-02-11T19:57:51.999Z Downloaded num_threads v0.1.7
8412025-02-11T19:57:51.999Z Downloaded libm v0.2.8
8422025-02-11T19:57:52.007Z Downloaded ssh-encoding v0.2.0
8432025-02-11T19:57:52.010Z Downloaded crossterm v0.28.1
8442025-02-11T19:57:52.016Z Downloaded pkcs8 v0.10.2
8452025-02-11T19:57:52.018Z Downloaded itertools v0.10.5
8462025-02-11T19:57:52.026Z Downloaded progenitor-macro v0.9.1
8472025-02-11T19:57:52.028Z Downloaded data-encoding v2.6.0
8482025-02-11T19:57:52.029Z Downloaded tokio-macros v2.5.0
8492025-02-11T19:57:52.031Z Downloaded password-hash v0.4.2
8502025-02-11T19:57:52.034Z Downloaded publicsuffix v2.3.0
8512025-02-11T19:57:52.037Z Downloaded samael v0.0.17
8522025-02-11T19:57:52.042Z Downloaded document-features v0.2.10
8532025-02-11T19:57:52.044Z Downloaded dirs-next v2.0.0
8542025-02-11T19:57:52.044Z Downloaded difflib v0.4.0
8552025-02-11T19:57:52.047Z Downloaded zip v2.1.3
8562025-02-11T19:57:52.051Z Downloaded spki v0.7.3
8572025-02-11T19:57:52.053Z Downloaded rustls-pemfile v2.2.0
8582025-02-11T19:57:52.056Z Downloaded tower-service v0.3.3
8592025-02-11T19:57:52.059Z Downloaded glob v0.3.2
8602025-02-11T19:57:52.062Z Downloaded openssl-sys v0.9.105
8612025-02-11T19:57:52.064Z Downloaded endian-type v0.1.2
8622025-02-11T19:57:52.067Z Downloaded quick-error v1.2.3
8632025-02-11T19:57:52.069Z Downloaded num-bigint-dig v0.8.4
8642025-02-11T19:57:52.073Z Downloaded tui-tree-widget v0.22.0
8652025-02-11T19:57:52.075Z Downloaded nom v7.1.3
8662025-02-11T19:57:52.080Z Downloaded nibble_vec v0.1.0
8672025-02-11T19:57:52.083Z Downloaded itertools v0.12.1
8682025-02-11T19:57:52.089Z Downloaded shell-words v1.1.0
8692025-02-11T19:57:52.092Z Downloaded progenitor-macro v0.8.0
8702025-02-11T19:57:52.092Z Downloaded hyper v1.5.2
8712025-02-11T19:57:52.100Z Downloaded strip-ansi-escapes v0.2.0
8722025-02-11T19:57:52.102Z Downloaded sha1 v0.10.6
8732025-02-11T19:57:52.105Z Downloaded tokio-native-tls v0.3.1
8742025-02-11T19:57:52.108Z Downloaded typed-path v0.9.3
8752025-02-11T19:57:52.113Z Downloaded rustfmt-wrapper v0.2.1
8762025-02-11T19:57:52.115Z Downloaded headers v0.4.0
8772025-02-11T19:57:52.121Z Downloaded float-cmp v0.9.0
8782025-02-11T19:57:52.124Z Downloaded ff v0.13.0
8792025-02-11T19:57:52.126Z Downloaded flate2 v1.0.35
8802025-02-11T19:57:52.131Z Downloaded fixedbitset v0.4.2
8812025-02-11T19:57:52.134Z Downloaded tiny-keccak v2.0.2
8822025-02-11T19:57:52.136Z Downloaded signal-hook-registry v1.4.2
8832025-02-11T19:57:52.139Z Downloaded rustc_version v0.4.1
8842025-02-11T19:57:52.142Z Downloaded sigpipe v0.1.3
8852025-02-11T19:57:52.142Z Downloaded termios v0.3.3
8862025-02-11T19:57:52.145Z Downloaded termcolor v1.4.1
8872025-02-11T19:57:52.145Z Downloaded hashbrown v0.14.5
8882025-02-11T19:57:52.149Z Downloaded futures-io v0.3.31
8892025-02-11T19:57:52.151Z Downloaded tracing-attributes v0.1.27
8902025-02-11T19:57:52.154Z Downloaded derive_more v0.99.18
8912025-02-11T19:57:52.157Z Downloaded newline-converter v0.3.0
8922025-02-11T19:57:52.160Z Downloaded olpc-cjson v0.1.4
8932025-02-11T19:57:52.160Z Downloaded num v0.4.3
8942025-02-11T19:57:52.162Z Downloaded thiserror-no-std v2.0.2
8952025-02-11T19:57:52.165Z Downloaded quinn-udp v0.5.5
8962025-02-11T19:57:52.168Z Downloaded sec1 v0.7.3
8972025-02-11T19:57:52.171Z Downloaded pem-rfc7468 v0.7.0
8982025-02-11T19:57:52.171Z Downloaded password-hash v0.5.0
8992025-02-11T19:57:52.173Z Downloaded thiserror-impl-no-std v2.0.2
9002025-02-11T19:57:52.176Z Downloaded thiserror v2.0.11
9012025-02-11T19:57:52.180Z Downloaded unicode-truncate v1.1.0
9022025-02-11T19:57:52.183Z Downloaded zone_cfg_derive v0.1.2
9032025-02-11T19:57:52.183Z Downloaded serde_path_to_error v0.1.16
9042025-02-11T19:57:52.185Z Downloaded fs_extra v1.3.0
9052025-02-11T19:57:52.188Z Downloaded tinyvec v1.8.0
9062025-02-11T19:57:52.190Z Downloaded phf_shared v0.11.2
9072025-02-11T19:57:52.193Z Downloaded progenitor-client v0.8.0
9082025-02-11T19:57:52.193Z Downloaded num_enum v0.5.11
9092025-02-11T19:57:52.197Z Downloaded packed_struct v0.10.1
9102025-02-11T19:57:52.200Z Downloaded sct v0.7.1
9112025-02-11T19:57:52.203Z Downloaded shlex v1.3.0
9122025-02-11T19:57:52.206Z Downloaded flume v0.11.1
9132025-02-11T19:57:52.209Z Downloaded darling_macro v0.20.10
9142025-02-11T19:57:52.211Z Downloaded time v0.3.36
9152025-02-11T19:57:52.218Z Downloaded num_enum_derive v0.5.11
9162025-02-11T19:57:52.220Z Downloaded defmt-macros v0.3.9
9172025-02-11T19:57:52.223Z Downloaded zone v0.3.0
9182025-02-11T19:57:52.225Z Downloaded blake3 v1.5.4
9192025-02-11T19:57:52.232Z Downloaded zerofrom v0.1.4
9202025-02-11T19:57:52.234Z Downloaded strum v0.26.3
9212025-02-11T19:57:52.234Z Downloaded p256 v0.13.2
9222025-02-11T19:57:52.238Z Downloaded ed25519-dalek v2.1.1
9232025-02-11T19:57:52.240Z Downloaded ssh-key v0.6.6
9242025-02-11T19:57:52.248Z Downloaded string_cache v0.8.7
9252025-02-11T19:57:52.251Z Downloaded ref-cast-impl v1.0.23
9262025-02-11T19:57:52.251Z Downloaded phf_shared v0.10.0
9272025-02-11T19:57:52.255Z Downloaded deranged v0.3.11
9282025-02-11T19:57:52.255Z Downloaded pin-project v1.1.6
9292025-02-11T19:57:52.266Z Downloaded ref-cast v1.0.23
9302025-02-11T19:57:52.271Z Downloaded newtype-uuid v1.2.1
9312025-02-11T19:57:52.274Z Downloaded zone v0.1.8
9322025-02-11T19:57:52.274Z Downloaded tracing-core v0.1.32
9332025-02-11T19:57:52.274Z Downloaded ena v0.14.3
9342025-02-11T19:57:52.276Z Downloaded tungstenite v0.24.0
9352025-02-11T19:57:52.279Z Downloaded xz2 v0.1.7
9362025-02-11T19:57:52.282Z Downloaded xattr v1.3.1
9372025-02-11T19:57:52.285Z Downloaded phf v0.11.2
9382025-02-11T19:57:52.285Z Downloaded gethostname v0.5.0
9392025-02-11T19:57:52.287Z Downloaded value-bag v1.9.0
9402025-02-11T19:57:52.290Z Downloaded native-tls v0.2.12
9412025-02-11T19:57:52.292Z Downloaded phf_codegen v0.11.2
9422025-02-11T19:57:52.292Z Downloaded ed25519 v2.2.3
9432025-02-11T19:57:52.295Z Downloaded defmt-parser v0.3.4
9442025-02-11T19:57:52.295Z Downloaded simd-adler32 v0.3.7
9452025-02-11T19:57:52.298Z Downloaded slog-envlogger v2.2.0
9462025-02-11T19:57:52.298Z Downloaded bitvec v1.0.1
9472025-02-11T19:57:52.314Z Downloaded tap v1.0.1
9482025-02-11T19:57:52.317Z Downloaded hash32 v0.2.1
9492025-02-11T19:57:52.317Z Downloaded unsafe-libyaml v0.2.11
9502025-02-11T19:57:52.320Z Downloaded tar v0.4.42
9512025-02-11T19:57:52.324Z Downloaded yoke v0.7.4
9522025-02-11T19:57:52.326Z Downloaded bindgen v0.69.5
9532025-02-11T19:57:52.332Z Downloaded slab v0.4.9
9542025-02-11T19:57:52.334Z Downloaded chrono v0.4.39
9552025-02-11T19:57:52.341Z Downloaded packed_struct_codegen v0.10.1
9562025-02-11T19:57:52.343Z Downloaded aho-corasick v1.1.3
9572025-02-11T19:57:52.348Z Downloaded rustyline v14.0.0
9582025-02-11T19:57:52.353Z Downloaded rustc_version v0.1.7
9592025-02-11T19:57:52.355Z Downloaded futures-channel v0.3.31
9602025-02-11T19:57:52.358Z Downloaded stringprep v0.1.5
9612025-02-11T19:57:52.358Z Downloaded russh-keys v0.45.0
9622025-02-11T19:57:52.360Z Downloaded tracing v0.1.40
9632025-02-11T19:57:52.364Z Downloaded siphasher v0.3.11
9642025-02-11T19:57:52.368Z Downloaded quinn v0.11.5
9652025-02-11T19:57:52.370Z Downloaded expectorate v1.1.0
9662025-02-11T19:57:52.373Z Downloaded unicode-normalization v0.1.24
9672025-02-11T19:57:52.375Z Downloaded rustls-webpki v0.101.7
9682025-02-11T19:57:52.389Z Downloaded yasna v0.5.2
9692025-02-11T19:57:52.392Z Downloaded heapless v0.7.17
9702025-02-11T19:57:52.396Z Downloaded similar v2.6.0
9712025-02-11T19:57:52.400Z Downloaded reedline v0.35.0
9722025-02-11T19:57:52.409Z Downloaded num-traits v0.2.19
9732025-02-11T19:57:52.413Z Downloaded unicode_categories v0.1.1
9742025-02-11T19:57:52.416Z Downloaded steno v0.4.1
9752025-02-11T19:57:52.419Z Downloaded env_logger v0.10.2
9762025-02-11T19:57:52.421Z Downloaded zerocopy-derive v0.8.10
9772025-02-11T19:57:52.428Z Downloaded darling_core v0.20.10
9782025-02-11T19:57:52.434Z Downloaded num-bigint v0.4.6
9792025-02-11T19:57:52.438Z Downloaded futures v0.3.31
9802025-02-11T19:57:52.443Z Downloaded icu_properties_data v1.5.0
9812025-02-11T19:57:52.455Z Downloaded regex v1.11.1
9822025-02-11T19:57:52.469Z Downloaded lalrpop v0.19.12
9832025-02-11T19:57:52.481Z Downloaded qorb v0.2.1
9842025-02-11T19:57:52.485Z Downloaded half v2.4.1
9852025-02-11T19:57:52.488Z Downloaded p521 v0.13.3
9862025-02-11T19:57:52.491Z Downloaded uzers v0.12.1
9872025-02-11T19:57:52.497Z Downloaded num-rational v0.4.2
9882025-02-11T19:57:52.501Z Downloaded h2 v0.4.6
9892025-02-11T19:57:52.504Z Downloaded defmt v0.3.8
9902025-02-11T19:57:52.506Z Downloaded unicode-segmentation v1.12.0
9912025-02-11T19:57:52.509Z Downloaded progenitor-impl v0.9.1
9922025-02-11T19:57:52.511Z Downloaded unicode-properties v0.1.3
9932025-02-11T19:57:52.514Z Downloaded snafu-derive v0.8.5
9942025-02-11T19:57:52.516Z Downloaded salty v0.3.0
9952025-02-11T19:57:52.523Z Downloaded quick-xml v0.33.0
9962025-02-11T19:57:52.529Z Downloaded snafu v0.8.5
9972025-02-11T19:57:52.534Z Downloaded curve25519-dalek v4.1.3
9982025-02-11T19:57:52.544Z Downloaded sqlparser v0.45.0
9992025-02-11T19:57:52.550Z Downloaded funty v2.0.0
10002025-02-11T19:57:52.552Z Downloaded term v0.7.0
10012025-02-11T19:57:52.555Z Downloaded tokio-rustls v0.26.0
10022025-02-11T19:57:52.557Z Downloaded webpki-roots v0.26.6
10032025-02-11T19:57:52.561Z Downloaded tokio-rustls v0.25.0
10042025-02-11T19:57:52.563Z Downloaded time-macros v0.2.18
10052025-02-11T19:57:52.566Z Downloaded zerocopy v0.8.10
10062025-02-11T19:57:52.592Z Downloaded rsa v0.9.6
10072025-02-11T19:57:52.596Z Downloaded rustls-webpki v0.102.8
10082025-02-11T19:57:52.616Z Downloaded radix_trie v0.2.1
10092025-02-11T19:57:52.622Z Downloaded petname v2.0.2
10102025-02-11T19:57:52.628Z Downloaded dropshot v0.12.0
10112025-02-11T19:57:52.651Z Downloaded quinn-proto v0.11.8
10122025-02-11T19:57:52.657Z Downloaded chrono-tz v0.10.1
10132025-02-11T19:57:52.665Z Downloaded winnow v0.5.40
10142025-02-11T19:57:52.676Z Downloaded tough v0.19.0
10152025-02-11T19:57:52.684Z Downloaded object v0.36.5
10162025-02-11T19:57:52.697Z Downloaded bstr v1.10.0
10172025-02-11T19:57:52.709Z Downloaded diesel v2.2.6
10182025-02-11T19:57:52.729Z Downloaded russh v0.45.0
10192025-02-11T19:57:52.735Z Downloaded regress v0.10.1
10202025-02-11T19:57:52.744Z Downloaded rusqlite v0.32.1
10212025-02-11T19:57:52.752Z Downloaded futures-util v0.3.31
10222025-02-11T19:57:52.764Z Downloaded proptest v1.5.0
10232025-02-11T19:57:52.774Z Downloaded regex-syntax v0.8.5
10242025-02-11T19:57:52.784Z Downloaded regress v0.9.1
10252025-02-11T19:57:52.793Z Downloaded git2 v0.19.0
10262025-02-11T19:57:52.803Z Downloaded typify-impl v0.2.0
10272025-02-11T19:57:52.818Z Downloaded typify-impl v0.3.0
10282025-02-11T19:57:52.833Z Downloaded portable-atomic v1.9.0
10292025-02-11T19:57:52.841Z Downloaded reqwest v0.12.9
10302025-02-11T19:57:52.849Z Downloaded openssl v0.10.70
10312025-02-11T19:57:52.859Z Downloaded rayon v1.10.0
10322025-02-11T19:57:52.868Z Downloaded gimli v0.31.1
10332025-02-11T19:57:52.877Z Downloaded bzip2-sys v0.1.11+1.0.8
10342025-02-11T19:57:52.890Z Downloaded p384 v0.13.0
10352025-02-11T19:57:52.896Z Downloaded vcpkg v0.2.15
10362025-02-11T19:57:52.933Z Downloaded nix v0.27.1
10372025-02-11T19:57:52.943Z Downloaded hickory-proto v0.24.2
10382025-02-11T19:57:52.959Z Downloaded rustls v0.22.4
10392025-02-11T19:57:52.971Z Downloaded rustls v0.23.19
10402025-02-11T19:57:52.983Z Downloaded smoltcp v0.9.1
10412025-02-11T19:57:52.994Z Downloaded object v0.30.4
10422025-02-11T19:57:53.005Z Downloaded unicode-width v0.2.0
10432025-02-11T19:57:53.011Z Downloaded nix v0.29.0
10442025-02-11T19:57:53.023Z Downloaded nix v0.28.0
10452025-02-11T19:57:53.034Z Downloaded polar-core v0.27.3
10462025-02-11T19:57:53.043Z Downloaded openapiv3 v2.0.0
10472025-02-11T19:57:53.057Z Downloaded dropshot v0.15.1
10482025-02-11T19:57:53.077Z Downloaded regex-syntax v0.6.29
10492025-02-11T19:57:53.084Z Downloaded csv v1.3.1
10502025-02-11T19:57:53.104Z Downloaded smoltcp v0.11.0
10512025-02-11T19:57:53.117Z Downloaded rustls v0.21.12
10522025-02-11T19:57:53.129Z Downloaded zerovec v0.10.4
10532025-02-11T19:57:53.134Z Downloaded parse-zoneinfo v0.3.1
10542025-02-11T19:57:53.137Z Downloaded untrusted v0.7.1
10552025-02-11T19:57:53.139Z Downloaded sha3 v0.10.8
10562025-02-11T19:57:53.143Z Downloaded tokio-postgres v0.7.12
10572025-02-11T19:57:53.147Z Downloaded toml_edit v0.19.15
10582025-02-11T19:57:53.163Z Downloaded serde_with v3.11.0
10592025-02-11T19:57:53.171Z Downloaded ratatui v0.28.1
10602025-02-11T19:57:53.191Z Downloaded futures-core v0.3.31
10612025-02-11T19:57:53.194Z Downloaded parking_lot_core v0.8.6
10622025-02-11T19:57:53.196Z Downloaded env_logger v0.11.5
10632025-02-11T19:57:53.199Z Downloaded hashbrown v0.12.3
10642025-02-11T19:57:53.201Z Downloaded percent-encoding v2.3.1
10652025-02-11T19:57:53.201Z Downloaded tokio-rustls v0.24.1
10662025-02-11T19:57:53.204Z Downloaded sqlformat v0.2.6
10672025-02-11T19:57:53.206Z Downloaded unicode-bidi v0.3.17
10682025-02-11T19:57:53.209Z Downloaded sled v0.34.7
10692025-02-11T19:57:53.218Z Downloaded zerocopy-derive v0.6.6
10702025-02-11T19:57:53.228Z Downloaded regex-automata v0.4.8
10712025-02-11T19:57:53.245Z Downloaded tokio-util v0.7.12
10722025-02-11T19:57:53.251Z Downloaded fallible-iterator v0.2.0
10732025-02-11T19:57:53.254Z Downloaded futures-task v0.3.31
10742025-02-11T19:57:53.254Z Downloaded futures-sink v0.3.31
10752025-02-11T19:57:53.257Z Downloaded filetime v0.2.25
10762025-02-11T19:57:53.257Z Downloaded displaydoc v0.2.5
10772025-02-11T19:57:53.259Z Downloaded der v0.7.9
10782025-02-11T19:57:53.263Z Downloaded poly1305 v0.8.0
10792025-02-11T19:57:53.266Z Downloaded owo-colors v4.1.0
10802025-02-11T19:57:53.268Z Downloaded elliptic-curve v0.13.8
10812025-02-11T19:57:53.274Z Downloaded rand v0.8.5
10822025-02-11T19:57:53.277Z Downloaded scheduled-thread-pool v0.2.7
10832025-02-11T19:57:53.277Z Downloaded omicron-zone-package v0.12.0
10842025-02-11T19:57:53.280Z Downloaded des v0.8.1
10852025-02-11T19:57:53.282Z Downloaded itertools v0.13.0
10862025-02-11T19:57:53.288Z Downloaded hashbrown v0.13.2
10872025-02-11T19:57:53.292Z Downloaded lzma-sys v0.1.20
10882025-02-11T19:57:53.322Z Downloaded vte v0.11.1
10892025-02-11T19:57:53.324Z Downloaded vsss-rs v3.3.4
10902025-02-11T19:57:53.327Z Downloaded twox-hash v2.1.0
10912025-02-11T19:57:53.330Z Downloaded url v2.5.3
10922025-02-11T19:57:53.332Z Downloaded rcgen v0.12.1
10932025-02-11T19:57:53.335Z Downloaded prettyplease v0.2.25
10942025-02-11T19:57:53.338Z Downloaded postcard v1.0.10
10952025-02-11T19:57:53.340Z Downloaded fd-lock v4.0.2
10962025-02-11T19:57:53.342Z Downloaded enum-as-inner v0.6.1
10972025-02-11T19:57:53.342Z Downloaded display-error-chain v0.2.2
10982025-02-11T19:57:53.345Z Downloaded dirs-sys-next v0.1.2
10992025-02-11T19:57:53.345Z Downloaded debug-ignore v1.0.5
11002025-02-11T19:57:53.348Z Downloaded hashlink v0.9.1
11012025-02-11T19:57:53.348Z Downloaded structmeta-derive v0.2.0
11022025-02-11T19:57:53.350Z Downloaded structmeta v0.2.0
11032025-02-11T19:57:53.350Z Downloaded serde-hex v0.1.0
11042025-02-11T19:57:53.353Z Downloaded semver v0.1.20
11052025-02-11T19:57:53.353Z Downloaded rand_xorshift v0.3.0
11062025-02-11T19:57:53.353Z Downloaded progenitor v0.8.0
11072025-02-11T19:57:53.357Z Downloaded serde_yaml v0.9.34+deprecated
11082025-02-11T19:57:53.359Z Downloaded tokio v1.43.0
11092025-02-11T19:57:53.395Z Downloaded petgraph v0.6.5
11102025-02-11T19:57:53.412Z Downloaded libz-sys v1.1.20
11112025-02-11T19:57:53.432Z Downloaded x509-cert v0.2.5
11122025-02-11T19:57:53.437Z Downloaded peg-macros v0.8.4
11132025-02-11T19:57:53.440Z Downloaded strum_macros v0.26.4
11142025-02-11T19:57:53.442Z Downloaded ron v0.8.1
11152025-02-11T19:57:53.446Z Downloaded mio v1.0.2
11162025-02-11T19:57:53.451Z Downloaded spin v0.9.8
11172025-02-11T19:57:53.456Z Downloaded unicase v2.7.0
11182025-02-11T19:57:53.458Z Downloaded unarray v0.1.4
11192025-02-11T19:57:53.458Z Downloaded tabwriter v1.4.0
11202025-02-11T19:57:53.458Z Downloaded socket2 v0.5.7
11212025-02-11T19:57:53.461Z Downloaded foreign-types-macros v0.2.3
11222025-02-11T19:57:53.461Z Downloaded either v1.13.0
11232025-02-11T19:57:53.464Z Downloaded zopfli v0.8.1
11242025-02-11T19:57:53.464Z Downloaded zip v0.6.6
11252025-02-11T19:57:53.468Z Downloaded synstructure v0.13.1
11262025-02-11T19:57:53.471Z Downloaded ecdsa v0.16.9
11272025-02-11T19:57:53.474Z Downloaded der_derive v0.7.3
11282025-02-11T19:57:53.474Z Downloaded typify v0.3.0
11292025-02-11T19:57:53.478Z Downloaded tokio-tungstenite v0.23.1
11302025-02-11T19:57:53.481Z Downloaded oso v0.27.3
11312025-02-11T19:57:53.484Z Downloaded pkcs5 v0.7.1
11322025-02-11T19:57:53.488Z Downloaded const_format v0.2.34
11332025-02-11T19:57:53.493Z Downloaded icu_collections v1.5.0
11342025-02-11T19:57:53.499Z Downloaded futures-executor v0.3.31
11352025-02-11T19:57:53.501Z Downloaded env_filter v0.1.2
11362025-02-11T19:57:53.504Z Downloaded bumpalo v3.16.0
11372025-02-11T19:57:53.516Z Downloaded crypto-bigint v0.5.5
11382025-02-11T19:57:53.516Z Downloaded foldhash v0.1.3
11392025-02-11T19:57:53.516Z Downloaded fallible-iterator v0.3.0
11402025-02-11T19:57:53.516Z Downloaded rustc-demangle v0.1.24
11412025-02-11T19:57:53.516Z Downloaded postgres-types v0.2.8
11422025-02-11T19:57:53.520Z Downloaded multimap v0.10.0
11432025-02-11T19:57:53.520Z Downloaded hickory-server v0.24.2
11442025-02-11T19:57:53.523Z Downloaded paste v1.0.15
11452025-02-11T19:57:53.526Z Downloaded num-complex v0.4.6
11462025-02-11T19:57:53.528Z Downloaded allocator-api2 v0.2.18
11472025-02-11T19:57:53.531Z Downloaded scopeguard v1.2.0
11482025-02-11T19:57:53.533Z Downloaded predicates-tree v1.0.11
11492025-02-11T19:57:53.533Z Downloaded powerfmt v0.2.0
11502025-02-11T19:57:53.536Z Downloaded predicates v3.1.2
11512025-02-11T19:57:53.538Z Downloaded phf_generator v0.11.2
11522025-02-11T19:57:53.542Z Downloaded pbkdf2 v0.11.0
11532025-02-11T19:57:53.545Z Downloaded utf-8 v0.7.6
11542025-02-11T19:57:53.545Z Downloaded backtrace v0.3.74
11552025-02-11T19:57:53.548Z Downloaded yoke-derive v0.7.4
11562025-02-11T19:57:53.550Z Downloaded waitgroup v0.1.2
11572025-02-11T19:57:53.551Z Downloaded time-core v0.1.2
11582025-02-11T19:57:53.551Z Downloaded zerofrom-derive v0.1.4
11592025-02-11T19:57:53.553Z Downloaded rustls-pki-types v1.10.0
11602025-02-11T19:57:53.555Z Downloaded indicatif v0.17.11
11612025-02-11T19:57:53.558Z Downloaded icu_locid v1.5.0
11622025-02-11T19:57:53.563Z Downloaded hmac v0.12.1
11632025-02-11T19:57:53.565Z Downloaded crc-any v2.5.0
11642025-02-11T19:57:53.568Z Downloaded const-oid v0.9.6
11652025-02-11T19:57:53.572Z Downloaded diesel-dtrace v0.4.2
11662025-02-11T19:57:53.572Z Downloaded dunce v1.0.5
11672025-02-11T19:57:53.576Z Downloaded unicode-xid v0.2.6
11682025-02-11T19:57:53.576Z Downloaded typify-macro v0.3.0
11692025-02-11T19:57:53.576Z Downloaded typify-macro v0.2.0
11702025-02-11T19:57:53.576Z Downloaded serde_derive_internals v0.29.1
11712025-02-11T19:57:53.579Z Downloaded signature v2.2.0
11722025-02-11T19:57:53.579Z Downloaded cookie v0.18.1
11732025-02-11T19:57:53.582Z Downloaded argon2 v0.5.3
11742025-02-11T19:57:53.582Z Downloaded arrayvec v0.7.6
11752025-02-11T19:57:53.584Z Downloaded encoding_rs v0.8.34
11762025-02-11T19:57:53.605Z Downloaded icu_locid_transform_data v1.5.0
11772025-02-11T19:57:53.607Z Downloaded cipher v0.4.4
11782025-02-11T19:57:53.610Z Downloaded icu_provider v1.5.0
11792025-02-11T19:57:53.612Z Downloaded rand_seeder v0.3.0
11802025-02-11T19:57:53.612Z Downloaded icu_normalizer_data v1.5.0
11812025-02-11T19:57:53.615Z Downloaded bcs v0.1.6
11822025-02-11T19:57:53.617Z Downloaded arrayref v0.3.9
11832025-02-11T19:57:53.617Z Downloaded ascii-canvas v3.0.0
11842025-02-11T19:57:53.620Z Downloaded colored v2.1.0
11852025-02-11T19:57:53.620Z Downloaded crossbeam-deque v0.8.5
11862025-02-11T19:57:53.623Z Downloaded hyper-staticfile v0.10.1
11872025-02-11T19:57:53.623Z Downloaded crc-catalog v2.4.0
11882025-02-11T19:57:53.625Z Downloaded convert_case v0.4.0
11892025-02-11T19:57:53.625Z Downloaded constant_time_eq v0.3.1
11902025-02-11T19:57:53.628Z Downloaded cobs v0.2.3
11912025-02-11T19:57:53.628Z Downloaded ciborium-ll v0.2.2
11922025-02-11T19:57:53.628Z Downloaded cbc v0.1.2
11932025-02-11T19:57:53.631Z Downloaded buf-list v1.0.3
11942025-02-11T19:57:53.633Z Downloaded hubpack v0.1.2
11952025-02-11T19:57:53.633Z Downloaded blowfish v0.9.1
11962025-02-11T19:57:53.636Z Downloaded bb8 v0.8.5
11972025-02-11T19:57:53.636Z Downloaded base16ct v0.2.0
11982025-02-11T19:57:53.636Z Downloaded backoff v0.4.0
11992025-02-11T19:57:53.639Z Downloaded httpdate v1.0.3
12002025-02-11T19:57:53.642Z Downloaded instability v0.3.2
12012025-02-11T19:57:53.642Z Downloaded home v0.5.9
12022025-02-11T19:57:53.648Z Downloaded libgit2-sys v0.17.0+1.8.1
12032025-02-11T19:57:53.869Z Downloaded ring v0.17.8
12042025-02-11T19:57:54.008Z Downloaded libsqlite3-sys v0.30.1
12052025-02-11T19:57:54.199Z Downloaded aws-lc-sys v0.22.0
12062025-02-11T19:57:54.505Z Compiling serde v1.0.217
12072025-02-11T19:57:54.507Z Compiling lock_api v0.4.12
12082025-02-11T19:57:54.508Z Compiling value-bag v1.9.0
12092025-02-11T19:57:54.508Z Compiling scopeguard v1.2.0
12102025-02-11T19:57:54.662Z Compiling typenum v1.17.0
12112025-02-11T19:57:54.664Z Compiling generic-array v0.14.7
12122025-02-11T19:57:54.707Z Compiling syn v2.0.96
12132025-02-11T19:57:54.724Z Compiling getrandom v0.2.15
12142025-02-11T19:57:54.842Z Compiling shlex v1.3.0
12152025-02-11T19:57:55.016Z Compiling rand_core v0.6.4
12162025-02-11T19:57:55.071Z Compiling log v0.4.22
12172025-02-11T19:57:55.207Z Compiling subtle v2.6.1
12182025-02-11T19:57:55.227Z Compiling jobserver v0.1.32
12192025-02-11T19:57:55.244Z Compiling smallvec v1.13.2
12202025-02-11T19:57:55.530Z Compiling const-oid v0.9.6
12212025-02-11T19:57:55.550Z Compiling pin-project-lite v0.2.14
12222025-02-11T19:57:55.570Z Compiling rustix v0.38.37
12232025-02-11T19:57:55.615Z Compiling cc v1.1.30
12242025-02-11T19:57:55.678Z Compiling spin v0.9.8
12252025-02-11T19:57:55.840Z Compiling parking_lot_core v0.9.10
12262025-02-11T19:57:56.045Z Compiling futures-core v0.3.31
12272025-02-11T19:57:56.070Z Compiling signal-hook-registry v1.4.2
12282025-02-11T19:57:56.307Z Compiling mio v1.0.2
12292025-02-11T19:57:56.358Z Compiling aho-corasick v1.1.3
12302025-02-11T19:57:56.833Z Compiling parking_lot v0.12.3
12312025-02-11T19:57:56.932Z Compiling stable_deref_trait v1.2.0
12322025-02-11T19:57:56.992Z Compiling either v1.13.0
12332025-02-11T19:57:57.070Z Compiling cpufeatures v0.2.14
12342025-02-11T19:57:57.190Z Compiling regex-syntax v0.8.5
12352025-02-11T19:57:57.428Z Compiling glob v0.3.2
12362025-02-11T19:57:57.523Z Compiling futures-sink v0.3.31
12372025-02-11T19:57:57.694Z Compiling socket2 v0.5.7
12382025-02-11T19:57:57.714Z Compiling slab v0.4.9
12392025-02-11T19:57:57.782Z Compiling prettyplease v0.2.25
12402025-02-11T19:57:58.140Z Compiling lazy_static v1.5.0
12412025-02-11T19:57:58.195Z Compiling minimal-lexical v0.2.1
12422025-02-11T19:57:58.287Z Compiling serde_json v1.0.135
12432025-02-11T19:57:58.342Z Compiling clang-sys v1.8.1
12442025-02-11T19:57:58.661Z Compiling nom v7.1.3
12452025-02-11T19:57:58.734Z Compiling libloading v0.8.5
12462025-02-11T19:57:58.912Z Compiling bindgen v0.69.5
12472025-02-11T19:57:59.073Z Compiling home v0.5.9
12482025-02-11T19:57:59.355Z Compiling futures-channel v0.3.31
12492025-02-11T19:57:59.539Z Compiling itertools v0.12.1
12502025-02-11T19:57:59.768Z Compiling libm v0.2.8
12512025-02-11T19:57:59.794Z Compiling rustc-hash v1.1.0
12522025-02-11T19:57:59.964Z Compiling futures-task v0.3.31
12532025-02-11T19:58:00.117Z Compiling lazycell v1.3.0
12542025-02-11T19:58:00.287Z Compiling foldhash v0.1.3
12552025-02-11T19:58:00.311Z Compiling pin-utils v0.1.0
12562025-02-11T19:58:00.425Z Compiling futures-io v0.3.31
12572025-02-11T19:58:00.617Z Compiling allocator-api2 v0.2.18
12582025-02-11T19:58:00.751Z Compiling cmake v0.1.51
12592025-02-11T19:58:01.322Z Compiling regex-automata v0.4.8
12602025-02-11T19:58:01.371Z Compiling hashbrown v0.15.1
12612025-02-11T19:58:01.684Z Compiling num-traits v0.2.19
12622025-02-11T19:58:02.004Z Compiling cexpr v0.6.0
12632025-02-11T19:58:02.058Z Compiling synstructure v0.13.1
12642025-02-11T19:58:02.577Z Compiling pkg-config v0.3.31
12652025-02-11T19:58:03.528Z Compiling dunce v1.0.5
12662025-02-11T19:58:03.565Z Compiling fs_extra v1.3.0
12672025-02-11T19:58:03.889Z Compiling litemap v0.7.3
12682025-02-11T19:58:03.910Z Compiling writeable v0.5.5
12692025-02-11T19:58:04.132Z Compiling ring v0.17.8
12702025-02-11T19:58:04.259Z Compiling paste v1.0.15
12712025-02-11T19:58:04.450Z Compiling base64ct v1.6.0
12722025-02-11T19:58:05.041Z Compiling pem-rfc7468 v0.7.0
12732025-02-11T19:58:05.128Z Compiling flagset v0.4.6
12742025-02-11T19:58:05.163Z Compiling httparse v1.9.5
12752025-02-11T19:58:05.321Z Compiling aws-lc-rs v1.10.0
12762025-02-11T19:58:05.684Z Compiling icu_locid_transform_data v1.5.0
12772025-02-11T19:58:05.788Z Compiling tracing-core v0.1.32
12782025-02-11T19:58:05.922Z Compiling crossbeam-utils v0.8.20
12792025-02-11T19:58:06.445Z Compiling icu_properties_data v1.5.0
12802025-02-11T19:58:06.467Z Compiling rustls-pki-types v1.10.0
12812025-02-11T19:58:06.693Z Compiling regex v1.11.1
12822025-02-11T19:58:06.756Z Compiling percent-encoding v2.3.1
12832025-02-11T19:58:07.126Z Compiling write16 v1.0.0
12842025-02-11T19:58:07.279Z Compiling mirai-annotations v1.12.0
12852025-02-11T19:58:07.460Z Compiling utf8_iter v1.0.4
12862025-02-11T19:58:07.483Z Compiling utf16_iter v1.0.5
12872025-02-11T19:58:07.647Z Compiling untrusted v0.7.1
12882025-02-11T19:58:07.667Z Compiling time-core v0.1.2
12892025-02-11T19:58:07.684Z Compiling vcpkg v0.2.15
12902025-02-11T19:58:07.733Z Compiling powerfmt v0.2.0
12912025-02-11T19:58:07.763Z Compiling serde_derive v1.0.217
12922025-02-11T19:58:07.830Z Compiling zeroize_derive v1.4.2
12932025-02-11T19:58:07.853Z Compiling zerocopy-derive v0.7.35
12942025-02-11T19:58:08.111Z Compiling tokio-macros v2.5.0
12952025-02-11T19:58:09.175Z Compiling zeroize v1.8.1
12962025-02-11T19:58:09.516Z Compiling zerofrom-derive v0.1.4
12972025-02-11T19:58:09.581Z Compiling yoke-derive v0.7.4
12982025-02-11T19:58:09.602Z Compiling zerovec-derive v0.10.3
12992025-02-11T19:58:09.812Z Compiling zerocopy v0.7.35
13002025-02-11T19:58:10.625Z Compiling crypto-common v0.1.6
13012025-02-11T19:58:10.647Z Compiling block-buffer v0.10.4
13022025-02-11T19:58:10.880Z Compiling thiserror-impl v1.0.69
13032025-02-11T19:58:10.926Z Compiling digest v0.10.7
13042025-02-11T19:58:11.108Z Compiling displaydoc v0.2.5
13052025-02-11T19:58:11.422Z Compiling hmac v0.12.1
13062025-02-11T19:58:11.689Z Compiling futures-macro v0.3.31
13072025-02-11T19:58:12.159Z Compiling block-padding v0.3.3
13082025-02-11T19:58:12.267Z Compiling sha2 v0.10.8
13092025-02-11T19:58:12.289Z Compiling icu_provider_macros v1.5.0
13102025-02-11T19:58:12.414Z Compiling inout v0.1.3
13112025-02-11T19:58:12.658Z Compiling cipher v0.4.4
13122025-02-11T19:58:12.699Z Compiling ppv-lite86 v0.2.20
13132025-02-11T19:58:13.143Z Compiling zerofrom v0.1.4
13142025-02-11T19:58:13.187Z Compiling der_derive v0.7.3
13152025-02-11T19:58:13.327Z Compiling tracing-attributes v0.1.27
13162025-02-11T19:58:13.379Z Compiling yoke v0.7.4
13172025-02-11T19:58:13.431Z Compiling rand_chacha v0.3.1
13182025-02-11T19:58:13.567Z Compiling futures-util v0.3.31
13192025-02-11T19:58:13.713Z Compiling zerovec v0.10.4
13202025-02-11T19:58:13.907Z Compiling thiserror v1.0.69
13212025-02-11T19:58:14.065Z Compiling pest v2.7.14
13222025-02-11T19:58:15.488Z Compiling tinystr v0.7.6
13232025-02-11T19:58:15.637Z Compiling der v0.7.9
13242025-02-11T19:58:15.747Z Compiling icu_collections v1.5.0
13252025-02-11T19:58:15.813Z Compiling icu_locid v1.5.0
13262025-02-11T19:58:15.874Z Compiling rand v0.8.5
13272025-02-11T19:58:16.598Z Compiling tracing v0.1.40
13282025-02-11T19:58:17.074Z Compiling icu_provider v1.5.0
13292025-02-11T19:58:17.140Z Compiling salsa20 v0.10.2
13302025-02-11T19:58:17.176Z Compiling pbkdf2 v0.12.2
13312025-02-11T19:58:17.364Z Compiling untrusted v0.9.0
13322025-02-11T19:58:17.391Z Compiling icu_normalizer_data v1.5.0
13332025-02-11T19:58:17.509Z Compiling num-conv v0.1.0
13342025-02-11T19:58:17.805Z Compiling icu_locid_transform v1.5.0
13352025-02-11T19:58:17.834Z Compiling spki v0.7.3
13362025-02-11T19:58:17.928Z Compiling time-macros v0.2.18
13372025-02-11T19:58:18.056Z Compiling scrypt v0.11.0
13382025-02-11T19:58:18.195Z Compiling pest_meta v2.7.14
13392025-02-11T19:58:18.604Z Compiling cbc v0.1.2
13402025-02-11T19:58:18.745Z Compiling aes v0.8.4
13412025-02-11T19:58:18.828Z Compiling openssl-sys v0.9.105
13422025-02-11T19:58:18.850Z Compiling deranged v0.3.11
13432025-02-11T19:58:19.883Z Compiling icu_properties v1.5.1
13442025-02-11T19:58:20.174Z Compiling scroll_derive v0.12.0
13452025-02-11T19:58:20.929Z Compiling bitflags v2.6.0
13462025-02-11T19:58:20.994Z Compiling bytes v1.9.0
13472025-02-11T19:58:21.439Z Compiling indexmap v2.7.1
13482025-02-11T19:58:21.524Z Compiling semver v1.0.24
13492025-02-11T19:58:21.555Z Compiling num_threads v0.1.7
13502025-02-11T19:58:21.701Z Compiling atomic-waker v1.1.2
13512025-02-11T19:58:21.958Z Compiling tokio v1.43.0
13522025-02-11T19:58:22.205Z Compiling http v1.2.0
13532025-02-11T19:58:22.250Z Compiling rustc_version v0.4.1
13542025-02-11T19:58:22.624Z Compiling tinyvec_macros v0.1.1
13552025-02-11T19:58:22.715Z Compiling tinyvec v1.8.0
13562025-02-11T19:58:22.751Z Compiling time v0.3.36
13572025-02-11T19:58:23.006Z Compiling scroll v0.12.0
13582025-02-11T19:58:23.508Z Compiling icu_normalizer v1.5.0
13592025-02-11T19:58:23.906Z Compiling http-body v1.0.1
13602025-02-11T19:58:24.210Z Compiling pkcs5 v0.7.1
13612025-02-11T19:58:24.266Z Compiling pest_generator v2.7.14
13622025-02-11T19:58:24.380Z Compiling form_urlencoded v1.2.1
13632025-02-11T19:58:24.382Z Compiling slog v2.7.0
13642025-02-11T19:58:24.690Z Compiling idna_adapter v1.2.0
13652025-02-11T19:58:24.891Z Compiling try-lock v0.2.5
13662025-02-11T19:58:24.939Z Compiling which v4.4.2
13672025-02-11T19:58:25.056Z Compiling want v0.3.1
13682025-02-11T19:58:25.346Z Compiling goblin v0.8.2
13692025-02-11T19:58:25.434Z Compiling idna v1.0.3
13702025-02-11T19:58:25.481Z Compiling pkcs8 v0.10.2
13712025-02-11T19:58:26.105Z Compiling uuid v1.12.0
13722025-02-11T19:58:26.149Z Compiling iana-time-zone v0.1.61
13732025-02-11T19:58:26.171Z Compiling pest_derive v2.7.14
13742025-02-11T19:58:26.515Z Compiling httpdate v1.0.3
13752025-02-11T19:58:26.981Z Compiling dtrace-parser v0.2.0
13762025-02-11T19:58:27.007Z Compiling chrono v0.4.39
13772025-02-11T19:58:27.393Z Compiling serde_spanned v0.6.8
13782025-02-11T19:58:27.630Z Compiling serde_tokenstream v0.2.2
13792025-02-11T19:58:27.648Z Compiling toml_datetime v0.6.8
13802025-02-11T19:58:27.814Z Compiling match_cfg v0.1.0
13812025-02-11T19:58:27.929Z Compiling adler2 v2.0.0
13822025-02-11T19:58:28.116Z Compiling base64 v0.22.1
13832025-02-11T19:58:28.144Z Compiling rustversion v1.0.17
13842025-02-11T19:58:28.211Z Compiling foreign-types-shared v0.1.1
13852025-02-11T19:58:28.345Z Compiling tower-service v0.3.3
13862025-02-11T19:58:28.493Z Compiling openssl v0.10.70
13872025-02-11T19:58:28.805Z Compiling foreign-types v0.3.2
13882025-02-11T19:58:28.928Z Compiling miniz_oxide v0.8.0
13892025-02-11T19:58:28.928Z Compiling hostname v0.3.1
13902025-02-11T19:58:28.948Z Compiling url v2.5.3
13912025-02-11T19:58:29.163Z Compiling openssl-macros v0.1.1
13922025-02-11T19:58:29.903Z Compiling tokio-util v0.7.12
13932025-02-11T19:58:30.240Z Compiling async-trait v0.1.85
13942025-02-11T19:58:30.325Z Compiling serde_derive_internals v0.29.1
13952025-02-11T19:58:30.346Z Compiling dirs-sys-next v0.1.2
13962025-02-11T19:58:30.731Z Compiling data-encoding v2.6.0
13972025-02-11T19:58:30.918Z Compiling h2 v0.4.6
13982025-02-11T19:58:31.143Z Compiling dof v0.3.0
13992025-02-11T19:58:32.720Z Compiling usdt-impl v0.5.0
14002025-02-11T19:58:32.778Z Compiling siphasher v0.3.11
14012025-02-11T19:58:32.831Z Compiling schemars v0.8.21
14022025-02-11T19:58:33.100Z Compiling rustls v0.23.19
14032025-02-11T19:58:33.154Z Compiling syn v1.0.109
14042025-02-11T19:58:33.177Z Compiling native-tls v0.2.12
14052025-02-11T19:58:33.317Z Compiling rustls v0.22.4
14062025-02-11T19:58:33.584Z Compiling schemars_derive v0.8.21
14072025-02-11T19:58:33.635Z Compiling dirs-next v2.0.0
14082025-02-11T19:58:34.142Z Compiling unicode-normalization v0.1.24
14092025-02-11T19:58:34.621Z Compiling http-body-util v0.1.2
14102025-02-11T19:58:35.101Z Compiling heapless v0.7.17
14112025-02-11T19:58:35.122Z Compiling crossbeam-epoch v0.9.18
14122025-02-11T19:58:35.240Z Compiling sha1 v0.10.6
14132025-02-11T19:58:35.292Z Compiling signature v2.2.0
14142025-02-11T19:58:35.520Z Compiling bzip2-sys v0.1.11+1.0.8
14152025-02-11T19:58:35.568Z Compiling thread_local v1.1.8
14162025-02-11T19:58:35.673Z Compiling multer v3.1.0
14172025-02-11T19:58:35.804Z Compiling cookie v0.18.1
14182025-02-11T19:58:35.979Z Compiling encoding_rs v0.8.34
14192025-02-11T19:58:36.001Z Compiling rayon-core v1.12.1
14202025-02-11T19:58:36.039Z Compiling ipnet v2.10.1
14212025-02-11T19:58:36.104Z Compiling unicode-bidi v0.3.17
14222025-02-11T19:58:36.273Z Compiling openssl-probe v0.1.5
14232025-02-11T19:58:36.607Z Compiling gimli v0.31.1
14242025-02-11T19:58:36.665Z Compiling unicode-properties v0.1.3
14252025-02-11T19:58:37.090Z Compiling mime v0.3.17
14262025-02-11T19:58:37.153Z Compiling dyn-clone v1.0.17
14272025-02-11T19:58:37.381Z Compiling slog-async v2.8.0
14282025-02-11T19:58:37.468Z Compiling signal-hook v0.3.17
14292025-02-11T19:58:37.781Z Compiling stringprep v0.1.5
14302025-02-11T19:58:37.871Z Compiling hyper v1.5.2
14312025-02-11T19:58:39.063Z Compiling toml_edit v0.22.22
14322025-02-11T19:58:40.267Z Compiling hyper-util v0.1.10
14332025-02-11T19:58:40.927Z Compiling addr2line v0.24.2
14342025-02-11T19:58:41.569Z Compiling crossbeam-deque v0.8.5
14352025-02-11T19:58:41.613Z Compiling usdt-attr-macro v0.5.0
14362025-02-11T19:58:41.618Z Compiling usdt-macro v0.5.0
14372025-02-11T19:58:41.922Z Compiling term v0.7.0
14382025-02-11T19:58:42.985Z Compiling slog-json v2.6.1
14392025-02-11T19:58:43.023Z Compiling serde_urlencoded v0.7.1
14402025-02-11T19:58:43.077Z Compiling curve25519-dalek v4.1.3
14412025-02-11T19:58:43.139Z Compiling crossbeam-channel v0.5.13
14422025-02-11T19:58:43.226Z Compiling futures-executor v0.3.31
14432025-02-11T19:58:43.330Z Compiling md-5 v0.10.6
14442025-02-11T19:58:43.544Z Compiling async-stream-impl v0.3.6
14452025-02-11T19:58:43.625Z Compiling enum-as-inner v0.6.1
14462025-02-11T19:58:43.743Z Compiling rustls-pemfile v2.2.0
14472025-02-11T19:58:43.763Z Compiling num-integer v0.1.46
14482025-02-11T19:58:44.084Z Compiling hash32 v0.2.1
14492025-02-11T19:58:44.130Z Compiling ff v0.13.0
14502025-02-11T19:58:44.356Z Compiling is-terminal v0.4.13
14512025-02-11T19:58:44.445Z Compiling object v0.36.5
14522025-02-11T19:58:44.500Z Compiling dropshot v0.12.0
14532025-02-11T19:58:44.526Z Compiling num-bigint-dig v0.8.4
14542025-02-11T19:58:44.648Z Compiling anyhow v1.0.95
14552025-02-11T19:58:44.784Z Compiling portable-atomic v1.9.0
14562025-02-11T19:58:44.814Z Compiling utf-8 v0.7.6
14572025-02-11T19:58:44.835Z Compiling smoltcp v0.9.1
14582025-02-11T19:58:45.147Z Compiling litrs v0.4.1
14592025-02-11T19:58:45.289Z Compiling fallible-iterator v0.2.0
14602025-02-11T19:58:45.480Z Compiling base16ct v0.2.0
14612025-02-11T19:58:45.792Z Compiling rustc-demangle v0.1.24
14622025-02-11T19:58:45.818Z Compiling take_mut v0.2.2
14632025-02-11T19:58:45.918Z Compiling psl-types v2.0.11
14642025-02-11T19:58:45.990Z Compiling quick-error v1.2.3
14652025-02-11T19:58:46.135Z Compiling linked-hash-map v0.5.6
14662025-02-11T19:58:46.156Z Compiling publicsuffix v2.3.0
14672025-02-11T19:58:46.253Z Compiling document-features v0.2.10
14682025-02-11T19:58:46.448Z Compiling lru-cache v0.1.2
14692025-02-11T19:58:46.467Z Compiling resolv-conf v0.7.0
14702025-02-11T19:58:46.653Z Compiling postgres-protocol v0.6.7
14712025-02-11T19:58:46.750Z Compiling sec1 v0.7.3
14722025-02-11T19:58:47.357Z Compiling tungstenite v0.24.0
14732025-02-11T19:58:47.422Z Compiling async-stream v0.3.6
14742025-02-11T19:58:47.678Z Compiling hickory-proto v0.24.2
14752025-02-11T19:58:47.727Z Compiling slog-term v2.9.1
14762025-02-11T19:58:47.996Z Compiling usdt v0.5.0
14772025-02-11T19:58:48.494Z Compiling group v0.13.0
14782025-02-11T19:58:48.787Z Compiling num-iter v0.1.45
14792025-02-11T19:58:48.863Z Compiling futures v0.3.31
14802025-02-11T19:58:48.966Z Compiling slog-bunyan v2.5.0
14812025-02-11T19:58:49.005Z Compiling toml v0.8.19
14822025-02-11T19:58:49.413Z Compiling tokio-native-tls v0.3.1
14832025-02-11T19:58:50.556Z Compiling camino v1.1.9
14842025-02-11T19:58:50.729Z Compiling phf_shared v0.11.2
14852025-02-11T19:58:50.779Z Compiling dropshot_endpoint v0.12.0
14862025-02-11T19:58:51.106Z Compiling backtrace v0.3.74
14872025-02-11T19:58:51.157Z Compiling terminal_size v0.4.0
14882025-02-11T19:58:51.385Z Compiling openapiv3 v2.0.0
14892025-02-11T19:58:51.405Z Compiling waitgroup v0.1.2
14902025-02-11T19:58:51.614Z Compiling serde_path_to_error v0.1.16
14912025-02-11T19:58:51.637Z Compiling hkdf v0.12.4
14922025-02-11T19:58:51.920Z Compiling crypto-bigint v0.5.5
14932025-02-11T19:58:52.394Z Compiling zerocopy-derive v0.6.6
14942025-02-11T19:58:54.121Z Compiling curve25519-dalek-derive v0.1.1
14952025-02-11T19:58:54.124Z Compiling hubpack_derive v0.1.1
14962025-02-11T19:58:54.377Z Compiling webpki-roots v0.26.6
14972025-02-11T19:58:54.603Z Compiling hostname v0.4.0
14982025-02-11T19:58:54.832Z Compiling crc32fast v1.4.2
14992025-02-11T19:58:54.972Z Compiling fs-err v2.11.0
15002025-02-11T19:58:55.034Z Compiling ahash v0.8.11
15012025-02-11T19:58:55.149Z Compiling unicode-width v0.2.0
15022025-02-11T19:58:55.265Z Compiling newtype-uuid v1.2.1
15032025-02-11T19:58:55.368Z Compiling winnow v0.5.40
15042025-02-11T19:58:55.466Z Compiling bitflags v1.3.2
15052025-02-11T19:58:55.508Z Compiling debug-ignore v1.0.5
15062025-02-11T19:58:55.540Z Compiling managed v0.8.0
15072025-02-11T19:58:55.588Z Compiling clap_builder v4.5.27
15082025-02-11T19:58:55.680Z Compiling console v0.15.10
15092025-02-11T19:58:57.059Z Compiling strum_macros v0.25.3
15102025-02-11T19:58:57.228Z Compiling flate2 v1.0.35
15112025-02-11T19:58:57.931Z Compiling hubpack v0.1.2
15122025-02-11T19:58:57.934Z Compiling elliptic-curve v0.13.8
15132025-02-11T19:58:58.147Z Compiling zerocopy v0.6.6
15142025-02-11T19:58:58.363Z Compiling hickory-resolver v0.24.2
15152025-02-11T19:58:58.772Z Compiling toml_edit v0.19.15
15162025-02-11T19:58:58.900Z Compiling phf v0.11.2
15172025-02-11T19:58:59.179Z Compiling signal-hook-mio v0.2.4
15182025-02-11T19:58:59.359Z Compiling cookie_store v0.21.1
15192025-02-11T19:58:59.644Z Compiling rayon v1.10.0
15202025-02-11T19:59:00.766Z Compiling hyper-tls v0.6.0
15212025-02-11T19:59:00.875Z Compiling bzip2 v0.4.4
15222025-02-11T19:59:01.268Z Compiling tokio-tungstenite v0.24.0
15232025-02-11T19:59:01.788Z Compiling postgres-types v0.2.8
15242025-02-11T19:59:03.752Z Compiling ed25519 v2.2.3
15252025-02-11T19:59:03.805Z Compiling phf_shared v0.10.0
15262025-02-11T19:59:03.997Z Compiling tokio-stream v0.1.16
15272025-02-11T19:59:04.191Z Compiling pkcs1 v0.7.5
15282025-02-11T19:59:04.221Z Compiling serde-big-array v0.5.1
15292025-02-11T19:59:04.377Z Compiling rfc6979 v0.4.0
15302025-02-11T19:59:04.452Z Compiling clap_derive v4.5.24
15312025-02-11T19:59:04.579Z Compiling derive-where v1.2.7
15322025-02-11T19:59:04.967Z Compiling serde_repr v0.1.19
15332025-02-11T19:59:05.101Z Compiling bstr v1.10.0
15342025-02-11T19:59:05.623Z Compiling float-cmp v0.9.0
15352025-02-11T19:59:05.846Z Compiling sync_wrapper v1.0.1
15362025-02-11T19:59:06.006Z Compiling static_assertions v1.1.0
15372025-02-11T19:59:06.079Z Compiling precomputed-hash v0.1.1
15382025-02-11T19:59:06.099Z Compiling bit-vec v0.6.3
15392025-02-11T19:59:06.124Z Compiling fixedbitset v0.4.2
15402025-02-11T19:59:06.219Z Compiling normalize-line-endings v0.3.0
15412025-02-11T19:59:06.370Z Compiling new_debug_unreachable v1.0.6
15422025-02-11T19:59:06.480Z Compiling unicode-segmentation v1.12.0
15432025-02-11T19:59:06.506Z Compiling number_prefix v0.4.0
15442025-02-11T19:59:06.576Z Compiling difflib v0.4.0
15452025-02-11T19:59:06.696Z Compiling predicates-core v1.0.8
15462025-02-11T19:59:06.732Z Compiling whoami v1.5.2
15472025-02-11T19:59:07.062Z Compiling indicatif v0.17.11
15482025-02-11T19:59:07.340Z Compiling similar v2.6.0
15492025-02-11T19:59:07.388Z Compiling tokio-postgres v0.7.12
15502025-02-11T19:59:07.838Z Compiling predicates v3.1.2
15512025-02-11T19:59:08.023Z Compiling string_cache v0.8.7
15522025-02-11T19:59:08.451Z Compiling bit-set v0.5.3
15532025-02-11T19:59:08.726Z Compiling petgraph v0.6.5
15542025-02-11T19:59:09.100Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15552025-02-11T19:59:09.138Z Compiling clap v4.5.27
15562025-02-11T19:59:09.270Z Compiling rsa v0.9.6
15572025-02-11T19:59:09.411Z Compiling ecdsa v0.16.9
15582025-02-11T19:59:09.505Z Compiling ed25519-dalek v2.1.1
15592025-02-11T19:59:10.218Z Compiling toml v0.7.8
15602025-02-11T19:59:10.799Z Compiling zip v0.6.6
15612025-02-11T19:59:11.724Z Compiling crossterm v0.28.1
15622025-02-11T19:59:12.982Z Compiling hex v0.4.3
15632025-02-11T19:59:13.095Z Compiling x509-cert v0.2.5
15642025-02-11T19:59:13.216Z Compiling itertools v0.10.5
15652025-02-11T19:59:13.576Z Compiling lalrpop-util v0.19.12
15662025-02-11T19:59:13.956Z Compiling unicode-xid v0.2.6
15672025-02-11T19:59:14.161Z Compiling peg-runtime v0.8.3
15682025-02-11T19:59:14.749Z Compiling strum_macros v0.26.4
15692025-02-11T19:59:14.979Z Compiling xattr v1.3.1
15702025-02-11T19:59:15.020Z Compiling filetime v0.2.25
15712025-02-11T19:59:15.266Z Compiling tar v0.4.42
15722025-02-11T19:59:19.468Z Compiling strum v0.26.3
15732025-02-11T19:59:22.447Z Compiling aws-lc-sys v0.22.0
15742025-02-11T19:59:50.166Z Compiling rustls-webpki v0.102.8
15752025-02-11T19:59:53.365Z Compiling tokio-rustls v0.25.0
15762025-02-11T19:59:55.172Z Compiling tokio-rustls v0.26.0
15772025-02-11T19:59:55.457Z Compiling hyper-rustls v0.27.3
15782025-02-11T19:59:55.818Z Compiling reqwest v0.12.9
15792025-02-11T19:59:57.046Z Compiling qorb v0.2.1
15802025-02-11T20:00:00.193Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15812025-02-11T20:00:00.449Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15822025-02-11T20:00:05.025Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15832025-02-11T20:00:05.188Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15842025-02-11T20:00:05.242ZFeb 11 20:00:04.794 INFO Starting download, target: Clickhouse
15852025-02-11T20:00:05.242ZFeb 11 20:00:04.795 INFO Starting download, target: Cockroach
15862025-02-11T20:00:05.242ZFeb 11 20:00:04.795 INFO Starting download, target: Console
15872025-02-11T20:00:05.242ZFeb 11 20:00:04.795 INFO Starting download, target: DendriteOpenapi
15882025-02-11T20:00:05.245ZFeb 11 20:00:04.795 INFO Starting download, target: DendriteStub
15892025-02-11T20:00:05.245ZFeb 11 20:00:04.795 INFO Starting download, target: MaghemiteMgd
15902025-02-11T20:00:05.245ZFeb 11 20:00:04.795 INFO Starting download, target: TransceiverControl
15912025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15922025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
15932025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15942025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15952025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15962025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
15972025-02-11T20:00:05.245ZFeb 11 20:00:04.796 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
15982025-02-11T20:00:05.447ZFeb 11 20:00:04.999 INFO Download complete, target: DendriteOpenapi
15992025-02-11T20:00:05.731ZFeb 11 20:00:05.267 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16002025-02-11T20:00:05.815ZFeb 11 20:00:05.337 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16012025-02-11T20:00:06.140ZFeb 11 20:00:05.691 INFO Download complete, target: Console
16022025-02-11T20:00:06.219ZFeb 11 20:00:05.768 INFO Download complete, target: TransceiverControl
16032025-02-11T20:00:06.274ZFeb 11 20:00:05.818 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16042025-02-11T20:00:06.370ZFeb 11 20:00:05.921 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16052025-02-11T20:00:06.999ZFeb 11 20:00:06.551 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16062025-02-11T20:00:06.999ZFeb 11 20:00:06.551 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16072025-02-11T20:00:07.476ZFeb 11 20:00:07.028 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16082025-02-11T20:00:09.271ZFeb 11 20:00:08.822 INFO Download complete, target: DendriteStub
16092025-02-11T20:00:09.390ZFeb 11 20:00:08.941 INFO Download complete, target: MaghemiteMgd
16102025-02-11T20:00:14.572ZFeb 11 20:00:14.122 INFO Checking that binary works, target: Cockroach
16112025-02-11T20:00:14.729ZFeb 11 20:00:14.280 INFO Download complete, target: Cockroach
16122025-02-11T20:00:20.159ZFeb 11 20:00:19.708 INFO Checking that binary works, target: Clickhouse
16132025-02-11T20:00:20.320ZFeb 11 20:00:19.869 INFO Download complete, target: Clickhouse
16142025-02-11T20:00:20.341ZAll builder prerequisites installed successfully, and PATH looks valid
16152025-02-11T20:00:20.344Z
16162025-02-11T20:00:20.344Zreal 4:48.974038491
16172025-02-11T20:00:20.344Zuser 15:50.177557867
16182025-02-11T20:00:20.344Zsys 2:05.317239485
16192025-02-11T20:00:20.344Ztrap 0.580782766
16202025-02-11T20:00:20.344Ztflt 1.526856548
16212025-02-11T20:00:20.344Zdflt 1.593332711
16222025-02-11T20:00:20.344Zkflt 0.023775042
16232025-02-11T20:00:20.344Zlock 24:36.849085245
16242025-02-11T20:00:20.344Zslp 55:10.869725464
16252025-02-11T20:00:20.344Zlat 59.674832035
16262025-02-11T20:00:20.344Zstop 2:25.573905436
16272025-02-11T20:00:20.347Z++ bmat factory name
16282025-02-11T20:00:20.350Z++ bmat factory private
16292025-02-11T20:00:20.355Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0a3d798d622cabc50 '{
16302025-02-11T20:00:20.355Z buildomat: {
16312025-02-11T20:00:20.355Z factory: {
16322025-02-11T20:00:20.355Z name: $bmat_factory_name,
16332025-02-11T20:00:20.355Z private: $bmat_factory_private,
16342025-02-11T20:00:20.355Z },
16352025-02-11T20:00:20.355Z },
16362025-02-11T20:00:20.355Z }'
16372025-02-11T20:00:20.389Z+ banner ls-apis
16382025-02-11T20:00:20.392Z
16392025-02-11T20:00:20.392Z # #### ## ##### # ####
16402025-02-11T20:00:20.392Z # # # # # # # #
16412025-02-11T20:00:20.392Z # #### ##### # # # # # ####
16422025-02-11T20:00:20.392Z # # ###### ##### # #
16432025-02-11T20:00:20.392Z # # # # # # # # #
16442025-02-11T20:00:20.392Z ###### #### # # # # ####
16452025-02-11T20:00:20.392Z
16462025-02-11T20:00:20.396Z+ source ./tools/include/force-git-over-https.sh
16472025-02-11T20:00:20.396Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16482025-02-11T20:00:20.396Z++ (( i = 0 ))
16492025-02-11T20:00:20.396Z++ (( i < 5 ))
16502025-02-11T20:00:20.396Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16512025-02-11T20:00:20.399Z++ (( i++ ))
16522025-02-11T20:00:20.399Z++ (( i < 5 ))
16532025-02-11T20:00:20.399Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16542025-02-11T20:00:20.402Z++ (( i++ ))
16552025-02-11T20:00:20.402Z++ (( i < 5 ))
16562025-02-11T20:00:20.402Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16572025-02-11T20:00:20.404Z++ (( i++ ))
16582025-02-11T20:00:20.404Z++ (( i < 5 ))
16592025-02-11T20:00:20.404Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16602025-02-11T20:00:20.408Z++ (( i++ ))
16612025-02-11T20:00:20.408Z++ (( i < 5 ))
16622025-02-11T20:00:20.408Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16632025-02-11T20:00:20.410Z++ (( i++ ))
16642025-02-11T20:00:20.410Z++ (( i < 5 ))
16652025-02-11T20:00:20.410Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16662025-02-11T20:00:20.410Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16672025-02-11T20:00:20.410Z+ ptime -m cargo xtask ls-apis apis
16682025-02-11T20:00:20.946Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s
16692025-02-11T20:00:20.964Z Running `target/debug/xtask ls-apis apis`
16702025-02-11T20:00:21.820Z Compiling semver v0.1.20
16712025-02-11T20:00:21.947Z Compiling structmeta-derive v0.3.0
16722025-02-11T20:00:21.950Z Compiling cargo-platform v0.1.8
16732025-02-11T20:00:22.158Z Compiling rustc_version v0.1.7
16742025-02-11T20:00:22.170Z Compiling cargo_metadata v0.18.1
16752025-02-11T20:00:22.458Z Compiling newtype_derive v0.1.6
16762025-02-11T20:00:23.270Z Compiling structmeta v0.3.0
16772025-02-11T20:00:23.548Z Compiling parse-display-derive v0.10.0
16782025-02-11T20:00:25.285Z Compiling parse-display v0.10.0
16792025-02-11T20:00:25.453Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16802025-02-11T20:00:29.683Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.69s
16812025-02-11T20:00:29.836Z Running `target/debug/ls-apis apis`
16822025-02-11T20:00:29.875Zloading metadata for workspace omicron from current workspace
16832025-02-11T20:00:34.850Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
16842025-02-11T20:00:34.854Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16852025-02-11T20:00:34.866Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
16862025-02-11T20:00:34.868Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
16872025-02-11T20:00:53.472Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16882025-02-11T20:00:57.117Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16892025-02-11T20:00:57.139Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16902025-02-11T20:00:57.314ZBootstrap Agent (client: bootstrap-agent-client)
16912025-02-11T20:00:57.314Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16922025-02-11T20:00:57.314Z consumed by: wicketd (omicron/wicketd) via 2 paths
16932025-02-11T20:00:57.314Z
16942025-02-11T20:00:57.314ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16952025-02-11T20:00:57.314Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16962025-02-11T20:00:57.314Z
16972025-02-11T20:00:57.314ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
16982025-02-11T20:00:57.314Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16992025-02-11T20:00:57.314Z
17002025-02-11T20:00:57.314ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17012025-02-11T20:00:57.314Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17022025-02-11T20:00:57.314Z
17032025-02-11T20:00:57.314ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17042025-02-11T20:00:57.314Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17052025-02-11T20:00:57.314Z
17062025-02-11T20:00:57.314ZCrucible Agent (client: crucible-agent-client)
17072025-02-11T20:00:57.317Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17082025-02-11T20:00:57.317Z
17092025-02-11T20:00:57.317ZCrucible Control (for testing only) (client: crucible-control-client)
17102025-02-11T20:00:57.317Z
17112025-02-11T20:00:57.317ZCrucible Pantry (client: crucible-pantry-client)
17122025-02-11T20:00:57.317Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17132025-02-11T20:00:57.317Z
17142025-02-11T20:00:57.317ZMaghemite DDM Admin (client: ddm-admin-client)
17152025-02-11T20:00:57.317Z consumed by: installinator (omicron/installinator) via 1 path
17162025-02-11T20:00:57.317Z consumed by: mgd (maghemite/mgd) via 1 path
17172025-02-11T20:00:57.317Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17182025-02-11T20:00:57.317Z consumed by: wicketd (omicron/wicketd) via 1 path
17192025-02-11T20:00:57.317Z
17202025-02-11T20:00:57.317ZDNS Server (client: dns-service-client)
17212025-02-11T20:00:57.328Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17222025-02-11T20:00:57.328Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17232025-02-11T20:00:57.328Z
17242025-02-11T20:00:57.328ZDendrite DPD (client: dpd-client)
17252025-02-11T20:00:57.328Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17262025-02-11T20:00:57.328Z consumed by: mgd (maghemite/mgd) via 1 path
17272025-02-11T20:00:57.328Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17282025-02-11T20:00:57.328Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17292025-02-11T20:00:57.328Z consumed by: tfportd (dendrite/tfportd) via 1 path
17302025-02-11T20:00:57.331Z consumed by: wicketd (omicron/wicketd) via 2 paths
17312025-02-11T20:00:57.331Z
17322025-02-11T20:00:57.331ZDownstairs Controller (debugging only) (client: dsc-client)
17332025-02-11T20:00:57.331Z
17342025-02-11T20:00:57.331ZManagement Gateway Service (client: gateway-client)
17352025-02-11T20:00:57.333Z consumed by: dpd (dendrite/dpd) via 1 path
17362025-02-11T20:00:57.334Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17372025-02-11T20:00:57.334Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17382025-02-11T20:00:57.334Z consumed by: wicketd (omicron/wicketd) via 3 paths
17392025-02-11T20:00:57.334Z
17402025-02-11T20:00:57.334ZWicketd Installinator (client: installinator-client)
17412025-02-11T20:00:57.334Z consumed by: installinator (omicron/installinator) via 1 path
17422025-02-11T20:00:57.334Z
17432025-02-11T20:00:57.334ZLLDP daemon (client: lldpd-client)
17442025-02-11T20:00:57.334Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17452025-02-11T20:00:57.334Z
17462025-02-11T20:00:57.334ZMaghemite MG Admin (client: mg-admin-client)
17472025-02-11T20:00:57.339Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17482025-02-11T20:00:57.339Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17492025-02-11T20:00:57.339Z
17502025-02-11T20:00:57.339ZNexus Internal API (client: nexus-client)
17512025-02-11T20:00:57.343Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17522025-02-11T20:00:57.343Z consumed by: dpd (dendrite/dpd) via 1 path
17532025-02-11T20:00:57.343Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17542025-02-11T20:00:57.343Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17552025-02-11T20:00:57.343Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17562025-02-11T20:00:57.343Z
17572025-02-11T20:00:57.344ZExternal API (client: oxide-client)
17582025-02-11T20:00:57.344Z
17592025-02-11T20:00:57.344ZOximeter (client: oximeter-client)
17602025-02-11T20:00:57.346Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17612025-02-11T20:00:57.346Z
17622025-02-11T20:00:57.346ZPropolis (client: propolis-client)
17632025-02-11T20:00:57.349Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17642025-02-11T20:00:57.349Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17652025-02-11T20:00:57.349Z
17662025-02-11T20:00:57.349ZCrucible Repair (client: repair-client)
17672025-02-11T20:00:57.349Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17682025-02-11T20:00:57.349Z
17692025-02-11T20:00:57.349ZRepo Depot API (client: repo-depot-client)
17702025-02-11T20:00:57.349Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17712025-02-11T20:00:57.349Z
17722025-02-11T20:00:57.349ZSled Agent (client: sled-agent-client)
17732025-02-11T20:00:57.352Z consumed by: dpd (dendrite/dpd) via 1 path
17742025-02-11T20:00:57.352Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17752025-02-11T20:00:57.352Z
17762025-02-11T20:00:57.352ZWicketd (client: wicketd-client)
17772025-02-11T20:00:57.352Z
17782025-02-11T20:00:57.483Z
17792025-02-11T20:00:57.483Zreal 37.049330001
17802025-02-11T20:00:57.483Zuser 31.314561168
17812025-02-11T20:00:57.483Zsys 9.110942898
17822025-02-11T20:00:57.483Ztrap 0.014241173
17832025-02-11T20:00:57.483Ztflt 0.068834290
17842025-02-11T20:00:57.484Zdflt 0.282127868
17852025-02-11T20:00:57.484Zkflt 0.000000000
17862025-02-11T20:00:57.484Zlock 38.102803567
17872025-02-11T20:00:57.486Zslp 3:35.663650944
17882025-02-11T20:00:57.486Zlat 0.651132188
17892025-02-11T20:00:57.486Zstop 1.452202450
17902025-02-11T20:00:57.486Z+ ptime -m cargo xtask ls-apis deployment-units
17912025-02-11T20:00:58.063Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
17922025-02-11T20:00:58.083Z Running `target/debug/xtask ls-apis deployment-units`
17932025-02-11T20:00:58.949Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
17942025-02-11T20:00:59.007Z Running `target/debug/ls-apis deployment-units`
17952025-02-11T20:00:59.052Zloading metadata for workspace omicron from current workspace
17962025-02-11T20:01:00.281Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
17972025-02-11T20:01:00.286Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
17982025-02-11T20:01:00.288Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
17992025-02-11T20:01:00.296Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
18002025-02-11T20:01:02.316Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18012025-02-11T20:01:03.092Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18022025-02-11T20:01:03.110Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18032025-02-11T20:01:03.280ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18042025-02-11T20:01:03.280Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18052025-02-11T20:01:03.280Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18062025-02-11T20:01:03.280Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18072025-02-11T20:01:03.280Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18082025-02-11T20:01:03.283Z
18092025-02-11T20:01:03.283Z
18102025-02-11T20:01:03.283ZCockroach
18112025-02-11T20:01:03.283Z omicron-cockroach-admin (omicron/cockroach-admin)
18122025-02-11T20:01:03.283Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18132025-02-11T20:01:03.283Z
18142025-02-11T20:01:03.283Z
18152025-02-11T20:01:03.283ZCrucible
18162025-02-11T20:01:03.283Z crucible-agent (crucible/agent)
18172025-02-11T20:01:03.283Z exposes: Crucible Agent (client = crucible-agent-client)
18182025-02-11T20:01:03.283Z
18192025-02-11T20:01:03.283Z crucible-downstairs (crucible/downstairs)
18202025-02-11T20:01:03.283Z exposes: Crucible Repair (client = repair-client)
18212025-02-11T20:01:03.286Z consumes: repair-client
18222025-02-11T20:01:03.286Z
18232025-02-11T20:01:03.286Z
18242025-02-11T20:01:03.286ZCrucible Pantry
18252025-02-11T20:01:03.286Z crucible-pantry (crucible/pantry)
18262025-02-11T20:01:03.286Z exposes: Crucible Pantry (client = crucible-pantry-client)
18272025-02-11T20:01:03.289Z consumes: nexus-client
18282025-02-11T20:01:03.289Z
18292025-02-11T20:01:03.289Z
18302025-02-11T20:01:03.289ZDNS Server
18312025-02-11T20:01:03.289Z dns-server (omicron/dns-server)
18322025-02-11T20:01:03.289Z exposes: DNS Server (client = dns-service-client)
18332025-02-11T20:01:03.289Z
18342025-02-11T20:01:03.289Z
18352025-02-11T20:01:03.289ZHost OS
18362025-02-11T20:01:03.289Z ddmd (maghemite/ddmd)
18372025-02-11T20:01:03.289Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18382025-02-11T20:01:03.292Z consumes: dpd-client
18392025-02-11T20:01:03.292Z
18402025-02-11T20:01:03.292Z dpd (dendrite/dpd)
18412025-02-11T20:01:03.292Z exposes: Dendrite DPD (client = dpd-client)
18422025-02-11T20:01:03.294Z consumes: gateway-client
18432025-02-11T20:01:03.295Z consumes: nexus-client
18442025-02-11T20:01:03.295Z consumes: sled-agent-client
18452025-02-11T20:01:03.295Z
18462025-02-11T20:01:03.295Z lldpd (lldp/lldpd)
18472025-02-11T20:01:03.295Z exposes: LLDP daemon (client = lldpd-client)
18482025-02-11T20:01:03.295Z
18492025-02-11T20:01:03.295Z mgd (maghemite/mgd)
18502025-02-11T20:01:03.295Z exposes: Maghemite MG Admin (client = mg-admin-client)
18512025-02-11T20:01:03.297Z consumes: ddm-admin-client
18522025-02-11T20:01:03.298Z consumes: dpd-client
18532025-02-11T20:01:03.298Z
18542025-02-11T20:01:03.298Z omicron-gateway (omicron/gateway)
18552025-02-11T20:01:03.298Z exposes: Management Gateway Service (client = gateway-client)
18562025-02-11T20:01:03.298Z
18572025-02-11T20:01:03.298Z omicron-sled-agent (omicron/sled-agent)
18582025-02-11T20:01:03.298Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18592025-02-11T20:01:03.298Z exposes: Repo Depot API (client = repo-depot-client)
18602025-02-11T20:01:03.298Z exposes: Sled Agent (client = sled-agent-client)
18612025-02-11T20:01:03.300Z consumes: bootstrap-agent-client
18622025-02-11T20:01:03.300Z consumes: ddm-admin-client
18632025-02-11T20:01:03.300Z consumes: dns-service-client
18642025-02-11T20:01:03.300Z consumes: dpd-client
18652025-02-11T20:01:03.300Z consumes: gateway-client
18662025-02-11T20:01:03.300Z consumes: mg-admin-client
18672025-02-11T20:01:03.300Z consumes: nexus-client
18682025-02-11T20:01:03.300Z consumes: propolis-client
18692025-02-11T20:01:03.300Z consumes: repo-depot-client
18702025-02-11T20:01:03.300Z
18712025-02-11T20:01:03.300Z propolis-server (propolis/bin/propolis-server)
18722025-02-11T20:01:03.300Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18732025-02-11T20:01:03.301Z exposes: Propolis (client = propolis-client)
18742025-02-11T20:01:03.303Z consumes: nexus-client
18752025-02-11T20:01:03.303Z
18762025-02-11T20:01:03.303Z tfportd (dendrite/tfportd)
18772025-02-11T20:01:03.303Z consumes: dpd-client
18782025-02-11T20:01:03.303Z
18792025-02-11T20:01:03.303Z wicketd (omicron/wicketd)
18802025-02-11T20:01:03.303Z exposes: Wicketd Installinator (client = installinator-client)
18812025-02-11T20:01:03.304Z exposes: Wicketd (client = wicketd-client)
18822025-02-11T20:01:03.306Z consumes: bootstrap-agent-client
18832025-02-11T20:01:03.306Z consumes: ddm-admin-client
18842025-02-11T20:01:03.306Z consumes: dpd-client
18852025-02-11T20:01:03.306Z consumes: gateway-client
18862025-02-11T20:01:03.306Z
18872025-02-11T20:01:03.306Z
18882025-02-11T20:01:03.306ZInstallinator
18892025-02-11T20:01:03.306Z installinator (omicron/installinator)
18902025-02-11T20:01:03.306Z consumes: ddm-admin-client
18912025-02-11T20:01:03.306Z consumes: installinator-client
18922025-02-11T20:01:03.306Z
18932025-02-11T20:01:03.306Z
18942025-02-11T20:01:03.306ZNexus
18952025-02-11T20:01:03.306Z omicron-nexus (omicron/nexus)
18962025-02-11T20:01:03.306Z exposes: Nexus Internal API (client = nexus-client)
18972025-02-11T20:01:03.306Z exposes: External API (client = oxide-client)
18982025-02-11T20:01:03.309Z consumes: clickhouse-admin-keeper-client
18992025-02-11T20:01:03.309Z consumes: clickhouse-admin-server-client
19002025-02-11T20:01:03.309Z consumes: clickhouse-admin-single-client
19012025-02-11T20:01:03.309Z consumes: cockroach-admin-client
19022025-02-11T20:01:03.309Z consumes: crucible-agent-client
19032025-02-11T20:01:03.309Z consumes: crucible-pantry-client
19042025-02-11T20:01:03.309Z consumes: dns-service-client
19052025-02-11T20:01:03.309Z consumes: dpd-client
19062025-02-11T20:01:03.309Z consumes: gateway-client
19072025-02-11T20:01:03.309Z consumes: lldpd-client
19082025-02-11T20:01:03.309Z consumes: mg-admin-client
19092025-02-11T20:01:03.309Z consumes: oximeter-client
19102025-02-11T20:01:03.309Z consumes: propolis-client
19112025-02-11T20:01:03.309Z consumes: sled-agent-client
19122025-02-11T20:01:03.309Z
19132025-02-11T20:01:03.309Z
19142025-02-11T20:01:03.309ZOximeter
19152025-02-11T20:01:03.309Z oximeter-collector (omicron/oximeter/collector)
19162025-02-11T20:01:03.309Z exposes: Oximeter (client = oximeter-client)
19172025-02-11T20:01:03.310Z consumes: nexus-client
19182025-02-11T20:01:03.310Z
19192025-02-11T20:01:03.310Z
19202025-02-11T20:01:03.439Z
19212025-02-11T20:01:03.439Zreal 5.935281902
19222025-02-11T20:01:03.439Zuser 4.806369863
19232025-02-11T20:01:03.439Zsys 1.926135886
19242025-02-11T20:01:03.439Ztrap 0.002498177
19252025-02-11T20:01:03.439Ztflt 0.000030718
19262025-02-11T20:01:03.439Zdflt 0.000013945
19272025-02-11T20:01:03.439Zkflt 0.000000000
19282025-02-11T20:01:03.442Zlock 0.003645885
19292025-02-11T20:01:03.442Zslp 13.793017922
19302025-02-11T20:01:03.442Zlat 0.038580084
19312025-02-11T20:01:03.442Zstop 0.109612525
19322025-02-11T20:01:03.442Z+ ptime -m cargo xtask ls-apis servers
19332025-02-11T20:01:03.961Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s
19342025-02-11T20:01:03.981Z Running `target/debug/xtask ls-apis servers`
19352025-02-11T20:01:04.804Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
19362025-02-11T20:01:04.860Z Running `target/debug/ls-apis servers`
19372025-02-11T20:01:04.903Zloading metadata for workspace omicron from current workspace
19382025-02-11T20:01:06.138Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
19392025-02-11T20:01:06.141Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
19402025-02-11T20:01:06.144Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19412025-02-11T20:01:06.144Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
19422025-02-11T20:01:08.091Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19432025-02-11T20:01:08.867Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19442025-02-11T20:01:08.885Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19452025-02-11T20:01:09.054Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19462025-02-11T20:01:09.054Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19472025-02-11T20:01:09.054Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19482025-02-11T20:01:09.054Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19492025-02-11T20:01:09.057Z
19502025-02-11T20:01:09.057Zomicron-cockroach-admin (omicron/cockroach-admin)
19512025-02-11T20:01:09.057Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19522025-02-11T20:01:09.057Z
19532025-02-11T20:01:09.057Zcrucible-agent (crucible/agent)
19542025-02-11T20:01:09.057Z exposes: Crucible Agent (client = crucible-agent-client)
19552025-02-11T20:01:09.057Z
19562025-02-11T20:01:09.057Zcrucible-downstairs (crucible/downstairs)
19572025-02-11T20:01:09.057Z exposes: Crucible Repair (client = repair-client)
19582025-02-11T20:01:09.061Z consumes: repair-client
19592025-02-11T20:01:09.061Z
19602025-02-11T20:01:09.061Zcrucible-pantry (crucible/pantry)
19612025-02-11T20:01:09.061Z exposes: Crucible Pantry (client = crucible-pantry-client)
19622025-02-11T20:01:09.064Z consumes: nexus-client
19632025-02-11T20:01:09.064Z
19642025-02-11T20:01:09.064Zdns-server (omicron/dns-server)
19652025-02-11T20:01:09.064Z exposes: DNS Server (client = dns-service-client)
19662025-02-11T20:01:09.064Z
19672025-02-11T20:01:09.064Zomicron-sled-agent (omicron/sled-agent)
19682025-02-11T20:01:09.064Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19692025-02-11T20:01:09.064Z exposes: Repo Depot API (client = repo-depot-client)
19702025-02-11T20:01:09.064Z exposes: Sled Agent (client = sled-agent-client)
19712025-02-11T20:01:09.067Z consumes: bootstrap-agent-client
19722025-02-11T20:01:09.067Z consumes: ddm-admin-client
19732025-02-11T20:01:09.067Z consumes: dns-service-client
19742025-02-11T20:01:09.067Z consumes: dpd-client
19752025-02-11T20:01:09.067Z consumes: gateway-client
19762025-02-11T20:01:09.067Z consumes: mg-admin-client
19772025-02-11T20:01:09.067Z consumes: nexus-client
19782025-02-11T20:01:09.067Z consumes: propolis-client
19792025-02-11T20:01:09.067Z consumes: repo-depot-client
19802025-02-11T20:01:09.067Z
19812025-02-11T20:01:09.067Zpropolis-server (propolis/bin/propolis-server)
19822025-02-11T20:01:09.067Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19832025-02-11T20:01:09.067Z exposes: Propolis (client = propolis-client)
19842025-02-11T20:01:09.071Z consumes: nexus-client
19852025-02-11T20:01:09.071Z
19862025-02-11T20:01:09.071Zddmd (maghemite/ddmd)
19872025-02-11T20:01:09.071Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19882025-02-11T20:01:09.071Z consumes: dpd-client
19892025-02-11T20:01:09.071Z
19902025-02-11T20:01:09.071Zdpd (dendrite/dpd)
19912025-02-11T20:01:09.071Z exposes: Dendrite DPD (client = dpd-client)
19922025-02-11T20:01:09.074Z consumes: gateway-client
19932025-02-11T20:01:09.074Z consumes: nexus-client
19942025-02-11T20:01:09.074Z consumes: sled-agent-client
19952025-02-11T20:01:09.074Z
19962025-02-11T20:01:09.074Zlldpd (lldp/lldpd)
19972025-02-11T20:01:09.074Z exposes: LLDP daemon (client = lldpd-client)
19982025-02-11T20:01:09.074Z
19992025-02-11T20:01:09.074Zmgd (maghemite/mgd)
20002025-02-11T20:01:09.074Z exposes: Maghemite MG Admin (client = mg-admin-client)
20012025-02-11T20:01:09.077Z consumes: ddm-admin-client
20022025-02-11T20:01:09.077Z consumes: dpd-client
20032025-02-11T20:01:09.077Z
20042025-02-11T20:01:09.077Zomicron-gateway (omicron/gateway)
20052025-02-11T20:01:09.077Z exposes: Management Gateway Service (client = gateway-client)
20062025-02-11T20:01:09.077Z
20072025-02-11T20:01:09.077Ztfportd (dendrite/tfportd)
20082025-02-11T20:01:09.080Z consumes: dpd-client
20092025-02-11T20:01:09.080Z
20102025-02-11T20:01:09.080Zwicketd (omicron/wicketd)
20112025-02-11T20:01:09.080Z exposes: Wicketd Installinator (client = installinator-client)
20122025-02-11T20:01:09.080Z exposes: Wicketd (client = wicketd-client)
20132025-02-11T20:01:09.080Z consumes: bootstrap-agent-client
20142025-02-11T20:01:09.080Z consumes: ddm-admin-client
20152025-02-11T20:01:09.080Z consumes: dpd-client
20162025-02-11T20:01:09.080Z consumes: gateway-client
20172025-02-11T20:01:09.080Z
20182025-02-11T20:01:09.080Zinstallinator (omicron/installinator)
20192025-02-11T20:01:09.080Z consumes: ddm-admin-client
20202025-02-11T20:01:09.080Z consumes: installinator-client
20212025-02-11T20:01:09.080Z
20222025-02-11T20:01:09.080Zomicron-nexus (omicron/nexus)
20232025-02-11T20:01:09.080Z exposes: Nexus Internal API (client = nexus-client)
20242025-02-11T20:01:09.080Z exposes: External API (client = oxide-client)
20252025-02-11T20:01:09.084Z consumes: clickhouse-admin-keeper-client
20262025-02-11T20:01:09.084Z consumes: clickhouse-admin-server-client
20272025-02-11T20:01:09.084Z consumes: clickhouse-admin-single-client
20282025-02-11T20:01:09.084Z consumes: cockroach-admin-client
20292025-02-11T20:01:09.084Z consumes: crucible-agent-client
20302025-02-11T20:01:09.084Z consumes: crucible-pantry-client
20312025-02-11T20:01:09.084Z consumes: dns-service-client
20322025-02-11T20:01:09.084Z consumes: dpd-client
20332025-02-11T20:01:09.084Z consumes: gateway-client
20342025-02-11T20:01:09.084Z consumes: lldpd-client
20352025-02-11T20:01:09.084Z consumes: mg-admin-client
20362025-02-11T20:01:09.084Z consumes: oximeter-client
20372025-02-11T20:01:09.084Z consumes: propolis-client
20382025-02-11T20:01:09.084Z consumes: sled-agent-client
20392025-02-11T20:01:09.084Z
20402025-02-11T20:01:09.084Zoximeter-collector (omicron/oximeter/collector)
20412025-02-11T20:01:09.084Z exposes: Oximeter (client = oximeter-client)
20422025-02-11T20:01:09.084Z consumes: nexus-client
20432025-02-11T20:01:09.084Z
20442025-02-11T20:01:09.213Z
20452025-02-11T20:01:09.214Zreal 5.754889901
20462025-02-11T20:01:09.214Zuser 4.732940605
20472025-02-11T20:01:09.214Zsys 1.841901950
20482025-02-11T20:01:09.214Ztrap 0.000943875
20492025-02-11T20:01:09.214Ztflt 0.000016292
20502025-02-11T20:01:09.218Zdflt 0.000097631
20512025-02-11T20:01:09.218Zkflt 0.000000000
20522025-02-11T20:01:09.219Zlock 0.005158726
20532025-02-11T20:01:09.219Zslp 13.319628507
20542025-02-11T20:01:09.219Zlat 0.012687729
20552025-02-11T20:01:09.219Zstop 0.110883381
20562025-02-11T20:01:09.219Z+ ptime -m cargo xtask ls-apis check
20572025-02-11T20:01:09.730Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
20582025-02-11T20:01:09.748Z Running `target/debug/xtask ls-apis check`
20592025-02-11T20:01:10.569Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s
20602025-02-11T20:01:10.626Z Running `target/debug/ls-apis check`
20612025-02-11T20:01:10.670Zloading metadata for workspace omicron from current workspace
20622025-02-11T20:01:11.893Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
20632025-02-11T20:01:11.900Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20642025-02-11T20:01:11.922Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
20652025-02-11T20:01:11.922Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
20662025-02-11T20:01:13.866Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20672025-02-11T20:01:14.620Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20682025-02-11T20:01:14.639Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20692025-02-11T20:01:14.912Z
20702025-02-11T20:01:14.912Z
20712025-02-11T20:01:14.912ZServer-managed APIs:
20722025-02-11T20:01:14.912Z
20732025-02-11T20:01:14.912Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20742025-02-11T20:01:14.912Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20752025-02-11T20:01:14.912Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20762025-02-11T20:01:14.912Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20772025-02-11T20:01:14.912Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20782025-02-11T20:01:14.912Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20792025-02-11T20:01:14.912Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20802025-02-11T20:01:14.912Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20812025-02-11T20:01:14.912Z DNS Server (dns-service-client, exposed by dns-server)
20822025-02-11T20:01:14.912Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20832025-02-11T20:01:14.912Z LLDP daemon (lldpd-client, exposed by lldpd)
20842025-02-11T20:01:14.912Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20852025-02-11T20:01:14.912Z External API (oxide-client, exposed by omicron-nexus)
20862025-02-11T20:01:14.912Z Oximeter (oximeter-client, exposed by oximeter-collector)
20872025-02-11T20:01:14.912Z Propolis (propolis-client, exposed by propolis-server)
20882025-02-11T20:01:14.912Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20892025-02-11T20:01:14.912Z Wicketd (wicketd-client, exposed by wicketd)
20902025-02-11T20:01:14.913Z
20912025-02-11T20:01:14.913Z
20922025-02-11T20:01:14.913ZClient-managed API:
20932025-02-11T20:01:14.913Z
20942025-02-11T20:01:14.913Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20952025-02-11T20:01:14.913Z reason: depends on itself (i.e., instances call each other)
20962025-02-11T20:01:14.913Z Dendrite DPD (dpd-client, exposed by dpd)
20972025-02-11T20:01:14.913Z reason: Sled Agent calling DPD creates a circular dependency
20982025-02-11T20:01:14.913Z Wicketd Installinator (installinator-client, exposed by wicketd)
20992025-02-11T20:01:14.913Z reason: client is provided implicitly by the operator
21002025-02-11T20:01:14.913Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21012025-02-11T20:01:14.913Z reason: Circular dependencies between Nexus and other services
21022025-02-11T20:01:14.916Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21032025-02-11T20:01:14.916Z reason: depends on itself (i.e., instances call each other)
21042025-02-11T20:01:14.916Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21052025-02-11T20:01:14.916Z reason: depends on itself (i.e., instances call each other)
21062025-02-11T20:01:14.916Z
21072025-02-11T20:01:14.916Z
21082025-02-11T20:01:14.916ZAPIs with unknown version management: none
21092025-02-11T20:01:15.043Z
21102025-02-11T20:01:15.045Zreal 5.809120203
21112025-02-11T20:01:15.045Zuser 4.788284332
21122025-02-11T20:01:15.045Zsys 1.823406494
21132025-02-11T20:01:15.045Ztrap 0.000391771
21142025-02-11T20:01:15.045Ztflt 0.000015413
21152025-02-11T20:01:15.045Zdflt 0.000025980
21162025-02-11T20:01:15.045Zkflt 0.000000000
21172025-02-11T20:01:15.045Zlock 0.003918009
21182025-02-11T20:01:15.045Zslp 13.347851578
21192025-02-11T20:01:15.045Zlat 0.009655245
21202025-02-11T20:01:15.045Zstop 0.109188037
21212025-02-11T20:01:15.045Z+ banner build
21222025-02-11T20:01:15.048Z
21232025-02-11T20:01:15.048Z ##### # # # # #####
21242025-02-11T20:01:15.048Z # # # # # # # #
21252025-02-11T20:01:15.048Z ##### # # # # # #
21262025-02-11T20:01:15.048Z # # # # # # # #
21272025-02-11T20:01:15.048Z # # # # # # # #
21282025-02-11T20:01:15.049Z ##### #### # ###### #####
21292025-02-11T20:01:15.049Z
21302025-02-11T20:01:15.049Z+ export 'RUSTFLAGS=-D warnings'
21312025-02-11T20:01:15.049Z+ RUSTFLAGS='-D warnings'
21322025-02-11T20:01:15.049Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21332025-02-11T20:01:15.049Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21342025-02-11T20:01:15.049Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21352025-02-11T20:01:15.049Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21362025-02-11T20:01:15.049Z+ export TMPDIR=/var/tmp/omicron_tmp
21372025-02-11T20:01:15.049Z+ TMPDIR=/var/tmp/omicron_tmp
21382025-02-11T20:01:15.049Z+ export RUST_BACKTRACE=1
21392025-02-11T20:01:15.049Z+ RUST_BACKTRACE=1
21402025-02-11T20:01:15.049Z+ export CARGO_INCREMENTAL=0
21412025-02-11T20:01:15.049Z+ CARGO_INCREMENTAL=0
21422025-02-11T20:01:15.049Z+ export RUSTC_BOOTSTRAP=1
21432025-02-11T20:01:15.049Z+ RUSTC_BOOTSTRAP=1
21442025-02-11T20:01:15.049Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21452025-02-11T20:01:16.805Z Dirty unicode-ident v1.0.14: the rustflags changed
21462025-02-11T20:01:16.805Z Compiling unicode-ident v1.0.14
21472025-02-11T20:01:16.805Z Dirty proc-macro2 v1.0.92: the rustflags changed
21482025-02-11T20:01:16.805Z Compiling proc-macro2 v1.0.92
21492025-02-11T20:01:16.805Z Dirty libc v0.2.169: the rustflags changed
21502025-02-11T20:01:16.805Z Compiling libc v0.2.169
21512025-02-11T20:01:16.805Z Dirty cfg-if v1.0.0: the rustflags changed
21522025-02-11T20:01:16.805Z Compiling cfg-if v1.0.0
21532025-02-11T20:01:16.809Z Dirty serde v1.0.217: the rustflags changed
21542025-02-11T20:01:16.809Z Compiling serde v1.0.217
21552025-02-11T20:01:16.809Z Dirty autocfg v1.4.0: the rustflags changed
21562025-02-11T20:01:16.809Z Compiling autocfg v1.4.0
21572025-02-11T20:01:16.809Z Dirty memchr v2.7.4: the rustflags changed
21582025-02-11T20:01:16.809Z Compiling memchr v2.7.4
21592025-02-11T20:01:16.809Z Dirty version_check v0.9.5: the rustflags changed
21602025-02-11T20:01:16.809Z Compiling version_check v0.9.5
21612025-02-11T20:01:16.977Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=79c505353f8cd80b -C extra-filename=-79c505353f8cd80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21622025-02-11T20:01:16.977Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=10f066d9d8ac37f0 -C extra-filename=-10f066d9d8ac37f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21632025-02-11T20:01:16.977Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=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)' --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=b638736da7687cf1 -C extra-filename=-b638736da7687cf1 --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21642025-02-11T20:01:16.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=2f4d20600755659a -C extra-filename=-2f4d20600755659a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21652025-02-11T20:01:16.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=4219371846cd7a99 -C extra-filename=-4219371846cd7a99 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662025-02-11T20:01:16.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3c9b6fd71e894f1 -C extra-filename=-c3c9b6fd71e894f1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672025-02-11T20:01:16.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8e4a03f715f1d52e -C extra-filename=-8e4a03f715f1d52e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21682025-02-11T20:01:16.992Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=4182dae7cc683f1e -C extra-filename=-4182dae7cc683f1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21692025-02-11T20:01:17.106Z Dirty value-bag v1.9.0: the rustflags changed
21702025-02-11T20:01:17.106Z Compiling value-bag v1.9.0
21712025-02-11T20:01:17.129Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f4dee63d7438a1c0 -C extra-filename=-f4dee63d7438a1c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722025-02-11T20:01:17.134Z Dirty scopeguard v1.2.0: the rustflags changed
21732025-02-11T20:01:17.134Z Compiling scopeguard v1.2.0
21742025-02-11T20:01:17.155Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=df89f03d00cf139f -C extra-filename=-df89f03d00cf139f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752025-02-11T20:01:17.311Z Dirty once_cell v1.20.2: the rustflags changed
21762025-02-11T20:01:17.311Z Compiling once_cell v1.20.2
21772025-02-11T20:01:17.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=60ef584d13ef286e -C extra-filename=-60ef584d13ef286e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782025-02-11T20:01:17.636Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-4219371846cd7a99/build-script-build`
21792025-02-11T20:01:17.646Z Dirty log v0.4.22: the rustflags changed
21802025-02-11T20:01:17.646Z Compiling log v0.4.22
21812025-02-11T20:01:17.648Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e1464231da30ba90 -C extra-filename=-e1464231da30ba90 --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-f4dee63d7438a1c0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21822025-02-11T20:01:17.674Z Dirty itoa v1.0.11: the rustflags changed
21832025-02-11T20:01:17.674Z Compiling itoa v1.0.11
21842025-02-11T20:01:17.676Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=04bafa42b6ada290 -C extra-filename=-04bafa42b6ada290 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:17.704Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-b638736da7687cf1/build-script-build`
21862025-02-11T20:01:17.731Z Dirty smallvec v1.13.2: the rustflags changed
21872025-02-11T20:01:17.731Z Compiling smallvec v1.13.2
21882025-02-11T20:01:17.751Z Dirty byteorder v1.5.0: the rustflags changed
21892025-02-11T20:01:17.751Z Compiling byteorder v1.5.0
21902025-02-11T20:01:17.754Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=6dc292e9f3a2bf65 -C extra-filename=-6dc292e9f3a2bf65 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21912025-02-11T20:01:17.754Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-10f066d9d8ac37f0/build-script-build`
21922025-02-11T20:01:17.754Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=876b15a9d7bdd3ca -C extra-filename=-876b15a9d7bdd3ca --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:17.801Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=d98e06afb0ecdece -C extra-filename=-d98e06afb0ecdece --out-dir /work/oxidecomputer/omicron/target/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_new_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(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"))'`
21942025-02-11T20:01:17.910Z Dirty lock_api v0.4.12: the rustflags changed
21952025-02-11T20:01:17.910Z Compiling lock_api v0.4.12
21962025-02-11T20:01:17.912Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=af08541b00afd941 -C extra-filename=-af08541b00afd941 --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21972025-02-11T20:01:17.933Z Dirty subtle v2.6.1: the rustflags changed
21982025-02-11T20:01:17.933Z Compiling subtle v2.6.1
21992025-02-11T20:01:17.936Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=c513df462f984acf -C extra-filename=-c513df462f984acf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22002025-02-11T20:01:18.093Z Dirty pin-project-lite v0.2.14: the rustflags changed
22012025-02-11T20:01:18.093Z Compiling pin-project-lite v0.2.14
22022025-02-11T20:01:18.096Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=191fa3bf3ffbfed4 -C extra-filename=-191fa3bf3ffbfed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-02-11T20:01:18.183Z Dirty regex-syntax v0.8.5: the rustflags changed
22042025-02-11T20:01:18.183Z Compiling regex-syntax v0.8.5
22052025-02-11T20:01:18.186Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a66ab2e1c0f0e719 -C extra-filename=-a66ab2e1c0f0e719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22062025-02-11T20:01:18.246Z Dirty shlex v1.3.0: the rustflags changed
22072025-02-11T20:01:18.246Z Compiling shlex v1.3.0
22082025-02-11T20:01:18.249Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7a287c72367768d2 -C extra-filename=-7a287c72367768d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22092025-02-11T20:01:18.273Z Dirty aho-corasick v1.1.3: the rustflags changed
22102025-02-11T20:01:18.273Z Compiling aho-corasick v1.1.3
22112025-02-11T20:01:18.276Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=c3065e531983c7c3 -C extra-filename=-c3065e531983c7c3 --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22122025-02-11T20:01:18.294Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=bd41c333537d5136 -C extra-filename=-bd41c333537d5136 --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-79c505353f8cd80b.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-11T20:01:18.321Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-af08541b00afd941/build-script-build`
22142025-02-11T20:01:18.398Z Dirty ryu v1.0.18: the rustflags changed
22152025-02-11T20:01:18.398Z Compiling ryu v1.0.18
22162025-02-11T20:01:18.401Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e121c62561f36b4c -C extra-filename=-e121c62561f36b4c --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:18.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=ccddae81612c627a -C extra-filename=-ccddae81612c627a --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-df89f03d00cf139f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22182025-02-11T20:01:18.518Z Dirty allocator-api2 v0.2.18: the rustflags changed
22192025-02-11T20:01:18.518Z Compiling allocator-api2 v0.2.18
22202025-02-11T20:01:18.561Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=3cd2c893cf2d9e8b -C extra-filename=-3cd2c893cf2d9e8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22212025-02-11T20:01:18.609Z Dirty libm v0.2.8: the rustflags changed
22222025-02-11T20:01:18.609Z Compiling libm v0.2.8
22232025-02-11T20:01:18.611Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=f03913d03ca28051 -C extra-filename=-f03913d03ca28051 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22242025-02-11T20:01:18.793Z Dirty num-traits v0.2.19: the rustflags changed
22252025-02-11T20:01:18.793Z Compiling num-traits v0.2.19
22262025-02-11T20:01:18.796Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=36570671de51037e -C extra-filename=-36570671de51037e --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272025-02-11T20:01:18.909Z Dirty getrandom v0.2.15: the rustflags changed
22282025-02-11T20:01:18.909Z Compiling getrandom v0.2.15
22292025-02-11T20:01:18.912Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9f2de0cca6729757 -C extra-filename=-9f2de0cca6729757 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-02-11T20:01:19.012Z Dirty jobserver v0.1.32: the rustflags changed
22312025-02-11T20:01:19.012Z Compiling jobserver v0.1.32
22322025-02-11T20:01:19.015Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8581f790d88085ee -C extra-filename=-8581f790d88085ee --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332025-02-11T20:01:19.057Z Dirty quote v1.0.38: the rustflags changed
22342025-02-11T20:01:19.057Z Compiling quote v1.0.38
22352025-02-11T20:01:19.060Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=498985666c383562 -C extra-filename=-498985666c383562 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362025-02-11T20:01:19.183Z Dirty rand_core v0.6.4: the rustflags changed
22372025-02-11T20:01:19.183Z Compiling rand_core v0.6.4
22382025-02-11T20:01:19.212Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=4bd757ad22864a11 -C extra-filename=-4bd757ad22864a11 --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-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-02-11T20:01:19.269Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-f03913d03ca28051/build-script-build`
22402025-02-11T20:01:19.312Z Dirty parking_lot_core v0.9.10: the rustflags changed
22412025-02-11T20:01:19.313Z Compiling parking_lot_core v0.9.10
22422025-02-11T20:01:19.316Z Dirty typenum v1.17.0: the rustflags changed
22432025-02-11T20:01:19.316Z Compiling typenum v1.17.0
22442025-02-11T20:01:19.316Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=5676c49e9077a6e3 -C extra-filename=-5676c49e9077a6e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22452025-02-11T20:01:19.337Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=2e8f2568a91afce2 -C extra-filename=-2e8f2568a91afce2 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-02-11T20:01:19.728Z Dirty syn v2.0.96: the rustflags changed
22472025-02-11T20:01:19.728Z Compiling syn v2.0.96
22482025-02-11T20:01:19.731Z Dirty cc v1.1.30: the rustflags changed
22492025-02-11T20:01:19.731Z Compiling cc v1.1.30
22502025-02-11T20:01:19.731Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.1.30/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d1017860bc73739d -C extra-filename=-d1017860bc73739d --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-8581f790d88085ee.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-02-11T20:01:19.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=028145fd6b5d9770 -C extra-filename=-028145fd6b5d9770 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22522025-02-11T20:01:19.815Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=74bc698943a40f85 -C extra-filename=-74bc698943a40f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22532025-02-11T20:01:19.842Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-5676c49e9077a6e3/build-script-build`
22542025-02-11T20:01:19.851Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-36570671de51037e/build-script-build`
22552025-02-11T20:01:19.888Z Dirty generic-array v0.14.7: the rustflags changed
22562025-02-11T20:01:19.888Z Compiling generic-array v0.14.7
22572025-02-11T20:01:19.912Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=139570e6fff76617 -C extra-filename=-139570e6fff76617 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22582025-02-11T20:01:20.104Z Dirty thiserror v1.0.69: the rustflags changed
22592025-02-11T20:01:20.104Z Compiling thiserror v1.0.69
22602025-02-11T20:01:20.104Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c1fe6987f581660a -C extra-filename=-c1fe6987f581660a --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22612025-02-11T20:01:20.272Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-139570e6fff76617/build-script-build`
22622025-02-11T20:01:20.358Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-2e8f2568a91afce2/build-script-main`
22632025-02-11T20:01:20.385Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=2753b859e43a5634 -C extra-filename=-2753b859e43a5634 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22642025-02-11T20:01:20.598Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=8b84945d5afed316 -C extra-filename=-8b84945d5afed316 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-02-11T20:01:20.719Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-c1fe6987f581660a/build-script-build`
22662025-02-11T20:01:20.936Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=e2a796a15b1388de -C extra-filename=-e2a796a15b1388de --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-74bc698943a40f85.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)'`
22672025-02-11T20:01:21.152Z Dirty parking_lot v0.12.3: the rustflags changed
22682025-02-11T20:01:21.152Z Compiling parking_lot v0.12.3
22692025-02-11T20:01:21.198Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=365b5e5d8440e68d -C extra-filename=-365b5e5d8440e68d --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-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-2753b859e43a5634.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22702025-02-11T20:01:21.223Z Dirty serde_json v1.0.135: the rustflags changed
22712025-02-11T20:01:21.223Z Compiling serde_json v1.0.135
22722025-02-11T20:01:21.226Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=b99a4c4ce554e545 -C extra-filename=-b99a4c4ce554e545 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732025-02-11T20:01:21.641Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-b99a4c4ce554e545/build-script-build`
22742025-02-11T20:01:21.685Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22752025-02-11T20:01:21.685Z Compiling signal-hook-registry v1.4.2
22762025-02-11T20:01:21.687Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e181b83a9834373e -C extra-filename=-e181b83a9834373e --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-02-11T20:01:21.716Z Dirty rustix v0.38.37: the rustflags changed
22782025-02-11T20:01:21.716Z Compiling rustix v0.38.37
22792025-02-11T20:01:21.735Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=463c3edaf87986e5 -C extra-filename=-463c3edaf87986e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802025-02-11T20:01:22.078Z Dirty regex-automata v0.4.8: the rustflags changed
22812025-02-11T20:01:22.078Z Compiling regex-automata v0.4.8
22822025-02-11T20:01:22.080Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e5f079cc6d264231 -C extra-filename=-e5f079cc6d264231 --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-02-11T20:01:22.424Z Dirty futures-core v0.3.31: the rustflags changed
22842025-02-11T20:01:22.424Z Compiling futures-core v0.3.31
22852025-02-11T20:01:22.427Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=6723a47d595cc3af -C extra-filename=-6723a47d595cc3af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-02-11T20:01:22.506Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-463c3edaf87986e5/build-script-build`
22872025-02-11T20:01:22.693Z Dirty errno v0.3.9: the rustflags changed
22882025-02-11T20:01:22.693Z Compiling errno v0.3.9
22892025-02-11T20:01:22.696Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=540490b3b93907e1 -C extra-filename=-540490b3b93907e1 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22902025-02-11T20:01:22.752Z Dirty fnv v1.0.7: the rustflags changed
22912025-02-11T20:01:22.752Z Compiling fnv v1.0.7
22922025-02-11T20:01:22.755Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=519bcd82bf42b6cc -C extra-filename=-519bcd82bf42b6cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22932025-02-11T20:01:22.830Z Dirty equivalent v1.0.1: the rustflags changed
22942025-02-11T20:01:22.830Z Compiling equivalent v1.0.1
22952025-02-11T20:01:22.834Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af359b78b2cc337f -C extra-filename=-af359b78b2cc337f --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:22.860Z Dirty foldhash v0.1.3: the rustflags changed
22972025-02-11T20:01:22.860Z Compiling foldhash v0.1.3
22982025-02-11T20:01:22.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=17d0e488ed49c9cf -C extra-filename=-17d0e488ed49c9cf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22992025-02-11T20:01:22.912Z Dirty either v1.13.0: the rustflags changed
23002025-02-11T20:01:22.912Z Compiling either v1.13.0
23012025-02-11T20:01:22.914Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=def387f0ad91f972 -C extra-filename=-def387f0ad91f972 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:22.947Z Dirty mio v1.0.2: the rustflags changed
23032025-02-11T20:01:22.947Z Compiling mio v1.0.2
23042025-02-11T20:01:22.949Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=4cd503eb64bcd135 -C extra-filename=-4cd503eb64bcd135 --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-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-02-11T20:01:22.977Z Dirty spin v0.9.8: the rustflags changed
23062025-02-11T20:01:22.977Z Compiling spin v0.9.8
23072025-02-11T20:01:22.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ab8acbf5910d8815 -C extra-filename=-ab8acbf5910d8815 --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-ccddae81612c627a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-02-11T20:01:23.180Z Dirty hashbrown v0.15.1: the rustflags changed
23092025-02-11T20:01:23.181Z Compiling hashbrown v0.15.1
23102025-02-11T20:01:23.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9285703b23ee883d -C extra-filename=-9285703b23ee883d --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-3cd2c893cf2d9e8b.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-af359b78b2cc337f.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-17d0e488ed49c9cf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-02-11T20:01:23.345Z Dirty socket2 v0.5.7: the rustflags changed
23122025-02-11T20:01:23.345Z Compiling socket2 v0.5.7
23132025-02-11T20:01:23.347Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=035327f91f1c3ac2 -C extra-filename=-035327f91f1c3ac2 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-02-11T20:01:23.374Z Dirty const-oid v0.9.6: the rustflags changed
23152025-02-11T20:01:23.374Z Compiling const-oid v0.9.6
23162025-02-11T20:01:23.377Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=96c496a36c3a16e3 -C extra-filename=-96c496a36c3a16e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-02-11T20:01:23.377Z Dirty slab v0.4.9: the rustflags changed
23182025-02-11T20:01:23.399Z Compiling slab v0.4.9
23192025-02-11T20:01:23.402Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=4e90da021d98366d -C extra-filename=-4e90da021d98366d --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-02-11T20:01:23.800Z Dirty futures-io v0.3.31: the rustflags changed
23212025-02-11T20:01:23.800Z Compiling futures-io v0.3.31
23222025-02-11T20:01:23.803Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=aee6ae55f06be3cb -C extra-filename=-aee6ae55f06be3cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-02-11T20:01:24.050Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-4e90da021d98366d/build-script-build`
23242025-02-11T20:01:24.109Z Dirty heck v0.5.0: the rustflags changed
23252025-02-11T20:01:24.109Z Compiling heck v0.5.0
23262025-02-11T20:01:24.121Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eca0aece77251b6e -C extra-filename=-eca0aece77251b6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23272025-02-11T20:01:24.177Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cada76e4ef944563 -C extra-filename=-cada76e4ef944563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-02-11T20:01:24.266Z Dirty lazy_static v1.5.0: the rustflags changed
23292025-02-11T20:01:24.266Z Compiling lazy_static v1.5.0
23302025-02-11T20:01:24.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=57d431b61839a6c3 -C extra-filename=-57d431b61839a6c3 --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-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-02-11T20:01:24.294Z Dirty cpufeatures v0.2.14: the rustflags changed
23322025-02-11T20:01:24.294Z Compiling cpufeatures v0.2.14
23332025-02-11T20:01:24.297Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d598cd9474a3b865 -C extra-filename=-d598cd9474a3b865 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-02-11T20:01:24.363Z Dirty pkg-config v0.3.31: the rustflags changed
23352025-02-11T20:01:24.363Z Compiling pkg-config v0.3.31
23362025-02-11T20:01:24.404Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=afaad52f9c8e0636 -C extra-filename=-afaad52f9c8e0636 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:24.422Z Dirty iana-time-zone v0.1.61: the rustflags changed
23382025-02-11T20:01:24.422Z Compiling iana-time-zone v0.1.61
23392025-02-11T20:01:24.425Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=44f9af647fcea788 -C extra-filename=-44f9af647fcea788 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23402025-02-11T20:01:24.425Z Dirty futures-sink v0.3.31: the rustflags changed
23412025-02-11T20:01:24.425Z Compiling futures-sink v0.3.31
23422025-02-11T20:01:24.449Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dbf99efc1a6d3206 -C extra-filename=-dbf99efc1a6d3206 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23432025-02-11T20:01:24.478Z Dirty semver v1.0.24: the rustflags changed
23442025-02-11T20:01:24.478Z Compiling semver v1.0.24
23452025-02-11T20:01:24.480Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=cbf0f4ba3e9441f7 -C extra-filename=-cbf0f4ba3e9441f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-02-11T20:01:24.609Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23472025-02-11T20:01:24.609Z Compiling stable_deref_trait v1.2.0
23482025-02-11T20:01:24.635Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9f6c9094a52be94c -C extra-filename=-9f6c9094a52be94c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-02-11T20:01:24.638Z Dirty pin-utils v0.1.0: the rustflags changed
23502025-02-11T20:01:24.638Z Compiling pin-utils v0.1.0
23512025-02-11T20:01:24.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=890d8c93a53b900e -C extra-filename=-890d8c93a53b900e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23522025-02-11T20:01:24.756Z Dirty futures-channel v0.3.31: the rustflags changed
23532025-02-11T20:01:24.756Z Compiling futures-channel v0.3.31
23542025-02-11T20:01:24.760Z Dirty futures-task v0.3.31: the rustflags changed
23552025-02-11T20:01:24.761Z Compiling futures-task v0.3.31
23562025-02-11T20:01:24.780Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=2e887d49c0e6853d -C extra-filename=-2e887d49c0e6853d --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-02-11T20:01:24.784Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=73f5e80fb91076c7 -C extra-filename=-73f5e80fb91076c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-02-11T20:01:24.836Z Dirty schemars v0.8.21: the rustflags changed
23592025-02-11T20:01:24.836Z Compiling schemars v0.8.21
23602025-02-11T20:01:24.839Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uuid1"' --check-cfg 'cfg(docsrs)' --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=cf95a8775434d4e9 -C extra-filename=-cf95a8775434d4e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-02-11T20:01:25.008Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-cbf0f4ba3e9441f7/build-script-build`
23622025-02-11T20:01:25.090Z Dirty dyn-clone v1.0.17: the rustflags changed
23632025-02-11T20:01:25.090Z Compiling dyn-clone v1.0.17
23642025-02-11T20:01:25.094Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=73d05713540a027d -C extra-filename=-73d05713540a027d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23652025-02-11T20:01:25.120Z Dirty syn v1.0.109: the rustflags changed
23662025-02-11T20:01:25.120Z Compiling syn v1.0.109
23672025-02-11T20:01:25.156Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=29e8cb407edb1dd0 -C extra-filename=-29e8cb407edb1dd0 --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23682025-02-11T20:01:25.160Z Dirty tracing-core v0.1.32: the rustflags changed
23692025-02-11T20:01:25.160Z Compiling tracing-core v0.1.32
23702025-02-11T20:01:25.162Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=0ed74dea4f4939a5 -C extra-filename=-0ed74dea4f4939a5 --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-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23712025-02-11T20:01:25.221Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-cf95a8775434d4e9/build-script-build`
23722025-02-11T20:01:25.266Z Dirty glob v0.3.2: the rustflags changed
23732025-02-11T20:01:25.266Z Compiling glob v0.3.2
23742025-02-11T20:01:25.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a44787d7f19b2e4a -C extra-filename=-a44787d7f19b2e4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752025-02-11T20:01:25.330Z Dirty home v0.5.9: the rustflags changed
23762025-02-11T20:01:25.330Z Compiling home v0.5.9
23772025-02-11T20:01:25.333Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f8ac525f227664f4 -C extra-filename=-f8ac525f227664f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23782025-02-11T20:01:25.395Z Dirty minimal-lexical v0.2.1: the rustflags changed
23792025-02-11T20:01:25.395Z Compiling minimal-lexical v0.2.1
23802025-02-11T20:01:25.397Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=1915d1cdcf333f2c -C extra-filename=-1915d1cdcf333f2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23812025-02-11T20:01:25.612Z Dirty writeable v0.5.5: the rustflags changed
23822025-02-11T20:01:25.612Z Compiling writeable v0.5.5
23832025-02-11T20:01:25.615Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=5547c0301457b354 -C extra-filename=-5547c0301457b354 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23842025-02-11T20:01:25.688Z Dirty litemap v0.7.3: the rustflags changed
23852025-02-11T20:01:25.688Z Compiling litemap v0.7.3
23862025-02-11T20:01:25.690Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=5cd5201825356c11 -C extra-filename=-5cd5201825356c11 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:25.813Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-29e8cb407edb1dd0/build-script-build`
23882025-02-11T20:01:25.901Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=0b3d324b272def3b -C extra-filename=-0b3d324b272def3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23892025-02-11T20:01:25.926Z Dirty nom v7.1.3: the rustflags changed
23902025-02-11T20:01:25.926Z Compiling nom v7.1.3
23912025-02-11T20:01:25.929Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=a40758ffb1943256 -C extra-filename=-a40758ffb1943256 --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-4182dae7cc683f1e.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-1915d1cdcf333f2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-02-11T20:01:26.084Z Dirty percent-encoding v2.3.1: the rustflags changed
23932025-02-11T20:01:26.084Z Compiling percent-encoding v2.3.1
23942025-02-11T20:01:26.087Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd59636cc9d88936 -C extra-filename=-dd59636cc9d88936 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:26.151Z Dirty clang-sys v1.8.1: the rustflags changed
23962025-02-11T20:01:26.151Z Compiling clang-sys v1.8.1
23972025-02-11T20:01:26.207Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=9281d7600a122466 -C extra-filename=-9281d7600a122466 --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-9281d7600a122466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-02-11T20:01:26.211Z Dirty vcpkg v0.2.15: the rustflags changed
23992025-02-11T20:01:26.211Z Compiling vcpkg v0.2.15
24002025-02-11T20:01:26.214Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a14e1f9b807d2369 -C extra-filename=-a14e1f9b807d2369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24012025-02-11T20:01:26.389Z Dirty prettyplease v0.2.25: the rustflags changed
24022025-02-11T20:01:26.389Z Compiling prettyplease v0.2.25
24032025-02-11T20:01:26.391Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=adf536bd91ff55f0 -C extra-filename=-adf536bd91ff55f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-02-11T20:01:26.422Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
24052025-02-11T20:01:26.422Z Compiling icu_locid_transform_data v1.5.0
24062025-02-11T20:01:26.425Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b1c787b69297e97d -C extra-filename=-b1c787b69297e97d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24072025-02-11T20:01:26.556Z Dirty itertools v0.12.1: the rustflags changed
24082025-02-11T20:01:26.557Z Compiling itertools v0.12.1
24092025-02-11T20:01:26.559Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=a8f1c5c0d6b75aaf -C extra-filename=-a8f1c5c0d6b75aaf --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-02-11T20:01:26.829Z Dirty synstructure v0.13.1: the rustflags changed
24112025-02-11T20:01:26.829Z Compiling synstructure v0.13.1
24122025-02-11T20:01:26.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=c039a95a6db6e6f9 -C extra-filename=-c039a95a6db6e6f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-02-11T20:01:26.966Z Dirty serde_derive_internals v0.29.1: the rustflags changed
24142025-02-11T20:01:26.966Z Compiling serde_derive_internals v0.29.1
24152025-02-11T20:01:26.992Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2118dcafe025d36f -C extra-filename=-2118dcafe025d36f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-02-11T20:01:28.063Z Dirty regex v1.11.1: the rustflags changed
24172025-02-11T20:01:28.063Z Compiling regex v1.11.1
24182025-02-11T20:01:28.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=1e69782a0be8362b -C extra-filename=-1e69782a0be8362b --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-c3065e531983c7c3.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24192025-02-11T20:01:28.348Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-9281d7600a122466/build-script-build`
24202025-02-11T20:01:28.394Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-adf536bd91ff55f0/build-script-build`
24212025-02-11T20:01:28.439Z Dirty libloading v0.8.5: the rustflags changed
24222025-02-11T20:01:28.439Z Compiling libloading v0.8.5
24232025-02-11T20:01:28.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=05ca7c5cc109f8e8 -C extra-filename=-05ca7c5cc109f8e8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-02-11T20:01:28.843Z Dirty icu_properties_data v1.5.0: the rustflags changed
24252025-02-11T20:01:28.843Z Compiling icu_properties_data v1.5.0
24262025-02-11T20:01:28.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bc5d9fbe90c50abe -C extra-filename=-bc5d9fbe90c50abe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-02-11T20:01:29.050Z Dirty bindgen v0.69.5: the rustflags changed
24282025-02-11T20:01:29.050Z Compiling bindgen v0.69.5
24292025-02-11T20:01:29.053Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=df9c24cd77d51add -C extra-filename=-df9c24cd77d51add --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-02-11T20:01:29.133Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24312025-02-11T20:01:29.133Z Compiling crossbeam-utils v0.8.20
24322025-02-11T20:01:29.136Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=c37082b409d2476b -C extra-filename=-c37082b409d2476b --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-02-11T20:01:29.229Z Dirty cexpr v0.6.0: the rustflags changed
24342025-02-11T20:01:29.229Z Compiling cexpr v0.6.0
24352025-02-11T20:01:29.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=88d3761b5b4b050a -C extra-filename=-88d3761b5b4b050a --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-a40758ffb1943256.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24362025-02-11T20:01:29.396Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=0e9adb1ae5c38c69 -C extra-filename=-0e9adb1ae5c38c69 --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-a44787d7f19b2e4a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-05ca7c5cc109f8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24372025-02-11T20:01:29.426Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=4c84752ba284ab52 -C extra-filename=-4c84752ba284ab52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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)'`
24382025-02-11T20:01:29.770Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-c37082b409d2476b/build-script-build`
24392025-02-11T20:01:29.813Z Dirty form_urlencoded v1.2.1: the rustflags changed
24402025-02-11T20:01:29.813Z Compiling form_urlencoded v1.2.1
24412025-02-11T20:01:29.815Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9a22328da2b144e8 -C extra-filename=-9a22328da2b144e8 --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-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-02-11T20:01:29.964Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-df9c24cd77d51add/build-script-build`
24432025-02-11T20:01:29.983Z Dirty ring v0.17.8: the rustflags changed
24442025-02-11T20:01:29.983Z Compiling ring v0.17.8
24452025-02-11T20:01:30.010Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=1c3103aa1e537d4c -C extra-filename=-1c3103aa1e537d4c --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24462025-02-11T20:01:30.145Z Dirty utf16_iter v1.0.5: the rustflags changed
24472025-02-11T20:01:30.145Z Compiling utf16_iter v1.0.5
24482025-02-11T20:01:30.148Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f32504f2be281d16 -C extra-filename=-f32504f2be281d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-02-11T20:01:30.387Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24502025-02-11T20:01:30.387Z Compiling icu_normalizer_data v1.5.0
24512025-02-11T20:01:30.476Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a665c983d42ad140 -C extra-filename=-a665c983d42ad140 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-02-11T20:01:30.530Z Dirty utf8_iter v1.0.4: the rustflags changed
24532025-02-11T20:01:30.530Z Compiling utf8_iter v1.0.4
24542025-02-11T20:01:30.562Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1975c2ee4172c278 -C extra-filename=-1975c2ee4172c278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24552025-02-11T20:01:30.817Z Dirty adler2 v2.0.0: the rustflags changed
24562025-02-11T20:01:30.817Z Compiling adler2 v2.0.0
24572025-02-11T20:01:30.820Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=89d10dac645178e9 -C extra-filename=-89d10dac645178e9 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:30.871Z Dirty write16 v1.0.0: the rustflags changed
24592025-02-11T20:01:30.871Z Compiling write16 v1.0.0
24602025-02-11T20:01:30.913Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=29e7c954aed6cc24 -C extra-filename=-29e7c954aed6cc24 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24612025-02-11T20:01:31.026Z Dirty rustc-hash v1.1.0: the rustflags changed
24622025-02-11T20:01:31.026Z Compiling rustc-hash v1.1.0
24632025-02-11T20:01:31.029Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=d061298049524a8c -C extra-filename=-d061298049524a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24642025-02-11T20:01:31.061Z Dirty lazycell v1.3.0: the rustflags changed
24652025-02-11T20:01:31.061Z Compiling lazycell v1.3.0
24662025-02-11T20:01:31.063Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=8979d158a363d4f6 -C extra-filename=-8979d158a363d4f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24672025-02-11T20:01:31.191Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-1c3103aa1e537d4c/build-script-build`
24682025-02-11T20:01:31.237Z Dirty miniz_oxide v0.8.0: the rustflags changed
24692025-02-11T20:01:31.237Z Compiling miniz_oxide v0.8.0
24702025-02-11T20:01:31.270Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=329e4edf3119c1a5 -C extra-filename=-329e4edf3119c1a5 --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-89d10dac645178e9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24712025-02-11T20:01:31.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=1d9d1ebbe6560d01 -C extra-filename=-1d9d1ebbe6560d01 --out-dir /work/oxidecomputer/omicron/target/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)'`
24722025-02-11T20:01:32.276Z Dirty strsim v0.11.1: the rustflags changed
24732025-02-11T20:01:32.276Z Compiling strsim v0.11.1
24742025-02-11T20:01:32.279Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fb16d374a192cad6 -C extra-filename=-fb16d374a192cad6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-02-11T20:01:32.440Z Dirty paste v1.0.15: the rustflags changed
24762025-02-11T20:01:32.440Z Compiling paste v1.0.15
24772025-02-11T20:01:32.443Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7270e69f72837507 -C extra-filename=-7270e69f72837507 --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-02-11T20:01:32.601Z Dirty serde_derive v1.0.217: the rustflags changed
24792025-02-11T20:01:32.601Z Compiling serde_derive v1.0.217
24802025-02-11T20:01:32.603Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=ee3f54e659206937 -C extra-filename=-ee3f54e659206937 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-02-11T20:01:32.706Z Dirty zeroize_derive v1.4.2: the rustflags changed
24822025-02-11T20:01:32.706Z Compiling zeroize_derive v1.4.2
24832025-02-11T20:01:32.708Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e879da4d2526c964 -C extra-filename=-e879da4d2526c964 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24842025-02-11T20:01:32.970Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24852025-02-11T20:01:32.970Z Compiling zerocopy-derive v0.7.35
24862025-02-11T20:01:32.973Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7d4343c0a5a36819 -C extra-filename=-7d4343c0a5a36819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24872025-02-11T20:01:33.000Z Dirty thiserror-impl v1.0.69: the rustflags changed
24882025-02-11T20:01:33.000Z Compiling thiserror-impl v1.0.69
24892025-02-11T20:01:33.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9ca8da04f825e1e5 -C extra-filename=-9ca8da04f825e1e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24902025-02-11T20:01:33.288Z Dirty tokio-macros v2.5.0: the rustflags changed
24912025-02-11T20:01:33.288Z Compiling tokio-macros v2.5.0
24922025-02-11T20:01:33.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b6ae771187341818 -C extra-filename=-b6ae771187341818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24932025-02-11T20:01:34.325Z Dirty zeroize v1.8.1: the rustflags changed
24942025-02-11T20:01:34.326Z Compiling zeroize v1.8.1
24952025-02-11T20:01:34.328Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=ce3957574e03d034 -C extra-filename=-ce3957574e03d034 --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-e879da4d2526c964.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24962025-02-11T20:01:34.713Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=9ce67c21d1f9f81a -C extra-filename=-9ce67c21d1f9f81a --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-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
24972025-02-11T20:01:34.874Z Dirty futures-macro v0.3.31: the rustflags changed
24982025-02-11T20:01:34.874Z Compiling futures-macro v0.3.31
24992025-02-11T20:01:34.877Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=27a88e4af62594d5 -C extra-filename=-27a88e4af62594d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-02-11T20:01:35.087Z Dirty zerocopy v0.7.35: the rustflags changed
25012025-02-11T20:01:35.087Z Compiling zerocopy v0.7.35
25022025-02-11T20:01:35.089Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=6ff68796564bf4a0 -C extra-filename=-6ff68796564bf4a0 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-7d4343c0a5a36819.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25032025-02-11T20:01:36.060Z Dirty crypto-common v0.1.6: the rustflags changed
25042025-02-11T20:01:36.060Z Compiling crypto-common v0.1.6
25052025-02-11T20:01:36.084Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=fa01fb14c5f1583c -C extra-filename=-fa01fb14c5f1583c --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25062025-02-11T20:01:36.141Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=69903ab7b0254d11 -C extra-filename=-69903ab7b0254d11 --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-9ca8da04f825e1e5.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)'`
25072025-02-11T20:01:36.334Z Dirty block-buffer v0.10.4: the rustflags changed
25082025-02-11T20:01:36.334Z Compiling block-buffer v0.10.4
25092025-02-11T20:01:36.344Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=09316e049d0ba851 -C extra-filename=-09316e049d0ba851 --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-02-11T20:01:36.363Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25112025-02-11T20:01:36.363Z Compiling ppv-lite86 v0.2.20
25122025-02-11T20:01:36.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=f743a5535befe395 -C extra-filename=-f743a5535befe395 --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-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25132025-02-11T20:01:36.441Z Dirty zerofrom-derive v0.1.4: the rustflags changed
25142025-02-11T20:01:36.441Z Compiling zerofrom-derive v0.1.4
25152025-02-11T20:01:36.444Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=acd23a1c4c9fd620 -C extra-filename=-acd23a1c4c9fd620 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25162025-02-11T20:01:36.583Z Dirty digest v0.10.7: the rustflags changed
25172025-02-11T20:01:36.583Z Compiling digest v0.10.7
25182025-02-11T20:01:36.586Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=a9f2b4b6a1fbdffa -C extra-filename=-a9f2b4b6a1fbdffa --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-09316e049d0ba851.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25192025-02-11T20:01:36.620Z Dirty schemars_derive v0.8.21: the rustflags changed
25202025-02-11T20:01:36.620Z Compiling schemars_derive v0.8.21
25212025-02-11T20:01:36.622Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3dcab9b3ab95bc8d -C extra-filename=-3dcab9b3ab95bc8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-2118dcafe025d36f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25222025-02-11T20:01:36.933Z Dirty futures-util v0.3.31: the rustflags changed
25232025-02-11T20:01:36.933Z Compiling futures-util v0.3.31
25242025-02-11T20:01:36.935Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=839ba9a41c83a702 -C extra-filename=-839ba9a41c83a702 --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-27a88e4af62594d5.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25252025-02-11T20:01:37.109Z Dirty rand_chacha v0.3.1: the rustflags changed
25262025-02-11T20:01:37.109Z Compiling rand_chacha v0.3.1
25272025-02-11T20:01:37.113Z Dirty yoke-derive v0.7.4: the rustflags changed
25282025-02-11T20:01:37.113Z Compiling yoke-derive v0.7.4
25292025-02-11T20:01:37.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=9739b9fe863466c5 -C extra-filename=-9739b9fe863466c5 --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-f743a5535befe395.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-02-11T20:01:37.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fb69fa11b48ff368 -C extra-filename=-fb69fa11b48ff368 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-c039a95a6db6e6f9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25312025-02-11T20:01:38.305Z Dirty tracing-attributes v0.1.27: the rustflags changed
25322025-02-11T20:01:38.305Z Compiling tracing-attributes v0.1.27
25332025-02-11T20:01:38.309Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=74c570e1d794f507 -C extra-filename=-74c570e1d794f507 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25342025-02-11T20:01:39.446Z Dirty rand v0.8.5: the rustflags changed
25352025-02-11T20:01:39.446Z Compiling rand v0.8.5
25362025-02-11T20:01:39.451Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b7178cfe8cae9365 -C extra-filename=-b7178cfe8cae9365 --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-d98e06afb0ecdece.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25372025-02-11T20:01:39.867Z Dirty zerovec-derive v0.10.3: the rustflags changed
25382025-02-11T20:01:39.867Z Compiling zerovec-derive v0.10.3
25392025-02-11T20:01:39.895Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0ca287260767ec2e -C extra-filename=-0ca287260767ec2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25402025-02-11T20:01:39.947Z Dirty displaydoc v0.2.5: the rustflags changed
25412025-02-11T20:01:39.947Z Compiling displaydoc v0.2.5
25422025-02-11T20:01:39.951Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=1be088aac0fcd431 -C extra-filename=-1be088aac0fcd431 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25432025-02-11T20:01:40.013Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25442025-02-11T20:01:40.013Z Compiling icu_provider_macros v1.5.0
25452025-02-11T20:01:40.016Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=57cd680b355bfee1 -C extra-filename=-57cd680b355bfee1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25462025-02-11T20:01:40.294Z Dirty zerofrom v0.1.4: the rustflags changed
25472025-02-11T20:01:40.295Z Compiling zerofrom v0.1.4
25482025-02-11T20:01:40.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=f279d16d3c4986ff -C extra-filename=-f279d16d3c4986ff --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-acd23a1c4c9fd620.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25492025-02-11T20:01:40.352Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=74905474c961af45 -C extra-filename=-74905474c961af45 --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-ee3f54e659206937.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)'`
25502025-02-11T20:01:40.552Z Dirty yoke v0.7.4: the rustflags changed
25512025-02-11T20:01:40.552Z Compiling yoke v0.7.4
25522025-02-11T20:01:40.581Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=213deaed17fe4c91 -C extra-filename=-213deaed17fe4c91 --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-9f6c9094a52be94c.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-fb69fa11b48ff368.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25532025-02-11T20:01:40.938Z Dirty httparse v1.9.5: the rustflags changed
25542025-02-11T20:01:40.938Z Compiling httparse v1.9.5
25552025-02-11T20:01:40.941Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0594b135d0800817 -C extra-filename=-0594b135d0800817 --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25562025-02-11T20:01:41.357Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-7270e69f72837507/build-script-build`
25572025-02-11T20:01:41.446Z Dirty num-conv v0.1.0: the rustflags changed
25582025-02-11T20:01:41.446Z Compiling num-conv v0.1.0
25592025-02-11T20:01:41.449Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b511a2c685745a80 -C extra-filename=-b511a2c685745a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-02-11T20:01:41.475Z Dirty time-core v0.1.2: the rustflags changed
25612025-02-11T20:01:41.475Z Compiling time-core v0.1.2
25622025-02-11T20:01:41.478Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c247b003e1bf5756 -C extra-filename=-c247b003e1bf5756 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-02-11T20:01:41.701Z Dirty powerfmt v0.2.0: the rustflags changed
25642025-02-11T20:01:41.701Z Compiling powerfmt v0.2.0
25652025-02-11T20:01:41.701Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=281187b8282cd4ff -C extra-filename=-281187b8282cd4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25662025-02-11T20:01:41.732Z Dirty time-macros v0.2.18: the rustflags changed
25672025-02-11T20:01:41.732Z Compiling time-macros v0.2.18
25682025-02-11T20:01:41.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=408ff635f0ac8c8d -C extra-filename=-408ff635f0ac8c8d --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-b511a2c685745a80.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25692025-02-11T20:01:41.765Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-0594b135d0800817/build-script-build`
25702025-02-11T20:01:41.821Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c7e16f148db66112 -C extra-filename=-c7e16f148db66112 --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"))'`
25712025-02-11T20:01:41.850Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=7259561918d96c79 -C extra-filename=-7259561918d96c79 --out-dir /work/oxidecomputer/omicron/target/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`
25722025-02-11T20:01:41.892Z Dirty tracing v0.1.40: the rustflags changed
25732025-02-11T20:01:41.896Z Compiling tracing v0.1.40
25742025-02-11T20:01:41.896Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4a49c43766e9a56c -C extra-filename=-4a49c43766e9a56c --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-e1464231da30ba90.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-74c570e1d794f507.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-0ed74dea4f4939a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25752025-02-11T20:01:42.127Z Dirty deranged v0.3.11: the rustflags changed
25762025-02-11T20:01:42.127Z Compiling deranged v0.3.11
25772025-02-11T20:01:42.179Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=dba598fffeb56686 -C extra-filename=-dba598fffeb56686 --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-281187b8282cd4ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-02-11T20:01:42.395Z Dirty atomic-waker v1.1.2: the rustflags changed
25792025-02-11T20:01:42.395Z Compiling atomic-waker v1.1.2
25802025-02-11T20:01:42.399Z Dirty num_threads v0.1.7: the rustflags changed
25812025-02-11T20:01:42.399Z Compiling num_threads v0.1.7
25822025-02-11T20:01:42.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=300320b4c213bb02 -C extra-filename=-300320b4c213bb02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-02-11T20:01:42.399Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f095a215d8979552 -C extra-filename=-f095a215d8979552 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-02-11T20:01:42.545Z Dirty block-padding v0.3.3: the rustflags changed
25852025-02-11T20:01:42.545Z Compiling block-padding v0.3.3
25862025-02-11T20:01:42.548Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=98f6f495d8c43e5d -C extra-filename=-98f6f495d8c43e5d --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-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-02-11T20:01:42.601Z Dirty cmake v0.1.51: the rustflags changed
25882025-02-11T20:01:42.601Z Compiling cmake v0.1.51
25892025-02-11T20:01:42.604Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=632cb98d4b756956 -C extra-filename=-632cb98d4b756956 --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-d1017860bc73739d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-02-11T20:01:42.630Z Dirty ahash v0.8.11: the rustflags changed
25912025-02-11T20:01:42.630Z Compiling ahash v0.8.11
25922025-02-11T20:01:42.632Z Dirty zerovec v0.10.4: the rustflags changed
25932025-02-11T20:01:42.632Z Compiling zerovec v0.10.4
25942025-02-11T20:01:42.655Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9c01f71d77a94b10 -C extra-filename=-9c01f71d77a94b10 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25952025-02-11T20:01:42.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=9e4bc1d9fdeb3e89 -C extra-filename=-9e4bc1d9fdeb3e89 --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-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-0ca287260767ec2e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-02-11T20:01:42.830Z Dirty untrusted v0.9.0: the rustflags changed
25972025-02-11T20:01:42.830Z Compiling untrusted v0.9.0
25982025-02-11T20:01:42.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2c769ba8c7310228 -C extra-filename=-2c769ba8c7310228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25992025-02-11T20:01:43.008Z Dirty dunce v1.0.5: the rustflags changed
26002025-02-11T20:01:43.008Z Compiling dunce v1.0.5
26012025-02-11T20:01:43.022Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8963394abf5f78f4 -C extra-filename=-8963394abf5f78f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26022025-02-11T20:01:43.037Z Dirty fs_extra v1.3.0: the rustflags changed
26032025-02-11T20:01:43.037Z Compiling fs_extra v1.3.0
26042025-02-11T20:01:43.040Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04077f29428a2d4b -C extra-filename=-04077f29428a2d4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26052025-02-11T20:01:43.067Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9c01f71d77a94b10/build-script-build`
26062025-02-11T20:01:43.284Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=b1f8ac9d5a85687d -C extra-filename=-b1f8ac9d5a85687d --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
26072025-02-11T20:01:43.291Z Dirty inout v0.1.3: the rustflags changed
26082025-02-11T20:01:43.291Z Compiling inout v0.1.3
26092025-02-11T20:01:43.291Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=844976e379ef9a19 -C extra-filename=-844976e379ef9a19 --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-98f6f495d8c43e5d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-02-11T20:01:43.420Z Dirty cipher v0.4.4: the rustflags changed
26112025-02-11T20:01:43.421Z Compiling cipher v0.4.4
26122025-02-11T20:01:43.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=c6e3a96c704ea7e1 -C extra-filename=-c6e3a96c704ea7e1 --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-fa01fb14c5f1583c.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-02-11T20:01:43.476Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a6fc717be49c6018 -C extra-filename=-a6fc717be49c6018 --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-2f4d20600755659a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26142025-02-11T20:01:43.507Z Dirty sha2 v0.10.8: the rustflags changed
26152025-02-11T20:01:43.507Z Compiling sha2 v0.10.8
26162025-02-11T20:01:43.509Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=213933cfbb62a2e4 -C extra-filename=-213933cfbb62a2e4 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-02-11T20:01:43.620Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26182025-02-11T20:01:43.620Z Compiling rustls-pki-types v1.10.0
26192025-02-11T20:01:43.650Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=d4102aff58bcf5e5 -C extra-filename=-d4102aff58bcf5e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-02-11T20:01:43.960Z Dirty gimli v0.31.1: the rustflags changed
26212025-02-11T20:01:43.960Z Compiling gimli v0.31.1
26222025-02-11T20:01:43.963Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=0256f877021821d8 -C extra-filename=-0256f877021821d8 --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:44.016Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26242025-02-11T20:01:44.017Z Compiling aws-lc-rs v1.10.0
26252025-02-11T20:01:44.019Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d0249044ee6dec98 -C extra-filename=-d0249044ee6dec98 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-02-11T20:01:44.532Z Dirty tinystr v0.7.6: the rustflags changed
26272025-02-11T20:01:44.532Z Compiling tinystr v0.7.6
26282025-02-11T20:01:44.534Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=56f474dd5f86dacc -C extra-filename=-56f474dd5f86dacc --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-1be088aac0fcd431.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-02-11T20:01:44.606Z Dirty icu_collections v1.5.0: the rustflags changed
26302025-02-11T20:01:44.606Z Compiling icu_collections v1.5.0
26312025-02-11T20:01:44.645Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=0d76d234b48932d2 -C extra-filename=-0d76d234b48932d2 --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-1be088aac0fcd431.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-02-11T20:01:44.727Z Dirty object v0.36.5: the rustflags changed
26332025-02-11T20:01:44.727Z Compiling object v0.36.5
26342025-02-11T20:01:44.730Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=43c02ebb0ddbb5bf -C extra-filename=-43c02ebb0ddbb5bf --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-02-11T20:01:44.847Z Dirty icu_locid v1.5.0: the rustflags changed
26362025-02-11T20:01:44.847Z Compiling icu_locid v1.5.0
26372025-02-11T20:01:44.872Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=fe0b1cf29b075beb -C extra-filename=-fe0b1cf29b075beb --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-1be088aac0fcd431.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-5cd5201825356c11.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-02-11T20:01:44.924Z Dirty time v0.3.36: the rustflags changed
26392025-02-11T20:01:44.924Z Compiling time v0.3.36
26402025-02-11T20:01:44.927Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b8f62338069edef3 -C extra-filename=-b8f62338069edef3 --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-dba598fffeb56686.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-b511a2c685745a80.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-f095a215d8979552.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-281187b8282cd4ff.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-c247b003e1bf5756.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-02-11T20:01:45.853Z Dirty bytes v1.9.0: the rustflags changed
26422025-02-11T20:01:45.853Z Compiling bytes v1.9.0
26432025-02-11T20:01:45.856Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=369ee3d2c774136a -C extra-filename=-369ee3d2c774136a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-02-11T20:01:45.898Z Dirty bitflags v2.6.0: the rustflags changed
26452025-02-11T20:01:45.898Z Compiling bitflags v2.6.0
26462025-02-11T20:01:45.909Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=01159dab402db438 -C extra-filename=-01159dab402db438 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-02-11T20:01:46.390Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=9a57d07140db7ded -C extra-filename=-9a57d07140db7ded --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-04bafa42b6ada290.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.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"))'`
26482025-02-11T20:01:46.614Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e3d4519553d0e8e7 -C extra-filename=-e3d4519553d0e8e7 --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-01159dab402db438.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-540490b3b93907e1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26492025-02-11T20:01:46.939Z Dirty indexmap v2.7.1: the rustflags changed
26502025-02-11T20:01:46.939Z Compiling indexmap v2.7.1
26512025-02-11T20:01:46.954Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=3d5667ede295bc44 -C extra-filename=-3d5667ede295bc44 --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-af359b78b2cc337f.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-02-11T20:01:47.136Z Dirty tokio v1.43.0: the rustflags changed
26532025-02-11T20:01:47.136Z Compiling tokio v1.43.0
26542025-02-11T20:01:47.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b2c1a03649542c8c -C extra-filename=-b2c1a03649542c8c --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-369ee3d2c774136a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-b6ae771187341818.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552025-02-11T20:01:47.217Z Dirty chrono v0.4.39: the rustflags changed
26562025-02-11T20:01:47.217Z Compiling chrono v0.4.39
26572025-02-11T20:01:47.242Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=721bb5b37e92804c -C extra-filename=-721bb5b37e92804c --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-44f9af647fcea788.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-02-11T20:01:48.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=14419073895f953e -C extra-filename=-14419073895f953e --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-74905474c961af45.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)'`
26592025-02-11T20:01:48.814Z Dirty uuid v1.12.0: the rustflags changed
26602025-02-11T20:01:48.814Z Compiling uuid v1.12.0
26612025-02-11T20:01:48.817Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=aa09ccf8a97f44d6 -C extra-filename=-aa09ccf8a97f44d6 --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-9f2de0cca6729757.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26622025-02-11T20:01:48.996Z Dirty http v1.2.0: the rustflags changed
26632025-02-11T20:01:48.996Z Compiling http v1.2.0
26642025-02-11T20:01:48.999Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3774a995781acb23 -C extra-filename=-3774a995781acb23 --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-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652025-02-11T20:01:49.312Z Dirty icu_provider v1.5.0: the rustflags changed
26662025-02-11T20:01:49.312Z Compiling icu_provider v1.5.0
26672025-02-11T20:01:49.340Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c28a3a334b3bcc75 -C extra-filename=-c28a3a334b3bcc75 --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-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-57cd680b355bfee1.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-5547c0301457b354.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-213deaed17fe4c91.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-f279d16d3c4986ff.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-02-11T20:01:49.791Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uuid1"' --check-cfg 'cfg(docsrs)' --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=8596ef993a50a23e -C extra-filename=-8596ef993a50a23e --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3dcab9b3ab95bc8d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26692025-02-11T20:01:50.328Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26702025-02-11T20:01:50.328Z Compiling icu_locid_transform v1.5.0
26712025-02-11T20:01:50.332Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=187726fad3ce530c -C extra-filename=-187726fad3ce530c --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-1be088aac0fcd431.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-fe0b1cf29b075beb.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-b1c787b69297e97d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26722025-02-11T20:01:50.358Z Dirty which v4.4.2: the rustflags changed
26732025-02-11T20:01:50.358Z Compiling which v4.4.2
26742025-02-11T20:01:50.360Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=0cdd7ce9511a29ec -C extra-filename=-0cdd7ce9511a29ec --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-def387f0ad91f972.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-02-11T20:01:50.587Z Dirty serde_spanned v0.6.8: the rustflags changed
26762025-02-11T20:01:50.587Z Compiling serde_spanned v0.6.8
26772025-02-11T20:01:50.590Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=b671e902af892656 -C extra-filename=-b671e902af892656 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-02-11T20:01:50.845Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=fc0e9f33201563cb -C extra-filename=-fc0e9f33201563cb --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-01159dab402db438.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-88d3761b5b4b050a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-0e9adb1ae5c38c69.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-8979d158a363d4f6.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-d061298049524a8c.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-7a287c72367768d2.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-0cdd7ce9511a29ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-02-11T20:01:50.962Z Dirty toml_datetime v0.6.8: the rustflags changed
26802025-02-11T20:01:50.962Z Compiling toml_datetime v0.6.8
26812025-02-11T20:01:50.965Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=702aef2c8046aee3 -C extra-filename=-702aef2c8046aee3 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-02-11T20:01:51.299Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26832025-02-11T20:01:51.299Z Compiling serde_tokenstream v0.2.2
26842025-02-11T20:01:51.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0db04ce7ccb238b3 -C extra-filename=-0db04ce7ccb238b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-02-11T20:01:51.372Z Dirty addr2line v0.24.2: the rustflags changed
26862025-02-11T20:01:51.372Z Compiling addr2line v0.24.2
26872025-02-11T20:01:51.374Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=07f1e7fb79503da7 -C extra-filename=-07f1e7fb79503da7 --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-0256f877021821d8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-02-11T20:01:51.516Z Dirty rustc-demangle v0.1.24: the rustflags changed
26892025-02-11T20:01:51.516Z Compiling rustc-demangle v0.1.24
26902025-02-11T20:01:51.541Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=70b7fc28bb4af819 -C extra-filename=-70b7fc28bb4af819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-02-11T20:01:51.901Z Dirty icu_properties v1.5.1: the rustflags changed
26922025-02-11T20:01:51.902Z Compiling icu_properties v1.5.1
26932025-02-11T20:01:51.904Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e2780a5e5251f43f -C extra-filename=-e2780a5e5251f43f --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-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-187726fad3ce530c.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-bc5d9fbe90c50abe.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-56f474dd5f86dacc.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-02-11T20:01:51.933Z Dirty base64ct v1.6.0: the rustflags changed
26952025-02-11T20:01:51.933Z Compiling base64ct v1.6.0
26962025-02-11T20:01:51.936Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=13c7e0208d5dc15e -C extra-filename=-13c7e0208d5dc15e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-02-11T20:01:52.083Z Dirty anyhow v1.0.95: the rustflags changed
26982025-02-11T20:01:52.083Z Compiling anyhow v1.0.95
26992025-02-11T20:01:52.088Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=862d005bcfab5731 -C extra-filename=-862d005bcfab5731 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-862d005bcfab5731 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-02-11T20:01:52.479Z Dirty backtrace v0.3.74: the rustflags changed
27012025-02-11T20:01:52.479Z Compiling backtrace v0.3.74
27022025-02-11T20:01:52.481Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=ee6b8fbd3d7b8fc3 -C extra-filename=-ee6b8fbd3d7b8fc3 --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-07f1e7fb79503da7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-43c02ebb0ddbb5bf.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-70b7fc28bb4af819.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-02-11T20:01:52.525Z Dirty http-body v1.0.1: the rustflags changed
27042025-02-11T20:01:52.525Z Compiling http-body v1.0.1
27052025-02-11T20:01:52.527Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd0120f590377142 -C extra-filename=-dd0120f590377142 --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-369ee3d2c774136a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-02-11T20:01:52.771Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-862d005bcfab5731/build-script-build`
27072025-02-11T20:01:52.800Z Dirty hmac v0.12.1: the rustflags changed
27082025-02-11T20:01:52.801Z Compiling hmac v0.12.1
27092025-02-11T20:01:52.803Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=463f583760c4a0eb -C extra-filename=-463f583760c4a0eb --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-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102025-02-11T20:01:52.829Z Dirty base64 v0.22.1: the rustflags changed
27112025-02-11T20:01:52.829Z Compiling base64 v0.22.1
27122025-02-11T20:01:52.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=7fc06bffdc865433 -C extra-filename=-7fc06bffdc865433 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-02-11T20:01:53.076Z Dirty try-lock v0.2.5: the rustflags changed
27142025-02-11T20:01:53.076Z Compiling try-lock v0.2.5
27152025-02-11T20:01:53.113Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=40fb3d637872db69 -C extra-filename=-40fb3d637872db69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27162025-02-11T20:01:53.192Z Dirty mirai-annotations v1.12.0: the rustflags changed
27172025-02-11T20:01:53.192Z Compiling mirai-annotations v1.12.0
27182025-02-11T20:01:53.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c7a488fcbaa355d2 -C extra-filename=-c7a488fcbaa355d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27192025-02-11T20:01:53.262Z Dirty untrusted v0.7.1: the rustflags changed
27202025-02-11T20:01:53.262Z Compiling untrusted v0.7.1
27212025-02-11T20:01:53.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6742e56345b9f870 -C extra-filename=-6742e56345b9f870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27222025-02-11T20:01:53.289Z Dirty httpdate v1.0.3: the rustflags changed
27232025-02-11T20:01:53.289Z Compiling httpdate v1.0.3
27242025-02-11T20:01:53.291Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e9467ca7ef9bcfa8 -C extra-filename=-e9467ca7ef9bcfa8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27252025-02-11T20:01:53.417Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="backtrace"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=b27963488f2618c6 -C extra-filename=-b27963488f2618c6 --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-ee6b8fbd3d7b8fc3.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)'`
27262025-02-11T20:01:53.468Z Dirty want v0.3.1: the rustflags changed
27272025-02-11T20:01:53.468Z Compiling want v0.3.1
27282025-02-11T20:01:53.471Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c31e0cedcc79261 -C extra-filename=-0c31e0cedcc79261 --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-40fb3d637872db69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27292025-02-11T20:01:53.546Z Dirty slog v2.7.0: the rustflags changed
27302025-02-11T20:01:53.546Z Compiling slog v2.7.0
27312025-02-11T20:01:53.549Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5991412ba4ef37fc -C extra-filename=-5991412ba4ef37fc --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27322025-02-11T20:01:53.756Z Dirty openssl-sys v0.9.105: the rustflags changed
27332025-02-11T20:01:53.756Z Compiling openssl-sys v0.9.105
27342025-02-11T20:01:53.759Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.105/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=a87bcc444fa98acf -C extra-filename=-a87bcc444fa98acf --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a87bcc444fa98acf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-02-11T20:01:53.784Z Dirty tower-service v0.3.3: the rustflags changed
27362025-02-11T20:01:53.784Z Compiling tower-service v0.3.3
27372025-02-11T20:01:53.787Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=68c109a7dea1215e -C extra-filename=-68c109a7dea1215e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-02-11T20:01:53.944Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27392025-02-11T20:01:53.945Z Compiling pem-rfc7468 v0.7.0
27402025-02-11T20:01:53.948Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e4f92dfc40af4225 -C extra-filename=-e4f92dfc40af4225 --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-13c7e0208d5dc15e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-02-11T20:01:54.146Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-5991412ba4ef37fc/build-script-build`
27422025-02-11T20:01:54.184Z Dirty mime v0.3.17: the rustflags changed
27432025-02-11T20:01:54.184Z Compiling mime v0.3.17
27442025-02-11T20:01:54.187Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3fd47857214c95c3 -C extra-filename=-3fd47857214c95c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-02-11T20:01:54.230Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f36114cf7413752c -C extra-filename=-f36114cf7413752c --out-dir /work/oxidecomputer/omicron/target/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`
27462025-02-11T20:01:54.648Z Dirty http-body-util v0.1.2: the rustflags changed
27472025-02-11T20:01:54.648Z Compiling http-body-util v0.1.2
27482025-02-11T20:01:54.651Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=50b83adea387f3c1 -C extra-filename=-50b83adea387f3c1 --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-369ee3d2c774136a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-02-11T20:01:54.755Z Dirty der_derive v0.7.3: the rustflags changed
27502025-02-11T20:01:54.755Z Compiling der_derive v0.7.3
27512025-02-11T20:01:54.758Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d25ec0d24cda5aaa -C extra-filename=-d25ec0d24cda5aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-02-11T20:01:54.934Z Dirty async-trait v0.1.85: the rustflags changed
27532025-02-11T20:01:54.934Z Compiling async-trait v0.1.85
27542025-02-11T20:01:54.937Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2874f8c4e7350fed -C extra-filename=-2874f8c4e7350fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-02-11T20:01:54.997Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a87bcc444fa98acf/build-script-main`
27562025-02-11T20:01:55.097Z Dirty flagset v0.4.6: the rustflags changed
27572025-02-11T20:01:55.097Z Compiling flagset v0.4.6
27582025-02-11T20:01:55.100Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=9e80d58319b397c5 -C extra-filename=-9e80d58319b397c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-02-11T20:01:55.187Z Dirty tokio-util v0.7.12: the rustflags changed
27602025-02-11T20:01:55.187Z Compiling tokio-util v0.7.12
27612025-02-11T20:01:55.190Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2586409ea37385a4 -C extra-filename=-2586409ea37385a4 --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-02-11T20:01:55.346Z Dirty pbkdf2 v0.12.2: the rustflags changed
27632025-02-11T20:01:55.346Z Compiling pbkdf2 v0.12.2
27642025-02-11T20:01:55.349Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=f707f817214e2455 -C extra-filename=-f707f817214e2455 --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-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-02-11T20:01:55.528Z Dirty icu_normalizer v1.5.0: the rustflags changed
27662025-02-11T20:01:55.528Z Compiling icu_normalizer v1.5.0
27672025-02-11T20:01:55.530Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=fe519769932c9d73 -C extra-filename=-fe519769932c9d73 --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-1be088aac0fcd431.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-0d76d234b48932d2.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-a665c983d42ad140.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-c28a3a334b3bcc75.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-f32504f2be281d16.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-29e7c954aed6cc24.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-9e4bc1d9fdeb3e89.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-02-11T20:01:55.557Z Dirty rustc_version v0.4.1: the rustflags changed
27692025-02-11T20:01:55.557Z Compiling rustc_version v0.4.1
27702025-02-11T20:01:55.580Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=87cd6b4b517bea28 -C extra-filename=-87cd6b4b517bea28 --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-14419073895f953e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-02-11T20:01:56.270Z Dirty h2 v0.4.6: the rustflags changed
27722025-02-11T20:01:56.270Z Compiling h2 v0.4.6
27732025-02-11T20:01:56.272Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=86504aebe9fa79d3 -C extra-filename=-86504aebe9fa79d3 --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-300320b4c213bb02.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-02-11T20:01:56.529Z Dirty idna_adapter v1.2.0: the rustflags changed
27752025-02-11T20:01:56.529Z Compiling idna_adapter v1.2.0
27762025-02-11T20:01:56.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=b35a00e56325f226 -C extra-filename=-b35a00e56325f226 --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-fe519769932c9d73.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e2780a5e5251f43f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-02-11T20:01:56.568Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27782025-02-11T20:01:56.569Z Compiling rustls-pemfile v2.2.0
27792025-02-11T20:01:56.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57abaa9443df0306 -C extra-filename=-57abaa9443df0306 --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-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-02-11T20:01:56.801Z Dirty idna v1.0.3: the rustflags changed
27812025-02-11T20:01:56.801Z Compiling idna v1.0.3
27822025-02-11T20:01:56.832Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=9001b9ef5aca61ea -C extra-filename=-9001b9ef5aca61ea --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-b35a00e56325f226.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-1975c2ee4172c278.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-02-11T20:01:56.925Z Dirty aes v0.8.4: the rustflags changed
27842025-02-11T20:01:56.925Z Compiling aes v0.8.4
27852025-02-11T20:01:56.927Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=473099c43290a81c -C extra-filename=-473099c43290a81c --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-02-11T20:01:57.302Z Dirty der v0.7.9: the rustflags changed
27872025-02-11T20:01:57.302Z Compiling der v0.7.9
27882025-02-11T20:01:57.329Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=be7fb8384212584f -C extra-filename=-be7fb8384212584f --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-96c496a36c3a16e3.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-d25ec0d24cda5aaa.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9e80d58319b397c5.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-02-11T20:01:57.334Z Dirty openssl v0.10.70: the rustflags changed
27902025-02-11T20:01:57.334Z Compiling openssl v0.10.70
27912025-02-11T20:01:57.338Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.70/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=4a5bab84f4c6d75f -C extra-filename=-4a5bab84f4c6d75f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-4a5bab84f4c6d75f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-02-11T20:01:57.702Z Dirty url v2.5.3: the rustflags changed
27932025-02-11T20:01:57.702Z Compiling url v2.5.3
27942025-02-11T20:01:57.704Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=7a8c831b34692f87 -C extra-filename=-7a8c831b34692f87 --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-9a22328da2b144e8.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-02-11T20:01:57.804Z Dirty ipnet v2.10.1: the rustflags changed
27962025-02-11T20:01:57.804Z Compiling ipnet v2.10.1
27972025-02-11T20:01:57.806Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=33eb166cd2a8508e -C extra-filename=-33eb166cd2a8508e --out-dir /work/oxidecomputer/omicron/target/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-11T20:01:58.461Z Dirty openssl-probe v0.1.5: the rustflags changed
27992025-02-11T20:01:58.461Z Compiling openssl-probe v0.1.5
28002025-02-11T20:01:58.464Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0545e742edad87bb -C extra-filename=-0545e742edad87bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-02-11T20:01:58.819Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28022025-02-11T20:01:58.819Z Compiling foreign-types-shared v0.1.1
28032025-02-11T20:01:58.822Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f584848380c25a4e -C extra-filename=-f584848380c25a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28042025-02-11T20:01:58.948Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-4a5bab84f4c6d75f/build-script-build`
28052025-02-11T20:01:58.974Z Dirty foreign-types v0.3.2: the rustflags changed
28062025-02-11T20:01:58.974Z Compiling foreign-types v0.3.2
28072025-02-11T20:01:58.976Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dce0a5f485344e44 -C extra-filename=-dce0a5f485344e44 --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-f584848380c25a4e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-02-11T20:01:59.012Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.105/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=6d692d6cc0a59cae -C extra-filename=-6d692d6cc0a59cae --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-d98e06afb0ecdece.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"))' --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)'`
28092025-02-11T20:01:59.094Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28102025-02-11T20:01:59.094Z Compiling serde_urlencoded v0.7.1
28112025-02-11T20:01:59.097Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=816cf77ff72cdc50 -C extra-filename=-816cf77ff72cdc50 --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-9a22328da2b144e8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-02-11T20:01:59.571Z Dirty spki v0.7.3: the rustflags changed
28132025-02-11T20:01:59.571Z Compiling spki v0.7.3
28142025-02-11T20:01:59.573Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=d1fbc7835bc0f1b3 -C extra-filename=-d1fbc7835bc0f1b3 --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-be7fb8384212584f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-02-11T20:01:59.642Z Dirty cbc v0.1.2: the rustflags changed
28162025-02-11T20:01:59.642Z Compiling cbc v0.1.2
28172025-02-11T20:01:59.645Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=b0161c8d12724da7 -C extra-filename=-b0161c8d12724da7 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-02-11T20:01:59.708Z Dirty salsa20 v0.10.2: the rustflags changed
28192025-02-11T20:01:59.708Z Compiling salsa20 v0.10.2
28202025-02-11T20:01:59.733Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9385970dc6612a03 -C extra-filename=-9385970dc6612a03 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-02-11T20:01:59.897Z Dirty futures-executor v0.3.31: the rustflags changed
28222025-02-11T20:01:59.898Z Compiling futures-executor v0.3.31
28232025-02-11T20:01:59.900Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=8eeae466febe96f5 -C extra-filename=-8eeae466febe96f5 --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-6723a47d595cc3af.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-02-11T20:01:59.963Z Dirty openssl-macros v0.1.1: the rustflags changed
28252025-02-11T20:01:59.963Z Compiling openssl-macros v0.1.1
28262025-02-11T20:01:59.965Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8f278b2464b1b20d -C extra-filename=-8f278b2464b1b20d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-02-11T20:01:59.993Z Dirty encoding_rs v0.8.34: the rustflags changed
28282025-02-11T20:01:59.995Z Compiling encoding_rs v0.8.34
28292025-02-11T20:01:59.995Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5bbd5d6599ea15c7 -C extra-filename=-5bbd5d6599ea15c7 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-02-11T20:02:00.302Z Dirty rustls v0.23.19: the rustflags changed
28312025-02-11T20:02:00.302Z Compiling rustls v0.23.19
28322025-02-11T20:02:00.304Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=80074849aabc2540 -C extra-filename=-80074849aabc2540 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-02-11T20:02:00.330Z Dirty rustversion v1.0.17: the rustflags changed
28342025-02-11T20:02:00.330Z Compiling rustversion v1.0.17
28352025-02-11T20:02:00.376Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b8eda4d6fd48e8e7 -C extra-filename=-b8eda4d6fd48e8e7 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-02-11T20:02:00.434Z Dirty futures v0.3.31: the rustflags changed
28372025-02-11T20:02:00.434Z Compiling futures v0.3.31
28382025-02-11T20:02:00.437Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8cb871a83619a59b -C extra-filename=-8cb871a83619a59b --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-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-8eeae466febe96f5.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-02-11T20:02:00.566Z Dirty scrypt v0.11.0: the rustflags changed
28402025-02-11T20:02:00.566Z Compiling scrypt v0.11.0
28412025-02-11T20:02:00.571Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=ca726ae59639b509 -C extra-filename=-ca726ae59639b509 --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-f707f817214e2455.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-9385970dc6612a03.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-02-11T20:02:00.675Z Dirty openapiv3 v2.0.0: the rustflags changed
28432025-02-11T20:02:00.676Z Compiling openapiv3 v2.0.0
28442025-02-11T20:02:00.695Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=bf0a9f0c7a1f5c2d -C extra-filename=-bf0a9f0c7a1f5c2d --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-3d5667ede295bc44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-02-11T20:02:00.709Z Dirty camino v1.1.9: the rustflags changed
28462025-02-11T20:02:00.709Z Compiling camino v1.1.9
28472025-02-11T20:02:00.712Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=7e9412332707da98 -C extra-filename=-7e9412332707da98 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28482025-02-11T20:02:00.929Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.70/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=be45b34f2ffc68d1 -C extra-filename=-be45b34f2ffc68d1 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-8f278b2464b1b20d.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.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"))' --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)'`
28492025-02-11T20:02:01.078Z Dirty native-tls v0.2.12: the rustflags changed
28502025-02-11T20:02:01.078Z Compiling native-tls v0.2.12
28512025-02-11T20:02:01.081Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=790ba40f1b41caf5 -C extra-filename=-790ba40f1b41caf5 --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28522025-02-11T20:02:01.110Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-b8eda4d6fd48e8e7/build-script-build`
28532025-02-11T20:02:01.236Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=99c0464e9f1cdfe0 -C extra-filename=-99c0464e9f1cdfe0 --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"))'`
28542025-02-11T20:02:01.477Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-7e9412332707da98/build-script-build`
28552025-02-11T20:02:01.524Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-790ba40f1b41caf5/build-script-build`
28562025-02-11T20:02:01.566Z Dirty pkcs5 v0.7.1: the rustflags changed
28572025-02-11T20:02:01.566Z Compiling pkcs5 v0.7.1
28582025-02-11T20:02:01.569Z Dirty is-terminal v0.4.13: the rustflags changed
28592025-02-11T20:02:01.569Z Compiling is-terminal v0.4.13
28602025-02-11T20:02:01.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=c9208cf3ec75bafe -C extra-filename=-c9208cf3ec75bafe --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-473099c43290a81c.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-ca726ae59639b509.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28612025-02-11T20:02:01.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=85dfffb28296b5e9 -C extra-filename=-85dfffb28296b5e9 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28622025-02-11T20:02:01.757Z Dirty cookie v0.18.1: the rustflags changed
28632025-02-11T20:02:01.757Z Compiling cookie v0.18.1
28642025-02-11T20:02:01.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=7143535549929882 -C extra-filename=-7143535549929882 --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28652025-02-11T20:02:02.172Z Dirty winnow v0.6.20: the rustflags changed
28662025-02-11T20:02:02.172Z Compiling winnow v0.6.20
28672025-02-11T20:02:02.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=bc8fd8ce66d5dae8 -C extra-filename=-bc8fd8ce66d5dae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28682025-02-11T20:02:02.614Z Dirty pkcs8 v0.10.2: the rustflags changed
28692025-02-11T20:02:02.614Z Compiling pkcs8 v0.10.2
28702025-02-11T20:02:02.620Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=218e1257dc2ac17b -C extra-filename=-218e1257dc2ac17b --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-be7fb8384212584f.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28712025-02-11T20:02:02.705Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-7143535549929882/build-script-build`
28722025-02-11T20:02:02.769Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=b1ce1825125c2b44 -C extra-filename=-b1ce1825125c2b44 --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-74905474c961af45.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)'`
28732025-02-11T20:02:03.303Z Dirty hyper v1.5.2: the rustflags changed
28742025-02-11T20:02:03.303Z Compiling hyper v1.5.2
28752025-02-11T20:02:03.363Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=b8b08b059a94e16d -C extra-filename=-b8b08b059a94e16d --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-86504aebe9fa79d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-0c31e0cedcc79261.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-02-11T20:02:03.634Z Dirty utf8parse v0.2.2: the rustflags changed
28772025-02-11T20:02:03.634Z Compiling utf8parse v0.2.2
28782025-02-11T20:02:03.660Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=064524b04a714b2d -C extra-filename=-064524b04a714b2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-02-11T20:02:03.842Z Dirty litrs v0.4.1: the rustflags changed
28802025-02-11T20:02:03.842Z Compiling litrs v0.4.1
28812025-02-11T20:02:03.868Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=0b89d0ced1d66ecc -C extra-filename=-0b89d0ced1d66ecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28822025-02-11T20:02:04.156Z Dirty psl-types v2.0.11: the rustflags changed
28832025-02-11T20:02:04.156Z Compiling psl-types v2.0.11
28842025-02-11T20:02:04.161Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fe679681e8fcc66f -C extra-filename=-fe679681e8fcc66f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-02-11T20:02:04.392Z Dirty publicsuffix v2.3.0: the rustflags changed
28862025-02-11T20:02:04.392Z Compiling publicsuffix v2.3.0
28872025-02-11T20:02:04.395Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=681822f01cf374b4 -C extra-filename=-681822f01cf374b4 --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-9001b9ef5aca61ea.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-fe679681e8fcc66f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-02-11T20:02:04.670Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=4a2c5dab179f575f -C extra-filename=-4a2c5dab179f575f --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-dd59636cc9d88936.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28892025-02-11T20:02:04.703Z Dirty webpki-roots v0.26.6: the rustflags changed
28902025-02-11T20:02:04.703Z Compiling webpki-roots v0.26.6
28912025-02-11T20:02:04.755Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=12aab8f306fe6ace -C extra-filename=-12aab8f306fe6ace --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-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28922025-02-11T20:02:04.945Z Dirty dirs-sys-next v0.1.2: the rustflags changed
28932025-02-11T20:02:04.945Z Compiling dirs-sys-next v0.1.2
28942025-02-11T20:02:04.948Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b4e22f528d4b055 -C extra-filename=-1b4e22f528d4b055 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28952025-02-11T20:02:04.975Z Dirty document-features v0.2.10: the rustflags changed
28962025-02-11T20:02:04.975Z Compiling document-features v0.2.10
28972025-02-11T20:02:04.978Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=8217e80bab7f6218 -C extra-filename=-8217e80bab7f6218 --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-0b89d0ced1d66ecc.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-02-11T20:02:05.547Z Dirty winnow v0.5.40: the rustflags changed
28992025-02-11T20:02:05.547Z Compiling winnow v0.5.40
29002025-02-11T20:02:05.550Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=9463a7d469a7166a -C extra-filename=-9463a7d469a7166a --out-dir /work/oxidecomputer/omicron/target/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-11T20:02:05.610Z Dirty data-encoding v2.6.0: the rustflags changed
29022025-02-11T20:02:05.610Z Compiling data-encoding v2.6.0
29032025-02-11T20:02:05.653Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6d7fd5a150541115 -C extra-filename=-6d7fd5a150541115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-02-11T20:02:05.670Z Dirty hyper-util v0.1.10: the rustflags changed
29052025-02-11T20:02:05.670Z Compiling hyper-util v0.1.10
29062025-02-11T20:02:05.677Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c656c560d27fbda3 -C extra-filename=-c656c560d27fbda3 --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-369ee3d2c774136a.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-02-11T20:02:06.326Z Dirty cookie_store v0.21.1: the rustflags changed
29082025-02-11T20:02:06.326Z Compiling cookie_store v0.21.1
29092025-02-11T20:02:06.329Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=8982226b92b6a121 -C extra-filename=-8982226b92b6a121 --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-4a2c5dab179f575f.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-8217e80bab7f6218.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-681822f01cf374b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-02-11T20:02:06.381Z Dirty dirs-next v2.0.0: the rustflags changed
29112025-02-11T20:02:06.381Z Compiling dirs-next v2.0.0
29122025-02-11T20:02:06.385Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a179540f5742d19d -C extra-filename=-a179540f5742d19d --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-2f4d20600755659a.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-1b4e22f528d4b055.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-02-11T20:02:06.615Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=3254d8bd5b5a5b00 -C extra-filename=-3254d8bd5b5a5b00 --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-e1464231da30ba90.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.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`
29142025-02-11T20:02:07.019Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29152025-02-11T20:02:07.019Z Compiling tokio-native-tls v0.3.1
29162025-02-11T20:02:07.022Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=858a6a014913e61b -C extra-filename=-858a6a014913e61b --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-3254d8bd5b5a5b00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29172025-02-11T20:02:07.207Z Dirty sha1 v0.10.6: the rustflags changed
29182025-02-11T20:02:07.207Z Compiling sha1 v0.10.6
29192025-02-11T20:02:07.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=4431cc600e503159 -C extra-filename=-4431cc600e503159 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29202025-02-11T20:02:07.321Z Dirty sync_wrapper v1.0.1: the rustflags changed
29212025-02-11T20:02:07.321Z Compiling sync_wrapper v1.0.1
29222025-02-11T20:02:07.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=a5914ea7e9a792fe -C extra-filename=-a5914ea7e9a792fe --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-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29232025-02-11T20:02:07.508Z Dirty anstyle v1.0.10: the rustflags changed
29242025-02-11T20:02:07.508Z Compiling anstyle v1.0.10
29252025-02-11T20:02:07.511Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=306c1e1ce10f7b6c -C extra-filename=-306c1e1ce10f7b6c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-02-11T20:02:07.673Z Dirty ucd-trie v0.1.7: the rustflags changed
29272025-02-11T20:02:07.673Z Compiling ucd-trie v0.1.7
29282025-02-11T20:02:07.676Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57a8d7744562e4a1 -C extra-filename=-57a8d7744562e4a1 --out-dir /work/oxidecomputer/omicron/target/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-11T20:02:07.702Z Dirty term v0.7.0: the rustflags changed
29302025-02-11T20:02:07.702Z Compiling term v0.7.0
29312025-02-11T20:02:07.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=5f8b0ac67cd79d1f -C extra-filename=-5f8b0ac67cd79d1f --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-a179540f5742d19d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-02-11T20:02:07.770Z Dirty siphasher v0.3.11: the rustflags changed
29332025-02-11T20:02:07.770Z Compiling siphasher v0.3.11
29342025-02-11T20:02:07.775Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=19946207e45caf8b -C extra-filename=-19946207e45caf8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-02-11T20:02:07.963Z Dirty hyper-tls v0.6.0: the rustflags changed
29362025-02-11T20:02:07.963Z Compiling hyper-tls v0.6.0
29372025-02-11T20:02:07.966Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=3bd5ca37342f89ca -C extra-filename=-3bd5ca37342f89ca --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-369ee3d2c774136a.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3254d8bd5b5a5b00.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-858a6a014913e61b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29382025-02-11T20:02:08.168Z Dirty pest v2.7.14: the rustflags changed
29392025-02-11T20:02:08.168Z Compiling pest v2.7.14
29402025-02-11T20:02:08.170Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=e54700061fc940c7 -C extra-filename=-e54700061fc940c7 --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-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57a8d7744562e4a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-02-11T20:02:08.220Z Dirty toml_edit v0.22.22: the rustflags changed
29422025-02-11T20:02:08.220Z Compiling toml_edit v0.22.22
29432025-02-11T20:02:08.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=235f88c7cd4c2e2f -C extra-filename=-235f88c7cd4c2e2f --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-3d5667ede295bc44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-02-11T20:02:08.387Z Dirty scroll_derive v0.12.0: the rustflags changed
29452025-02-11T20:02:08.388Z Compiling scroll_derive v0.12.0
29462025-02-11T20:02:08.417Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6398dfa259878bf7 -C extra-filename=-6398dfa259878bf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29472025-02-11T20:02:08.633Z Dirty anstyle-parse v0.2.5: the rustflags changed
29482025-02-11T20:02:08.633Z Compiling anstyle-parse v0.2.5
29492025-02-11T20:02:08.635Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=6bdc11d7c0d7a508 -C extra-filename=-6bdc11d7c0d7a508 --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-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-02-11T20:02:08.813Z Dirty toml_edit v0.19.15: the rustflags changed
29512025-02-11T20:02:08.813Z Compiling toml_edit v0.19.15
29522025-02-11T20:02:08.837Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=261c9891c44cffb9 -C extra-filename=-261c9891c44cffb9 --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-3d5667ede295bc44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-9463a7d469a7166a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29532025-02-11T20:02:08.963Z Dirty signature v2.2.0: the rustflags changed
29542025-02-11T20:02:08.963Z Compiling signature v2.2.0
29552025-02-11T20:02:08.967Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=b0db2b38740e3aa2 -C extra-filename=-b0db2b38740e3aa2 --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-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-02-11T20:02:08.996Z Dirty colorchoice v1.0.2: the rustflags changed
29572025-02-11T20:02:08.996Z Compiling colorchoice v1.0.2
29582025-02-11T20:02:09.001Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1ec9c3fbb1f08f16 -C extra-filename=-1ec9c3fbb1f08f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-02-11T20:02:09.026Z Dirty plain v0.2.3: the rustflags changed
29602025-02-11T20:02:09.026Z Compiling plain v0.2.3
29612025-02-11T20:02:09.026Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e8276dd51c6496c1 -C extra-filename=-e8276dd51c6496c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-02-11T20:02:09.183Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29632025-02-11T20:02:09.183Z Compiling is_terminal_polyfill v1.70.1
29642025-02-11T20:02:09.219Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=dabb91fca72a99df -C extra-filename=-dabb91fca72a99df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-02-11T20:02:09.222Z Dirty anstyle-query v1.1.1: the rustflags changed
29662025-02-11T20:02:09.222Z Compiling anstyle-query v1.1.1
29672025-02-11T20:02:09.222Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=938ed45a96b335ad -C extra-filename=-938ed45a96b335ad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-02-11T20:02:09.278Z Dirty terminal_size v0.4.0: the rustflags changed
29692025-02-11T20:02:09.278Z Compiling terminal_size v0.4.0
29702025-02-11T20:02:09.310Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=765b90522ac94e7f -C extra-filename=-765b90522ac94e7f --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-02-11T20:02:09.332Z Dirty usdt-impl v0.5.0: the rustflags changed
29722025-02-11T20:02:09.332Z Compiling usdt-impl v0.5.0
29732025-02-11T20:02:09.364Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=b131c588103caa76 -C extra-filename=-b131c588103caa76 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-02-11T20:02:09.392Z Dirty anstream v0.6.15: the rustflags changed
29752025-02-11T20:02:09.392Z Compiling anstream v0.6.15
29762025-02-11T20:02:09.403Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=1c8185022a2fe8a2 -C extra-filename=-1c8185022a2fe8a2 --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-306c1e1ce10f7b6c.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-6bdc11d7c0d7a508.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-938ed45a96b335ad.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-1ec9c3fbb1f08f16.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-dabb91fca72a99df.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-02-11T20:02:09.509Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29782025-02-11T20:02:09.509Z Compiling unicode-segmentation v1.12.0
29792025-02-11T20:02:09.512Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=4466e3a88ed6f5e1 -C extra-filename=-4466e3a88ed6f5e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-02-11T20:02:09.791Z Dirty tinyvec_macros v0.1.1: the rustflags changed
29812025-02-11T20:02:09.791Z Compiling tinyvec_macros v0.1.1
29822025-02-11T20:02:09.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bd19653a8d66252f -C extra-filename=-bd19653a8d66252f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-02-11T20:02:09.909Z Dirty clap_lex v0.7.4: the rustflags changed
29842025-02-11T20:02:09.909Z Compiling clap_lex v0.7.4
29852025-02-11T20:02:09.912Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=23ff37b98d0be782 -C extra-filename=-23ff37b98d0be782 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29862025-02-11T20:02:09.999Z Dirty scroll v0.12.0: the rustflags changed
29872025-02-11T20:02:09.999Z Compiling scroll v0.12.0
29882025-02-11T20:02:10.015Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=6ec3730eba41ec3c -C extra-filename=-6ec3730eba41ec3c --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-6398dfa259878bf7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-02-11T20:02:10.027Z Dirty pretty-hex v0.4.1: the rustflags changed
29902025-02-11T20:02:10.027Z Compiling pretty-hex v0.4.1
29912025-02-11T20:02:10.030Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=61f3ff9327ee1d10 -C extra-filename=-61f3ff9327ee1d10 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29922025-02-11T20:02:10.279Z Dirty clap_builder v4.5.27: the rustflags changed
29932025-02-11T20:02:10.279Z Compiling clap_builder v4.5.27
29942025-02-11T20:02:10.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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)' --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=4aec9404213e9f2a -C extra-filename=-4aec9404213e9f2a --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-1c8185022a2fe8a2.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-306c1e1ce10f7b6c.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-23ff37b98d0be782.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-765b90522ac94e7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-02-11T20:02:10.359Z Dirty tinyvec v1.8.0: the rustflags changed
29962025-02-11T20:02:10.359Z Compiling tinyvec v1.8.0
29972025-02-11T20:02:10.362Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=63824ab9e110268f -C extra-filename=-63824ab9e110268f --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-bd19653a8d66252f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-02-11T20:02:10.392Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-b131c588103caa76/build-script-build`
29992025-02-11T20:02:10.566Z Dirty goblin v0.8.2: the rustflags changed
30002025-02-11T20:02:10.566Z Compiling goblin v0.8.2
30012025-02-11T20:02:10.569Z Dirty clap_derive v4.5.24: the rustflags changed
30022025-02-11T20:02:10.569Z Compiling clap_derive v4.5.24
30032025-02-11T20:02:10.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=bdfb595a1452c7cf -C extra-filename=-bdfb595a1452c7cf --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-e1464231da30ba90.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-e8276dd51c6496c1.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-6ec3730eba41ec3c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-02-11T20:02:10.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=eecbeb29019ef4a0 -C extra-filename=-eecbeb29019ef4a0 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30052025-02-11T20:02:11.266Z Dirty pest_meta v2.7.14: the rustflags changed
30062025-02-11T20:02:11.266Z Compiling pest_meta v2.7.14
30072025-02-11T20:02:11.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=7dc8337381f6d65d -C extra-filename=-7dc8337381f6d65d --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-60ef584d13ef286e.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-e54700061fc940c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30082025-02-11T20:02:11.957Z Dirty itertools v0.10.5: the rustflags changed
30092025-02-11T20:02:11.957Z Compiling itertools v0.10.5
30102025-02-11T20:02:11.994Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=0ea64c80b6db031d -C extra-filename=-0ea64c80b6db031d --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30112025-02-11T20:02:14.563Z Dirty pest_generator v2.7.14: the rustflags changed
30122025-02-11T20:02:14.563Z Compiling pest_generator v2.7.14
30132025-02-11T20:02:14.566Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=3a9a3b75748783ff -C extra-filename=-3a9a3b75748783ff --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-e54700061fc940c7.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-7dc8337381f6d65d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30142025-02-11T20:02:15.446Z Dirty thread-id v4.2.2: the rustflags changed
30152025-02-11T20:02:15.446Z Compiling thread-id v4.2.2
30162025-02-11T20:02:15.449Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=672006b34bbe454d -C extra-filename=-672006b34bbe454d --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30172025-02-11T20:02:15.594Z Dirty crc32fast v1.4.2: the rustflags changed
30182025-02-11T20:02:15.594Z Compiling crc32fast v1.4.2
30192025-02-11T20:02:15.596Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=fc3ea3725139f5f8 -C extra-filename=-fc3ea3725139f5f8 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-02-11T20:02:15.724Z Dirty base16ct v0.2.0: the rustflags changed
30212025-02-11T20:02:15.724Z Compiling base16ct v0.2.0
30222025-02-11T20:02:15.727Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=e8b2861f754b86e4 -C extra-filename=-e8b2861f754b86e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-02-11T20:02:15.775Z Dirty clap v4.5.27: the rustflags changed
30242025-02-11T20:02:15.776Z Compiling clap v4.5.27
30252025-02-11T20:02:15.810Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::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)' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=e472a653572fba4d -C extra-filename=-e472a653572fba4d --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-4aec9404213e9f2a.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-eecbeb29019ef4a0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-02-11T20:02:15.921Z Dirty toml v0.8.19: the rustflags changed
30272025-02-11T20:02:15.921Z Compiling toml v0.8.19
30282025-02-11T20:02:15.924Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=21a92d868c0dc4d5 -C extra-filename=-21a92d868c0dc4d5 --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-02-11T20:02:15.959Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30302025-02-11T20:02:15.959Z Compiling crossbeam-channel v0.5.13
30312025-02-11T20:02:15.961Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b2592bbf09d20250 -C extra-filename=-b2592bbf09d20250 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-02-11T20:02:15.988Z Dirty sec1 v0.7.3: the rustflags changed
30332025-02-11T20:02:15.988Z Compiling sec1 v0.7.3
30342025-02-11T20:02:15.991Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=6e7829e22b87aae1 -C extra-filename=-6e7829e22b87aae1 --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-e8b2861f754b86e4.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-02-11T20:02:16.064Z Dirty num-integer v0.1.46: the rustflags changed
30362025-02-11T20:02:16.065Z Compiling num-integer v0.1.46
30372025-02-11T20:02:16.067Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=deb592893980e78a -C extra-filename=-deb592893980e78a --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-02-11T20:02:16.402Z Dirty pest_derive v2.7.14: the rustflags changed
30392025-02-11T20:02:16.402Z Compiling pest_derive v2.7.14
30402025-02-11T20:02:16.405Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=727f2556364ea801 -C extra-filename=-727f2556364ea801 --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-e54700061fc940c7.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-3a9a3b75748783ff.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-02-11T20:02:16.529Z Dirty dof v0.3.0: the rustflags changed
30422025-02-11T20:02:16.529Z Compiling dof v0.3.0
30432025-02-11T20:02:16.532Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=f7fa3da68d019689 -C extra-filename=-f7fa3da68d019689 --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-bdfb595a1452c7cf.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-02-11T20:02:16.843Z Dirty ff v0.13.0: the rustflags changed
30452025-02-11T20:02:16.843Z Compiling ff v0.13.0
30462025-02-11T20:02:16.845Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=db22b4d70e3c50f9 -C extra-filename=-db22b4d70e3c50f9 --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-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-02-11T20:02:17.018Z Dirty thread_local v1.1.8: the rustflags changed
30482025-02-11T20:02:17.018Z Compiling thread_local v1.1.8
30492025-02-11T20:02:17.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2094d41bd48cf0ec -C extra-filename=-2094d41bd48cf0ec --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-2f4d20600755659a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-02-11T20:02:17.104Z Dirty heck v0.4.1: the rustflags changed
30512025-02-11T20:02:17.104Z Compiling heck v0.4.1
30522025-02-11T20:02:17.107Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=17774551a3c17b51 -C extra-filename=-17774551a3c17b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30532025-02-11T20:02:17.431Z Dirty dtrace-parser v0.2.0: the rustflags changed
30542025-02-11T20:02:17.431Z Compiling dtrace-parser v0.2.0
30552025-02-11T20:02:17.464Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=305eeae961c1807f -C extra-filename=-305eeae961c1807f --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-e54700061fc940c7.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-727f2556364ea801.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-02-11T20:02:17.495Z Dirty slog-async v2.8.0: the rustflags changed
30572025-02-11T20:02:17.495Z Compiling slog-async v2.8.0
30582025-02-11T20:02:17.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=8ba10b168783a208 -C extra-filename=-8ba10b168783a208 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-02-11T20:02:17.533Z Dirty group v0.13.0: the rustflags changed
30602025-02-11T20:02:17.533Z Compiling group v0.13.0
30612025-02-11T20:02:17.536Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=c0ac856128960c2e -C extra-filename=-c0ac856128960c2e --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-db22b4d70e3c50f9.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-02-11T20:02:17.563Z Dirty hkdf v0.12.4: the rustflags changed
30632025-02-11T20:02:17.563Z Compiling hkdf v0.12.4
30642025-02-11T20:02:17.565Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=0b49d55e9adf309b -C extra-filename=-0b49d55e9adf309b --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-463f583760c4a0eb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-02-11T20:02:17.850Z Dirty crypto-bigint v0.5.5: the rustflags changed
30662025-02-11T20:02:17.850Z Compiling crypto-bigint v0.5.5
30672025-02-11T20:02:17.853Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=c56438c4337cf0f8 -C extra-filename=-c56438c4337cf0f8 --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-9ce67c21d1f9f81a.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-02-11T20:02:17.883Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30692025-02-11T20:02:17.883Z Compiling crossbeam-epoch v0.9.18
30702025-02-11T20:02:17.886Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=48c8eacb47accb9a -C extra-filename=-48c8eacb47accb9a --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-02-11T20:02:18.139Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-8ba10b168783a208/build-script-build`
30722025-02-11T20:02:18.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=dcc263cdf7836827 -C extra-filename=-dcc263cdf7836827 --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-876b15a9d7bdd3ca.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-672006b34bbe454d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30732025-02-11T20:02:18.395Z Dirty bitflags v1.3.2: the rustflags changed
30742025-02-11T20:02:18.395Z Compiling bitflags v1.3.2
30752025-02-11T20:02:18.398Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=f603d2aad5e0b54d -C extra-filename=-f603d2aad5e0b54d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-02-11T20:02:18.426Z Dirty match_cfg v0.1.0: the rustflags changed
30772025-02-11T20:02:18.426Z Compiling match_cfg v0.1.0
30782025-02-11T20:02:18.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=bbc0f074b4a8c553 -C extra-filename=-bbc0f074b4a8c553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-02-11T20:02:18.531Z Dirty rayon-core v1.12.1: the rustflags changed
30802025-02-11T20:02:18.531Z Compiling rayon-core v1.12.1
30812025-02-11T20:02:18.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=2c53aee684955e1b -C extra-filename=-2c53aee684955e1b --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-02-11T20:02:18.560Z Dirty utf-8 v0.7.6: the rustflags changed
30832025-02-11T20:02:18.560Z Compiling utf-8 v0.7.6
30842025-02-11T20:02:18.563Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f2c4e1bab67cf4d6 -C extra-filename=-f2c4e1bab67cf4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30852025-02-11T20:02:18.589Z Dirty take_mut v0.2.2: the rustflags changed
30862025-02-11T20:02:18.589Z Compiling take_mut v0.2.2
30872025-02-11T20:02:18.592Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b9d98aaa99338c16 -C extra-filename=-b9d98aaa99338c16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-02-11T20:02:18.782Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=beb863c219d7702d -C extra-filename=-beb863c219d7702d --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-b2592bbf09d20250.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-b9d98aaa99338c16.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
30892025-02-11T20:02:18.878Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-2c53aee684955e1b/build-script-build`
30902025-02-11T20:02:18.906Z Dirty hostname v0.3.1: the rustflags changed
30912025-02-11T20:02:18.906Z Compiling hostname v0.3.1
30922025-02-11T20:02:18.909Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=d5f47095012eced0 -C extra-filename=-d5f47095012eced0 --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-d98e06afb0ecdece.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-bbc0f074b4a8c553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-02-11T20:02:18.942Z Dirty slog-term v2.9.1: the rustflags changed
30942025-02-11T20:02:18.942Z Compiling slog-term v2.9.1
30952025-02-11T20:02:18.945Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=02173ff48c97b5cd -C extra-filename=-02173ff48c97b5cd --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-85dfffb28296b5e9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-2094d41bd48cf0ec.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-02-11T20:02:19.143Z Dirty hex v0.4.3: the rustflags changed
30972025-02-11T20:02:19.143Z Compiling hex v0.4.3
30982025-02-11T20:02:19.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=9d458307bf9bbccd -C extra-filename=-9d458307bf9bbccd --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-02-11T20:02:19.325Z Dirty memmap v0.7.0: the rustflags changed
31002025-02-11T20:02:19.325Z Compiling memmap v0.7.0
31012025-02-11T20:02:19.328Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e1ecab2f49eebaf -C extra-filename=-6e1ecab2f49eebaf --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022025-02-11T20:02:19.594Z Dirty bit-vec v0.6.3: the rustflags changed
31032025-02-11T20:02:19.595Z Compiling bit-vec v0.6.3
31042025-02-11T20:02:19.606Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=97672bc6c1d66d83 -C extra-filename=-97672bc6c1d66d83 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-02-11T20:02:19.696Z Dirty crossbeam-deque v0.8.5: the rustflags changed
31062025-02-11T20:02:19.696Z Compiling crossbeam-deque v0.8.5
31072025-02-11T20:02:19.721Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=93cb16adfbbee0c4 -C extra-filename=-93cb16adfbbee0c4 --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-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-02-11T20:02:19.724Z Dirty num-iter v0.1.45: the rustflags changed
31092025-02-11T20:02:19.724Z Compiling num-iter v0.1.45
31102025-02-11T20:02:19.727Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=074ecb6f361c60e4 -C extra-filename=-074ecb6f361c60e4 --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-02-11T20:02:19.849Z Dirty flate2 v1.0.35: the rustflags changed
31122025-02-11T20:02:19.849Z Compiling flate2 v1.0.35
31132025-02-11T20:02:19.852Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6df58b942c63faae -C extra-filename=-6df58b942c63faae --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-fc3ea3725139f5f8.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-329e4edf3119c1a5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-02-11T20:02:19.930Z Dirty bit-set v0.5.3: the rustflags changed
31152025-02-11T20:02:19.930Z Compiling bit-set v0.5.3
31162025-02-11T20:02:19.974Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=405f76e08a13eea9 -C extra-filename=-405f76e08a13eea9 --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-97672bc6c1d66d83.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-02-11T20:02:20.012Z Dirty curve25519-dalek v4.1.3: the rustflags changed
31182025-02-11T20:02:20.012Z Compiling curve25519-dalek v4.1.3
31192025-02-11T20:02:20.050Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=177d858100d58b96 -C extra-filename=-177d858100d58b96 --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-02-11T20:02:20.053Z Dirty rustls v0.22.4: the rustflags changed
31212025-02-11T20:02:20.053Z Compiling rustls v0.22.4
31222025-02-11T20:02:20.055Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=3c41f80e69ed187a -C extra-filename=-3c41f80e69ed187a --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31232025-02-11T20:02:20.139Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31242025-02-11T20:02:20.139Z Compiling num-bigint-dig v0.8.4
31252025-02-11T20:02:20.142Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31262025-02-11T20:02:20.142Z Compiling usdt-attr-macro v0.5.0
31272025-02-11T20:02:20.142Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=4fe5e5373a72d957 -C extra-filename=-4fe5e5373a72d957 --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-02-11T20:02:20.142Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=d5472d2ab23adf30 -C extra-filename=-d5472d2ab23adf30 --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-02-11T20:02:20.234Z Dirty usdt-macro v0.5.0: the rustflags changed
31302025-02-11T20:02:20.234Z Compiling usdt-macro v0.5.0
31312025-02-11T20:02:20.236Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=b9fbcd2c8df969cd -C extra-filename=-b9fbcd2c8df969cd --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-305eeae961c1807f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-02-11T20:02:20.401Z Dirty static_assertions v1.1.0: the rustflags changed
31332025-02-11T20:02:20.401Z Compiling static_assertions v1.1.0
31342025-02-11T20:02:20.445Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fe33a9ed2bbee5cb -C extra-filename=-fe33a9ed2bbee5cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31352025-02-11T20:02:20.534Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-3c41f80e69ed187a/build-script-build`
31362025-02-11T20:02:20.537Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-4fe5e5373a72d957/build-script-build`
31372025-02-11T20:02:20.596Z Dirty elliptic-curve v0.13.8: the rustflags changed
31382025-02-11T20:02:20.596Z Compiling elliptic-curve v0.13.8
31392025-02-11T20:02:20.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8b045f88d51ec976 -C extra-filename=-8b045f88d51ec976 --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-e8b2861f754b86e4.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-c56438c4337cf0f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-02-11T20:02:20.655Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=ac5646eae2f22228 -C extra-filename=-ac5646eae2f22228 --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-93cb16adfbbee0c4.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-02-11T20:02:20.720Z Dirty toml v0.7.8: the rustflags changed
31422025-02-11T20:02:20.720Z Compiling toml v0.7.8
31432025-02-11T20:02:20.724Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=ad1b39c3f0d71493 -C extra-filename=-ad1b39c3f0d71493 --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-74905474c961af45.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-b671e902af892656.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-02-11T20:02:20.784Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-177d858100d58b96/build-script-build`
31452025-02-11T20:02:20.920Z Dirty phf_shared v0.11.2: the rustflags changed
31462025-02-11T20:02:20.920Z Compiling phf_shared v0.11.2
31472025-02-11T20:02:20.922Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=4f87d965dafa2825 -C extra-filename=-4f87d965dafa2825 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-02-11T20:02:21.337Z Dirty slog-json v2.6.1: the rustflags changed
31492025-02-11T20:02:21.337Z Compiling slog-json v2.6.1
31502025-02-11T20:02:21.339Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=70affaa4c0e4b13a -C extra-filename=-70affaa4c0e4b13a --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-02-11T20:02:21.401Z Dirty rfc6979 v0.4.0: the rustflags changed
31522025-02-11T20:02:21.401Z Compiling rfc6979 v0.4.0
31532025-02-11T20:02:21.404Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04149b83d29d7eec -C extra-filename=-04149b83d29d7eec --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-463f583760c4a0eb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-02-11T20:02:21.615Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31552025-02-11T20:02:21.615Z Compiling zerocopy-derive v0.6.6
31562025-02-11T20:02:21.618Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0be5a749ec06bcc0 -C extra-filename=-0be5a749ec06bcc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31572025-02-11T20:02:21.732Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31582025-02-11T20:02:21.732Z Compiling curve25519-dalek-derive v0.1.1
31592025-02-11T20:02:21.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f84d01731a39222e -C extra-filename=-f84d01731a39222e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-02-11T20:02:22.000Z Dirty bstr v1.10.0: the rustflags changed
31612025-02-11T20:02:22.000Z Compiling bstr v1.10.0
31622025-02-11T20:02:22.028Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=e31d762c6d2f42d1 -C extra-filename=-e31d762c6d2f42d1 --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-4182dae7cc683f1e.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-02-11T20:02:22.067Z Dirty usdt v0.5.0: the rustflags changed
31642025-02-11T20:02:22.067Z Compiling usdt v0.5.0
31652025-02-11T20:02:22.070Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=58742ca4df0fb981 -C extra-filename=-58742ca4df0fb981 --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-f7fa3da68d019689.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-305eeae961c1807f.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-bdfb595a1452c7cf.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-6e1ecab2f49eebaf.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-d5472d2ab23adf30.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-b9fbcd2c8df969cd.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-02-11T20:02:22.173Z Dirty signal-hook v0.3.17: the rustflags changed
31672025-02-11T20:02:22.173Z Compiling signal-hook v0.3.17
31682025-02-11T20:02:22.177Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=9bc43d0f1c569e8d -C extra-filename=-9bc43d0f1c569e8d --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-02-11T20:02:22.238Z Dirty fixedbitset v0.4.2: the rustflags changed
31702025-02-11T20:02:22.238Z Compiling fixedbitset v0.4.2
31712025-02-11T20:02:22.241Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=8b31b40d58ece303 -C extra-filename=-8b31b40d58ece303 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31722025-02-11T20:02:22.528Z Dirty managed v0.8.0: the rustflags changed
31732025-02-11T20:02:22.528Z Compiling managed v0.8.0
31742025-02-11T20:02:22.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=74d3035b7c22bdf7 -C extra-filename=-74d3035b7c22bdf7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-02-11T20:02:22.531Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-9bc43d0f1c569e8d/build-script-build`
31762025-02-11T20:02:22.597Z Dirty petgraph v0.6.5: the rustflags changed
31772025-02-11T20:02:22.597Z Compiling petgraph v0.6.5
31782025-02-11T20:02:22.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=024cbbf50eabd6a1 -C extra-filename=-024cbbf50eabd6a1 --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-8b31b40d58ece303.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31792025-02-11T20:02:22.748Z Dirty slog-bunyan v2.5.0: the rustflags changed
31802025-02-11T20:02:22.748Z Compiling slog-bunyan v2.5.0
31812025-02-11T20:02:22.751Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=c61ee19c1855bdb6 -C extra-filename=-c61ee19c1855bdb6 --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-d5f47095012eced0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31822025-02-11T20:02:22.975Z Dirty ecdsa v0.16.9: the rustflags changed
31832025-02-11T20:02:22.976Z Compiling ecdsa v0.16.9
31842025-02-11T20:02:23.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=988db5d20b554598 -C extra-filename=-988db5d20b554598 --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-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-04149b83d29d7eec.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-02-11T20:02:23.007Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=3a403cf0a453527f -C extra-filename=-3a403cf0a453527f --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-876b15a9d7bdd3ca.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-74bc698943a40f85.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31862025-02-11T20:02:23.360Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=280e232c529873f8 -C extra-filename=-280e232c529873f8 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-f84d01731a39222e.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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"'`
31872025-02-11T20:02:23.554Z Dirty phf_shared v0.10.0: the rustflags changed
31882025-02-11T20:02:23.554Z Compiling phf_shared v0.10.0
31892025-02-11T20:02:23.557Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=2e5000d62e549b51 -C extra-filename=-2e5000d62e549b51 --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-19946207e45caf8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31902025-02-11T20:02:23.585Z Dirty pkcs1 v0.7.5: the rustflags changed
31912025-02-11T20:02:23.586Z Compiling pkcs1 v0.7.5
31922025-02-11T20:02:23.588Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=26d7c248217d03e5 -C extra-filename=-26d7c248217d03e5 --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-be7fb8384212584f.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-02-11T20:02:23.752Z Dirty zerocopy v0.6.6: the rustflags changed
31942025-02-11T20:02:23.752Z Compiling zerocopy v0.6.6
31952025-02-11T20:02:23.755Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=2d48586636f54240 -C extra-filename=-2d48586636f54240 --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-876b15a9d7bdd3ca.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-0be5a749ec06bcc0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-02-11T20:02:23.781Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
31972025-02-11T20:02:23.781Z Compiling bzip2-sys v0.1.11+1.0.8
31982025-02-11T20:02:23.784Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=fbad6642faeb4917 -C extra-filename=-fbad6642faeb4917 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-02-11T20:02:23.938Z Dirty multer v3.1.0: the rustflags changed
32002025-02-11T20:02:23.938Z Compiling multer v3.1.0
32012025-02-11T20:02:23.942Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=a8e242ff95e78939 -C extra-filename=-a8e242ff95e78939 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-02-11T20:02:24.341Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
32032025-02-11T20:02:24.341Z Compiling new_debug_unreachable v1.0.6
32042025-02-11T20:02:24.344Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=afcf66c800fc794e -C extra-filename=-afcf66c800fc794e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-02-11T20:02:24.403Z Dirty unicode-xid v0.2.6: the rustflags changed
32062025-02-11T20:02:24.403Z Compiling unicode-xid v0.2.6
32072025-02-11T20:02:24.406Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=a0e8137b2872d57c -C extra-filename=-a0e8137b2872d57c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32082025-02-11T20:02:24.465Z Dirty precomputed-hash v0.1.1: the rustflags changed
32092025-02-11T20:02:24.465Z Compiling precomputed-hash v0.1.1
32102025-02-11T20:02:24.467Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=364fc3b2164eeedb -C extra-filename=-364fc3b2164eeedb --out-dir /work/oxidecomputer/omicron/target/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-11T20:02:24.488Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-fbad6642faeb4917/build-script-build`
32122025-02-11T20:02:24.514Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-a8e242ff95e78939/build-script-build`
32132025-02-11T20:02:24.601Z Dirty string_cache v0.8.7: the rustflags changed
32142025-02-11T20:02:24.601Z Compiling string_cache v0.8.7
32152025-02-11T20:02:24.626Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=1503c60f95219fd1 -C extra-filename=-1503c60f95219fd1 --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-afcf66c800fc794e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-2e5000d62e549b51.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-364fc3b2164eeedb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-02-11T20:02:24.632Z Dirty unicode-normalization v0.1.24: the rustflags changed
32172025-02-11T20:02:24.632Z Compiling unicode-normalization v0.1.24
32182025-02-11T20:02:24.632Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=1ee98fc9855aedbf -C extra-filename=-1ee98fc9855aedbf --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-d98e06afb0ecdece.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-02-11T20:02:24.635Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ea999eb0da411208 -C extra-filename=-ea999eb0da411208 --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-63824ab9e110268f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-02-11T20:02:25.010Z Dirty ed25519 v2.2.3: the rustflags changed
32212025-02-11T20:02:25.010Z Compiling ed25519 v2.2.3
32222025-02-11T20:02:25.013Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=63eb8d270da1d654 -C extra-filename=-63eb8d270da1d654 --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-218e1257dc2ac17b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-02-11T20:02:25.561Z Dirty rsa v0.9.6: the rustflags changed
32242025-02-11T20:02:25.561Z Compiling rsa v0.9.6
32252025-02-11T20:02:25.564Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=6d5ca60d7d54301f -C extra-filename=-6d5ca60d7d54301f --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-96c496a36c3a16e3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-02-11T20:02:25.769Z Dirty hubpack_derive v0.1.1: the rustflags changed
32272025-02-11T20:02:25.769Z Compiling hubpack_derive v0.1.1
32282025-02-11T20:02:25.772Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4a6032cdcba87bf2 -C extra-filename=-4a6032cdcba87bf2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-02-11T20:02:25.923Z Dirty enum-as-inner v0.6.1: the rustflags changed
32302025-02-11T20:02:25.923Z Compiling enum-as-inner v0.6.1
32312025-02-11T20:02:25.926Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c2ffdc7adc8b0f28 -C extra-filename=-c2ffdc7adc8b0f28 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-02-11T20:02:26.125Z Dirty async-stream-impl v0.3.6: the rustflags changed
32332025-02-11T20:02:26.125Z Compiling async-stream-impl v0.3.6
32342025-02-11T20:02:26.127Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6b73b2c689630178 -C extra-filename=-6b73b2c689630178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-02-11T20:02:26.853Z Dirty quick-error v1.2.3: the rustflags changed
32362025-02-11T20:02:26.853Z Compiling quick-error v1.2.3
32372025-02-11T20:02:26.862Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=31449fb4569280b5 -C extra-filename=-31449fb4569280b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-02-11T20:02:26.881Z Dirty debug-ignore v1.0.5: the rustflags changed
32392025-02-11T20:02:26.881Z Compiling debug-ignore v1.0.5
32402025-02-11T20:02:26.885Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=0092373b64d1ada5 -C extra-filename=-0092373b64d1ada5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-02-11T20:02:27.034Z Dirty hubpack v0.1.2: the rustflags changed
32422025-02-11T20:02:27.034Z Compiling hubpack v0.1.2
32432025-02-11T20:02:27.036Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d359207ba9fb3377 -C extra-filename=-d359207ba9fb3377 --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-4a6032cdcba87bf2.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-02-11T20:02:27.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=9d7290645ea4f3d2 -C extra-filename=-9d7290645ea4f3d2 --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-d98e06afb0ecdece.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-0020565dc9f5640f/out/lib -l static=bz2`
32452025-02-11T20:02:27.140Z Dirty hickory-proto v0.24.2: the rustflags changed
32462025-02-11T20:02:27.140Z Compiling hickory-proto v0.24.2
32472025-02-11T20:02:27.142Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-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 --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)' --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=9d6a93d8aa2ddefe -C extra-filename=-9d6a93d8aa2ddefe --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-2874f8c4e7350fed.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-63824ab9e110268f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32482025-02-11T20:02:27.234Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32492025-02-11T20:02:27.234Z Compiling ed25519-dalek v2.1.1
32502025-02-11T20:02:27.261Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=922f95e1fafcfebd -C extra-filename=-922f95e1fafcfebd --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-280e232c529873f8.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-63eb8d270da1d654.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-02-11T20:02:27.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=181d8e662fc1873f -C extra-filename=-181d8e662fc1873f --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-369ee3d2c774136a.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-02-11T20:02:27.654Z Dirty async-stream v0.3.6: the rustflags changed
32532025-02-11T20:02:27.654Z Compiling async-stream v0.3.6
32542025-02-11T20:02:27.657Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b4f7f05ffcdc9508 -C extra-filename=-b4f7f05ffcdc9508 --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-6b73b2c689630178.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-02-11T20:02:27.968Z Dirty x509-cert v0.2.5: the rustflags changed
32562025-02-11T20:02:27.968Z Compiling x509-cert v0.2.5
32572025-02-11T20:02:27.971Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=4d57f6e224f4074c -C extra-filename=-4d57f6e224f4074c --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-96c496a36c3a16e3.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-02-11T20:02:28.420Z Dirty heapless v0.7.17: the rustflags changed
32592025-02-11T20:02:28.420Z Compiling heapless v0.7.17
32602025-02-11T20:02:28.424Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=95012c0647a565dd -C extra-filename=-95012c0647a565dd --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-02-11T20:02:28.547Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32622025-02-11T20:02:28.547Z Compiling serde_path_to_error v0.1.16
32632025-02-11T20:02:28.573Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=38e47cf4ad398319 -C extra-filename=-38e47cf4ad398319 --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-04bafa42b6ada290.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-02-11T20:02:28.972Z Dirty waitgroup v0.1.2: the rustflags changed
32652025-02-11T20:02:28.972Z Compiling waitgroup v0.1.2
32662025-02-11T20:02:28.974Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c6efa411e52fb3a4 -C extra-filename=-c6efa411e52fb3a4 --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-300320b4c213bb02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-02-11T20:02:29.229Z Dirty hostname v0.4.0: the rustflags changed
32682025-02-11T20:02:29.229Z Compiling hostname v0.4.0
32692025-02-11T20:02:29.240Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=7028d95aaefd11de -C extra-filename=-7028d95aaefd11de --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-02-11T20:02:29.356Z Dirty dropshot v0.12.0: the rustflags changed
32712025-02-11T20:02:29.356Z Compiling dropshot v0.12.0
32722025-02-11T20:02:29.360Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=a66bb4bb631e2420 -C extra-filename=-a66bb4bb631e2420 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-02-11T20:02:29.487Z Dirty lalrpop-util v0.19.12: the rustflags changed
32742025-02-11T20:02:29.487Z Compiling lalrpop-util v0.19.12
32752025-02-11T20:02:29.490Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=bb088ae80185107e -C extra-filename=-bb088ae80185107e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-02-11T20:02:29.741Z Dirty unicode-width v0.2.0: the rustflags changed
32772025-02-11T20:02:29.741Z Compiling unicode-width v0.2.0
32782025-02-11T20:02:29.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=d4c78d39c8604a5b -C extra-filename=-d4c78d39c8604a5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-02-11T20:02:29.878Z Dirty newtype-uuid v1.2.1: the rustflags changed
32802025-02-11T20:02:29.878Z Compiling newtype-uuid v1.2.1
32812025-02-11T20:02:29.881Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=e2b21ab03774c0de -C extra-filename=-e2b21ab03774c0de --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-02-11T20:02:30.281Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-e2b21ab03774c0de/build-script-build`
32832025-02-11T20:02:30.453Z Dirty console v0.15.10: the rustflags changed
32842025-02-11T20:02:30.453Z Compiling console v0.15.10
32852025-02-11T20:02:30.458Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=83a5f9d77687b7eb -C extra-filename=-83a5f9d77687b7eb --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-d98e06afb0ecdece.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d4c78d39c8604a5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32862025-02-11T20:02:30.458Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-a66bb4bb631e2420/build-script-build`
32872025-02-11T20:02:30.458Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-95012c0647a565dd/build-script-build`
32882025-02-11T20:02:30.526Z Dirty bzip2 v0.4.4: the rustflags changed
32892025-02-11T20:02:30.526Z Compiling bzip2 v0.4.4
32902025-02-11T20:02:30.552Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=cccfee4ab4a310d8 -C extra-filename=-cccfee4ab4a310d8 --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-9d7290645ea4f3d2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.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-0020565dc9f5640f/out/lib`
32912025-02-11T20:02:30.931Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32922025-02-11T20:02:30.931Z Compiling signal-hook-mio v0.2.4
32932025-02-11T20:02:30.934Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8d26b122b1927fdd -C extra-filename=-8d26b122b1927fdd --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-d98e06afb0ecdece.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32942025-02-11T20:02:31.096Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32952025-02-11T20:02:31.096Z Compiling dropshot_endpoint v0.12.0
32962025-02-11T20:02:31.099Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c8cf29938842673a -C extra-filename=-c8cf29938842673a --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-02-11T20:02:31.131Z Dirty hash32 v0.2.1: the rustflags changed
32982025-02-11T20:02:31.131Z Compiling hash32 v0.2.1
32992025-02-11T20:02:31.134Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=138a161f31061de8 -C extra-filename=-138a161f31061de8 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-02-11T20:02:31.546Z Dirty portable-atomic v1.9.0: the rustflags changed
33012025-02-11T20:02:31.546Z Compiling portable-atomic v1.9.0
33022025-02-11T20:02:31.554Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2befc5628a287ae7 -C extra-filename=-2befc5628a287ae7 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-02-11T20:02:31.644Z Dirty predicates-core v1.0.8: the rustflags changed
33042025-02-11T20:02:31.644Z Compiling predicates-core v1.0.8
33052025-02-11T20:02:31.668Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=109d64e5bbc58719 -C extra-filename=-109d64e5bbc58719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-02-11T20:02:31.999Z Dirty unicode-bidi v0.3.17: the rustflags changed
33072025-02-11T20:02:31.999Z Compiling unicode-bidi v0.3.17
33082025-02-11T20:02:32.002Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=bb3580d2ff429c8d -C extra-filename=-bb3580d2ff429c8d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33092025-02-11T20:02:32.293Z Dirty linked-hash-map v0.5.6: the rustflags changed
33102025-02-11T20:02:32.293Z Compiling linked-hash-map v0.5.6
33112025-02-11T20:02:32.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=b78035904e137aaa -C extra-filename=-b78035904e137aaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33122025-02-11T20:02:32.627Z Dirty smoltcp v0.9.1: the rustflags changed
33132025-02-11T20:02:32.627Z Compiling smoltcp v0.9.1
33142025-02-11T20:02:32.630Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9f382fb760202a6a -C extra-filename=-9f382fb760202a6a --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-02-11T20:02:32.658Z Dirty unicode-properties v0.1.3: the rustflags changed
33162025-02-11T20:02:32.658Z Compiling unicode-properties v0.1.3
33172025-02-11T20:02:32.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=ccb8cd51c4d01535 -C extra-filename=-ccb8cd51c4d01535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33182025-02-11T20:02:33.102Z Dirty stringprep v0.1.5: the rustflags changed
33192025-02-11T20:02:33.102Z Compiling stringprep v0.1.5
33202025-02-11T20:02:33.137Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e65ca84d6ce8ff2c -C extra-filename=-e65ca84d6ce8ff2c --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-bb3580d2ff429c8d.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-ccb8cd51c4d01535.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-02-11T20:02:33.232Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2befc5628a287ae7/build-script-build`
33222025-02-11T20:02:33.323Z Dirty lru-cache v0.1.2: the rustflags changed
33232025-02-11T20:02:33.324Z Compiling lru-cache v0.1.2
33242025-02-11T20:02:33.349Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=cb7533aca109a600 -C extra-filename=-cb7533aca109a600 --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-b78035904e137aaa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-02-11T20:02:33.370Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-9f382fb760202a6a/build-script-build`
33262025-02-11T20:02:33.413Z Dirty crossterm v0.28.1: the rustflags changed
33272025-02-11T20:02:33.413Z Compiling crossterm v0.28.1
33282025-02-11T20:02:33.415Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b89f9ff741145e99 -C extra-filename=-b89f9ff741145e99 --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-138a161f31061de8.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33292025-02-11T20:02:33.416Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=7505afe993e22e1b -C extra-filename=-7505afe993e22e1b --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-01159dab402db438.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-8d26b122b1927fdd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33302025-02-11T20:02:33.608Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=65434bb74d6027e2 -C extra-filename=-65434bb74d6027e2 --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-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33312025-02-11T20:02:33.886Z Dirty similar v2.6.0: the rustflags changed
33322025-02-11T20:02:33.886Z Compiling similar v2.6.0
33332025-02-11T20:02:33.889Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=9c26d2b921c8acfc -C extra-filename=-9c26d2b921c8acfc --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-e31d762c6d2f42d1.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33342025-02-11T20:02:34.200Z Dirty rayon v1.10.0: the rustflags changed
33352025-02-11T20:02:34.201Z Compiling rayon v1.10.0
33362025-02-11T20:02:34.232Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=df66728581154229 -C extra-filename=-df66728581154229 --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-def387f0ad91f972.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-02-11T20:02:34.428Z Dirty tokio-stream v0.1.16: the rustflags changed
33382025-02-11T20:02:34.428Z Compiling tokio-stream v0.1.16
33392025-02-11T20:02:34.431Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=259b35470c5edad9 -C extra-filename=-259b35470c5edad9 --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-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-02-11T20:02:35.389Z Dirty md-5 v0.10.6: the rustflags changed
33412025-02-11T20:02:35.389Z Compiling md-5 v0.10.6
33422025-02-11T20:02:35.392Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=361645198417ab37 -C extra-filename=-361645198417ab37 --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-2f4d20600755659a.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-02-11T20:02:35.582Z Dirty float-cmp v0.9.0: the rustflags changed
33442025-02-11T20:02:35.582Z Compiling float-cmp v0.9.0
33452025-02-11T20:02:35.584Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=875403b0d525c4d7 -C extra-filename=-875403b0d525c4d7 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-02-11T20:02:35.686Z Dirty fs-err v2.11.0: the rustflags changed
33472025-02-11T20:02:35.686Z Compiling fs-err v2.11.0
33482025-02-11T20:02:35.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=f22c1b457ff35f37 -C extra-filename=-f22c1b457ff35f37 --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-02-11T20:02:35.829Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33502025-02-11T20:02:35.829Z Compiling normalize-line-endings v0.3.0
33512025-02-11T20:02:35.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2e2ecbf30ee4becb -C extra-filename=-2e2ecbf30ee4becb --out-dir /work/oxidecomputer/omicron/target/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-11T20:02:35.989Z Dirty difflib v0.4.0: the rustflags changed
33532025-02-11T20:02:35.989Z Compiling difflib v0.4.0
33542025-02-11T20:02:36.001Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=62d87acef3d6f071 -C extra-filename=-62d87acef3d6f071 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33552025-02-11T20:02:36.066Z Dirty fallible-iterator v0.2.0: the rustflags changed
33562025-02-11T20:02:36.066Z Compiling fallible-iterator v0.2.0
33572025-02-11T20:02:36.069Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=6021f8e54029b32f -C extra-filename=-6021f8e54029b32f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33582025-02-11T20:02:36.120Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-f22c1b457ff35f37/build-script-build`
33592025-02-11T20:02:36.252Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2f26113a918736c8 -C extra-filename=-2f26113a918736c8 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-b89f9ff741145e99.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-02-11T20:02:36.288Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0f9645dab08ea820 -C extra-filename=-0f9645dab08ea820 --out-dir /work/oxidecomputer/omicron/target/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"))'`
33612025-02-11T20:02:36.745Z Dirty postgres-protocol v0.6.7: the rustflags changed
33622025-02-11T20:02:36.745Z Compiling postgres-protocol v0.6.7
33632025-02-11T20:02:36.747Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-0.6.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=2f32a123ba17d724 -C extra-filename=-2f32a123ba17d724 --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-7fc06bffdc865433.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-361645198417ab37.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-e65ca84d6ce8ff2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-02-11T20:02:36.803Z Dirty predicates v3.1.2: the rustflags changed
33652025-02-11T20:02:36.803Z Compiling predicates v3.1.2
33662025-02-11T20:02:36.829Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.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::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="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=7e62bfd0a61cbc20 -C extra-filename=-7e62bfd0a61cbc20 --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-306c1e1ce10f7b6c.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-62d87acef3d6f071.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-875403b0d525c4d7.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-2e2ecbf30ee4becb.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33672025-02-11T20:02:36.861Z Dirty zip v0.6.6: the rustflags changed
33682025-02-11T20:02:36.861Z Compiling zip v0.6.6
33692025-02-11T20:02:36.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=cbbcb0e066460dbe -C extra-filename=-cbbcb0e066460dbe --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-876b15a9d7bdd3ca.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.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-0020565dc9f5640f/out/lib`
33702025-02-11T20:02:37.481Z Dirty resolv-conf v0.7.0: the rustflags changed
33712025-02-11T20:02:37.482Z Compiling resolv-conf v0.7.0
33722025-02-11T20:02:37.484Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=76d223c70787d43e -C extra-filename=-76d223c70787d43e --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-d5f47095012eced0.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-02-11T20:02:37.574Z Dirty phf v0.11.2: the rustflags changed
33742025-02-11T20:02:37.574Z Compiling phf v0.11.2
33752025-02-11T20:02:37.603Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=ada04dadc6028ac2 -C extra-filename=-ada04dadc6028ac2 --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-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-02-11T20:02:37.880Z Dirty tungstenite v0.24.0: the rustflags changed
33772025-02-11T20:02:37.880Z Compiling tungstenite v0.24.0
33782025-02-11T20:02:37.883Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=75965f931053b461 -C extra-filename=-75965f931053b461 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33792025-02-11T20:02:37.990Z Dirty strum_macros v0.25.3: the rustflags changed
33802025-02-11T20:02:37.990Z Compiling strum_macros v0.25.3
33812025-02-11T20:02:37.992Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7eaea055fbb0d15f -C extra-filename=-7eaea055fbb0d15f --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-02-11T20:02:38.159Z Dirty serde-big-array v0.5.1: the rustflags changed
33832025-02-11T20:02:38.159Z Compiling serde-big-array v0.5.1
33842025-02-11T20:02:38.192Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3b633c9a4f788c0 -C extra-filename=-c3b633c9a4f788c0 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-02-11T20:02:38.207Z Dirty serde_repr v0.1.19: the rustflags changed
33862025-02-11T20:02:38.207Z Compiling serde_repr v0.1.19
33872025-02-11T20:02:38.210Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dde6163dd4cb9720 -C extra-filename=-dde6163dd4cb9720 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-02-11T20:02:38.248Z Dirty peg-runtime v0.8.3: the rustflags changed
33892025-02-11T20:02:38.248Z Compiling peg-runtime v0.8.3
33902025-02-11T20:02:38.251Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=87d0a45a21cda84f -C extra-filename=-87d0a45a21cda84f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-02-11T20:02:38.339Z Dirty number_prefix v0.4.0: the rustflags changed
33922025-02-11T20:02:38.339Z Compiling number_prefix v0.4.0
33932025-02-11T20:02:38.342Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=01fd88bcde33224c -C extra-filename=-01fd88bcde33224c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33942025-02-11T20:02:38.387Z Dirty hickory-resolver v0.24.2: the rustflags changed
33952025-02-11T20:02:38.387Z Compiling hickory-resolver v0.24.2
33962025-02-11T20:02:38.430Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-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 --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)' --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=45589b1a2ff0eab2 -C extra-filename=-45589b1a2ff0eab2 --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-2f4d20600755659a.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-76d223c70787d43e.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-02-11T20:02:38.592Z Dirty indicatif v0.17.11: the rustflags changed
33982025-02-11T20:02:38.592Z Compiling indicatif v0.17.11
33992025-02-11T20:02:38.633Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=e373ba1295049567 -C extra-filename=-e373ba1295049567 --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-83a5f9d77687b7eb.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-01fd88bcde33224c.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-0f9645dab08ea820.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-d4c78d39c8604a5b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-02-11T20:02:38.638Z Dirty postgres-types v0.2.8: the rustflags changed
34012025-02-11T20:02:38.638Z Compiling postgres-types v0.2.8
34022025-02-11T20:02:38.641Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=dad477c818e22db8 -C extra-filename=-dad477c818e22db8 --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-369ee3d2c774136a.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-02-11T20:02:38.846Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d1f9bc983adad146 -C extra-filename=-d1f9bc983adad146 --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-b2c1a03649542c8c.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)'`
34042025-02-11T20:02:39.521Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
34052025-02-11T20:02:39.522Z Compiling tokio-tungstenite v0.24.0
34062025-02-11T20:02:39.524Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ad6d2c81a6c8596a -C extra-filename=-ad6d2c81a6c8596a --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-75965f931053b461.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34072025-02-11T20:02:39.677Z Dirty derive-where v1.2.7: the rustflags changed
34082025-02-11T20:02:39.677Z Compiling derive-where v1.2.7
34092025-02-11T20:02:39.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=4818ce64076a2b6d -C extra-filename=-4818ce64076a2b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34102025-02-11T20:02:39.923Z Dirty whoami v1.5.2: the rustflags changed
34112025-02-11T20:02:39.923Z Compiling whoami v1.5.2
34122025-02-11T20:02:39.925Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=245f9940c78876a6 -C extra-filename=-245f9940c78876a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-02-11T20:02:39.953Z Compiling hashbrown v0.14.5
34142025-02-11T20:02:39.977Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=682884b58710368b -C extra-filename=-682884b58710368b --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-a6fc717be49c6018.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-3cd2c893cf2d9e8b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34152025-02-11T20:02:40.061Z Compiling ident_case v1.0.1
34162025-02-11T20:02:40.063Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=81a9a92a6051cc48 -C extra-filename=-81a9a92a6051cc48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34172025-02-11T20:02:40.285Z Dirty tokio-postgres v0.7.12: the rustflags changed
34182025-02-11T20:02:40.285Z Compiling tokio-postgres v0.7.12
34192025-02-11T20:02:40.288Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=a081c424539f0d14 -C extra-filename=-a081c424539f0d14 --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-2874f8c4e7350fed.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-6021f8e54029b32f.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-2f32a123ba17d724.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dad477c818e22db8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-02-11T20:02:40.528Z Compiling darling_core v0.20.10
34212025-02-11T20:02:40.531Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=0e36bc0d2f074141 -C extra-filename=-0e36bc0d2f074141 --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-519bcd82bf42b6cc.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-81a9a92a6051cc48.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-fb16d374a192cad6.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34222025-02-11T20:02:40.651Z Compiling thiserror v2.0.11
34232025-02-11T20:02:40.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9ee5b4639eb9f3fd -C extra-filename=-9ee5b4639eb9f3fd --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-02-11T20:02:41.174Z Compiling regress v0.10.1
34252025-02-11T20:02:41.176Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=efa81a45b8926187 -C extra-filename=-efa81a45b8926187 --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-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-02-11T20:02:41.352Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-9ee5b4639eb9f3fd/build-script-build`
34272025-02-11T20:02:41.884Z Compiling thiserror-impl v2.0.11
34282025-02-11T20:02:41.927Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0cbfc48553d1555d -C extra-filename=-0cbfc48553d1555d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34292025-02-11T20:02:42.010Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34302025-02-11T20:02:42.010Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34312025-02-11T20:02:42.012Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=7e56c3e06a940178 -C extra-filename=-7e56c3e06a940178 --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-01159dab402db438.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-dde6163dd4cb9720.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-2f26113a918736c8.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-7eaea055fbb0d15f.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-02-11T20:02:43.153Z Compiling unsafe-libyaml v0.2.11
34332025-02-11T20:02:43.156Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6c8335656476dfe1 -C extra-filename=-6c8335656476dfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34342025-02-11T20:02:44.296Z Dirty fastrand v2.1.1: the rustflags changed
34352025-02-11T20:02:44.296Z Compiling fastrand v2.1.1
34362025-02-11T20:02:44.299Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=4f097a7529560f85 -C extra-filename=-4f097a7529560f85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-02-11T20:02:44.862Z Compiling serde_yaml v0.9.34+deprecated
34382025-02-11T20:02:44.864Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3b8117ba236b2ab3 -C extra-filename=-3b8117ba236b2ab3 --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-3d5667ede295bc44.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-6c8335656476dfe1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34392025-02-11T20:02:45.129Z Compiling ipnetwork v0.20.0
34402025-02-11T20:02:45.131Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-0.20.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=91fc1f3a7027e178 -C extra-filename=-91fc1f3a7027e178 --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-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34412025-02-11T20:02:45.469Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=899aaefeecb5158e -C extra-filename=-899aaefeecb5158e --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-0cbfc48553d1555d.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)'`
34422025-02-11T20:02:45.664Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34432025-02-11T20:02:45.702Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=07306f710fe36406 -C extra-filename=-07306f710fe36406 --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-91fc1f3a7027e178.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34442025-02-11T20:02:45.807Z Compiling typify-impl v0.2.0
34452025-02-11T20:02:45.810Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f78ea714133aafa -C extra-filename=-4f78ea714133aafa --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34462025-02-11T20:02:45.990Z Compiling tempfile v3.13.0
34472025-02-11T20:02:45.997Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5525eef5a0fe7476 -C extra-filename=-5525eef5a0fe7476 --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-2f4d20600755659a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-02-11T20:02:46.047Z Dirty strum_macros v0.26.4: the rustflags changed
34492025-02-11T20:02:46.047Z Compiling strum_macros v0.26.4
34502025-02-11T20:02:46.082Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=95ecb928327d59d9 -C extra-filename=-95ecb928327d59d9 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-02-11T20:02:46.430Z Compiling macaddr v1.0.1
34522025-02-11T20:02:46.432Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=36f4a4236324662e -C extra-filename=-36f4a4236324662e --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34532025-02-11T20:02:46.844Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34542025-02-11T20:02:46.847Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus-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)' --check-cfg 'cfg(feature, values("serialize-impl"))' -C metadata=ed663ec443b65d04 -C extra-filename=-ed663ec443b65d04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-02-11T20:02:46.874Z Compiling darling_macro v0.20.10
34562025-02-11T20:02:46.876Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e76f4ae72c3be247 -C extra-filename=-e76f4ae72c3be247 --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-0e36bc0d2f074141.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-02-11T20:02:46.906Z Dirty structmeta-derive v0.3.0: the rustflags changed
34582025-02-11T20:02:46.906Z Compiling structmeta-derive v0.3.0
34592025-02-11T20:02:46.909Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=52cb9a2b537d8154 -C extra-filename=-52cb9a2b537d8154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34602025-02-11T20:02:47.988Z Compiling darling v0.20.10
34612025-02-11T20:02:47.991Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=0be92ea757c2bbdc -C extra-filename=-0be92ea757c2bbdc --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-0e36bc0d2f074141.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-e76f4ae72c3be247.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-02-11T20:02:48.131Z Compiling serde_with_macros v3.11.0
34632025-02-11T20:02:48.131Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=163b77e7bf994366 -C extra-filename=-163b77e7bf994366 --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-0be92ea757c2bbdc.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-02-11T20:02:48.242Z Compiling instant v0.1.13
34652025-02-11T20:02:48.244Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=349572e683014b1f -C extra-filename=-349572e683014b1f --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-02-11T20:02:48.272Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34672025-02-11T20:02:48.275Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=e6a771d462f302d2 -C extra-filename=-e6a771d462f302d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-ed663ec443b65d04.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-02-11T20:02:48.413Z Compiling regress v0.9.1
34692025-02-11T20:02:48.416Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=2bd95d2be3320e06 -C extra-filename=-2bd95d2be3320e06 --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-682884b58710368b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34702025-02-11T20:02:48.580Z Compiling dropshot v0.15.1
34712025-02-11T20:02:48.583Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=7c1b4ccc6c6ad4ca -C extra-filename=-7c1b4ccc6c6ad4ca --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34722025-02-11T20:02:48.979Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-7c1b4ccc6c6ad4ca/build-script-build`
34732025-02-11T20:02:49.072Z Compiling dropshot_endpoint v0.15.1
34742025-02-11T20:02:49.083Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9b7b08c26563aa78 -C extra-filename=-9b7b08c26563aa78 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-02-11T20:02:49.156Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34762025-02-11T20:02:49.159Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=bfab980439c1581b -C extra-filename=-bfab980439c1581b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-02-11T20:02:49.625Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34782025-02-11T20:02:49.628Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=962483f90ab60936 -C extra-filename=-962483f90ab60936 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-02-11T20:02:49.813Z Dirty structmeta v0.3.0: the rustflags changed
34802025-02-11T20:02:49.813Z Compiling structmeta v0.3.0
34812025-02-11T20:02:49.854Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c8cc64bcd62609ba -C extra-filename=-c8cc64bcd62609ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-52cb9a2b537d8154.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-02-11T20:02:50.229Z Dirty parse-display-derive v0.10.0: the rustflags changed
34832025-02-11T20:02:50.229Z Compiling parse-display-derive v0.10.0
34842025-02-11T20:02:50.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2254350eee95639a -C extra-filename=-2254350eee95639a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-c8cc64bcd62609ba.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-02-11T20:02:50.562Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34862025-02-11T20:02:50.565Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=48c0f4f457e64041 -C extra-filename=-48c0f4f457e64041 --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-f36114cf7413752c.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-962483f90ab60936.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-02-11T20:02:50.783Z Compiling backoff v0.4.0
34882025-02-11T20:02:50.787Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=4fb3c428e97ea985 -C extra-filename=-4fb3c428e97ea985 --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-6723a47d595cc3af.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34892025-02-11T20:02:50.855Z Dirty strum v0.26.3: the rustflags changed
34902025-02-11T20:02:50.855Z Compiling strum v0.26.3
34912025-02-11T20:02:50.859Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=74d4548524063684 -C extra-filename=-74d4548524063684 --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-95ecb928327d59d9.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-02-11T20:02:50.947Z Compiling serde_with v3.11.0
34932025-02-11T20:02:50.976Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=7a005adb0ab1f5eb -C extra-filename=-7a005adb0ab1f5eb --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-163b77e7bf994366.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-02-11T20:02:51.074Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34952025-02-11T20:02:51.077Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/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)' --check-cfg 'cfg(feature, values())' -C metadata=f65d8cab3fe12260 -C extra-filename=-f65d8cab3fe12260 --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-9d458307bf9bbccd.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-02-11T20:02:51.141Z Compiling wait-timeout v0.2.0
34972025-02-11T20:02:51.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fa99c58fe6f785df -C extra-filename=-fa99c58fe6f785df --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-02-11T20:02:51.322Z Compiling rand_xorshift v0.3.0
34992025-02-11T20:02:51.346Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=cc3709a3e0131726 -C extra-filename=-cc3709a3e0131726 --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-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-02-11T20:02:51.676Z Compiling rusty-fork v0.3.0
35012025-02-11T20:02:51.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=a53ef78b3214c488 -C extra-filename=-a53ef78b3214c488 --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-519bcd82bf42b6cc.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-31449fb4569280b5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-02-11T20:02:51.737Z Compiling unarray v0.1.4
35032025-02-11T20:02:51.741Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=55fe27019d7d65fc -C extra-filename=-55fe27019d7d65fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35042025-02-11T20:02:51.939Z Compiling structmeta-derive v0.2.0
35052025-02-11T20:02:51.944Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-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)' --check-cfg 'cfg(feature, values())' -C metadata=27cfab247cc1d10b -C extra-filename=-27cfab247cc1d10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35062025-02-11T20:02:52.381Z Compiling proptest v1.5.0
35072025-02-11T20:02:52.384Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=662c1e34a30dddff -C extra-filename=-662c1e34a30dddff --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-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-cc3709a3e0131726.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-a53ef78b3214c488.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-55fe27019d7d65fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35082025-02-11T20:02:53.403Z Compiling camino-tempfile v1.1.1
35092025-02-11T20:02:53.406Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=4b714359f5aac43b -C extra-filename=-4b714359f5aac43b --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-b1ce1825125c2b44.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35102025-02-11T20:02:53.651Z Dirty unicode-width v0.1.14: the rustflags changed
35112025-02-11T20:02:53.651Z Compiling unicode-width v0.1.14
35122025-02-11T20:02:53.696Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=5b836c922ad74bb3 -C extra-filename=-5b836c922ad74bb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-02-11T20:02:53.857Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
35142025-02-11T20:02:53.857Z Compiling proc-macro-error-attr v1.0.4
35152025-02-11T20:02:53.889Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=69f091c7adba4b00 -C extra-filename=-69f091c7adba4b00 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-02-11T20:02:54.226Z Dirty proc-macro-error v1.0.4: the rustflags changed
35172025-02-11T20:02:54.226Z Compiling proc-macro-error v1.0.4
35182025-02-11T20:02:54.229Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=0a76c85822b5bd68 -C extra-filename=-0a76c85822b5bd68 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-02-11T20:02:54.257Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-69f091c7adba4b00/build-script-build`
35202025-02-11T20:02:54.345Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0021589419e8f5b9 -C extra-filename=-0021589419e8f5b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-02-11T20:02:54.427Z Compiling proc-macro-crate v1.3.1
35222025-02-11T20:02:54.429Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e20d0ab7e5e0f760 -C extra-filename=-e20d0ab7e5e0f760 --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-60ef584d13ef286e.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35232025-02-11T20:02:54.670Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-0a76c85822b5bd68/build-script-build`
35242025-02-11T20:02:54.702Z Dirty parse-display v0.10.0: the rustflags changed
35252025-02-11T20:02:54.702Z Compiling parse-display v0.10.0
35262025-02-11T20:02:54.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=fb7668a908245cf4 -C extra-filename=-fb7668a908245cf4 --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-2254350eee95639a.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-02-11T20:02:54.767Z Compiling structmeta v0.2.0
35282025-02-11T20:02:54.770Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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)' --check-cfg 'cfg(feature, values())' -C metadata=5d6bfeec4c7aa695 -C extra-filename=-5d6bfeec4c7aa695 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-27cfab247cc1d10b.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35292025-02-11T20:02:54.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35302025-02-11T20:02:54.800Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=82e8276b2e871799 -C extra-filename=-82e8276b2e871799 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-02-11T20:02:55.169Z Compiling test-strategy v0.3.1
35322025-02-11T20:02:55.171Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-0.3.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)' --check-cfg 'cfg(feature, values())' -C metadata=90e9e6545b3fdc2d -C extra-filename=-90e9e6545b3fdc2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-5d6bfeec4c7aa695.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-02-11T20:02:55.203Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ad57ad9ff534cbc3 -C extra-filename=-ad57ad9ff534cbc3 --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-0021589419e8f5b9.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35342025-02-11T20:02:55.205Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-82e8276b2e871799/build-script-build`
35352025-02-11T20:02:55.267Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35362025-02-11T20:02:55.326Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=8cc1d799b2e92199 -C extra-filename=-8cc1d799b2e92199 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-02-11T20:02:55.330Z Compiling foreign-types-macros v0.2.3
35382025-02-11T20:02:55.330Z Compiling num_enum_derive v0.5.11
35392025-02-11T20:02:55.330Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e2103cb108fbf1b2 -C extra-filename=-e2103cb108fbf1b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-02-11T20:02:55.352Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=29fc8d03a8fe6b5f -C extra-filename=-29fc8d03a8fe6b5f --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-e20d0ab7e5e0f760.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-02-11T20:02:55.642Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-8cc1d799b2e92199/build-script-build`
35422025-02-11T20:02:55.683Z Compiling foreign-types-shared v0.3.1
35432025-02-11T20:02:55.709Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a7a523ded104325a -C extra-filename=-a7a523ded104325a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-02-11T20:02:55.828Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=39680fa0b811f9de -C extra-filename=-39680fa0b811f9de --out-dir /work/oxidecomputer/omicron/target/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`
35452025-02-11T20:02:55.856Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=435fd3c6e0879707 -C extra-filename=-435fd3c6e0879707 --out-dir /work/oxidecomputer/omicron/target/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`
35462025-02-11T20:02:56.032Z Compiling tabwriter v1.4.0
35472025-02-11T20:02:56.037Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=f691b04cf9c315e4 -C extra-filename=-f691b04cf9c315e4 --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-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-02-11T20:02:56.062Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35492025-02-11T20:02:56.085Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=1f6df09725b0b09a -C extra-filename=-1f6df09725b0b09a --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35502025-02-11T20:02:56.542Z Compiling itertools v0.13.0
35512025-02-11T20:02:56.545Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=5ea0ab5db09c380a -C extra-filename=-5ea0ab5db09c380a --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-def387f0ad91f972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-02-11T20:02:56.713Z Compiling foreign-types v0.5.0
35532025-02-11T20:02:56.715Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=357fc01f23e4f4a1 -C extra-filename=-357fc01f23e4f4a1 --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-e2103cb108fbf1b2.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-a7a523ded104325a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35542025-02-11T20:02:56.850Z Compiling cstr-argument v0.1.2
35552025-02-11T20:02:56.874Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=572bffb02f152157 -C extra-filename=-572bffb02f152157 --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-2f4d20600755659a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35562025-02-11T20:02:57.133Z Compiling pretty-hex v0.2.1
35572025-02-11T20:02:57.136Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35582025-02-11T20:02:57.136Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=09b64d12e94d5144 -C extra-filename=-09b64d12e94d5144 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-02-11T20:02:57.136Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=ff783aa154ef3e72 -C extra-filename=-ff783aa154ef3e72 --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-d98e06afb0ecdece.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-1f6df09725b0b09a.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35602025-02-11T20:02:57.323Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35612025-02-11T20:02:57.325Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=6a9ee260dcd8d879 -C extra-filename=-6a9ee260dcd8d879 --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-572bffb02f152157.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-357fc01f23e4f4a1.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35622025-02-11T20:02:57.391Z Compiling colored v2.1.0
35632025-02-11T20:02:57.394Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=fe05e6abb5bd1c66 -C extra-filename=-fe05e6abb5bd1c66 --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-57d431b61839a6c3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35642025-02-11T20:02:57.854Z Compiling smf v0.2.3
35652025-02-11T20:02:57.897Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e8d4b9af5a4987f9 -C extra-filename=-e8d4b9af5a4987f9 --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-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35662025-02-11T20:02:57.920Z Compiling num_enum v0.5.11
35672025-02-11T20:02:57.922Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=ed0c6ec7c866a083 -C extra-filename=-ed0c6ec7c866a083 --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-29fc8d03a8fe6b5f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35682025-02-11T20:02:58.079Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35692025-02-11T20:02:58.082Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/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)' --check-cfg 'cfg(feature, values())' -C metadata=01827c4ccaf067ae -C extra-filename=-01827c4ccaf067ae --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-d98e06afb0ecdece.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-39680fa0b811f9de.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-09b64d12e94d5144.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35702025-02-11T20:02:58.108Z Compiling typify-impl v0.3.0
35712025-02-11T20:02:58.110Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a886fea4bd4cf6b0 -C extra-filename=-a886fea4bd4cf6b0 --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-eca0aece77251b6e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-efa81a45b8926187.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35722025-02-11T20:02:58.426Z Compiling base64 v0.21.7
35732025-02-11T20:02:58.453Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=dd1ad69982f96338 -C extra-filename=-dd1ad69982f96338 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-02-11T20:02:58.827Z Compiling crucible-workspace-hack v0.1.0
35752025-02-11T20:02:58.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9b84f13bec2119ef -C extra-filename=-9b84f13bec2119ef --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35762025-02-11T20:02:59.109Z Compiling zerocopy v0.8.10
35772025-02-11T20:02:59.112Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=ce117a6780f79c07 -C extra-filename=-ce117a6780f79c07 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35782025-02-11T20:02:59.165Z Compiling zerocopy-derive v0.8.10
35792025-02-11T20:02:59.192Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=93748f81aab3f1cc -C extra-filename=-93748f81aab3f1cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35802025-02-11T20:02:59.195Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-9b84f13bec2119ef/build-script-build`
35812025-02-11T20:02:59.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2723b33b373661a -C extra-filename=-b2723b33b373661a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35822025-02-11T20:02:59.364Z Compiling termtree v0.4.1
35832025-02-11T20:02:59.366Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=24a87b06765d1d07 -C extra-filename=-24a87b06765d1d07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35842025-02-11T20:02:59.492Z Compiling heapless v0.8.0
35852025-02-11T20:02:59.495Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e2d415fbc10cbd24 -C extra-filename=-e2d415fbc10cbd24 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35862025-02-11T20:02:59.618Z Compiling predicates-tree v1.0.11
35872025-02-11T20:02:59.620Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d996eddaeda82c51 -C extra-filename=-d996eddaeda82c51 --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-109d64e5bbc58719.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-24a87b06765d1d07.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35882025-02-11T20:03:00.046Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-ce117a6780f79c07/build-script-build`
35892025-02-11T20:03:00.101Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35902025-02-11T20:03:00.103Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/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)' --check-cfg 'cfg(feature, values())' -C metadata=b19a2bcb3c0947a2 -C extra-filename=-b19a2bcb3c0947a2 --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-0be92ea757c2bbdc.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-02-11T20:03:00.130Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-e2d415fbc10cbd24/build-script-build`
35922025-02-11T20:03:00.132Z Compiling hash32 v0.3.1
35932025-02-11T20:03:00.132Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a737bb63f76b1581 -C extra-filename=-a737bb63f76b1581 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35942025-02-11T20:03:00.416Z Compiling smoltcp v0.11.0
35952025-02-11T20:03:00.420Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=eb44395847ce46ff -C extra-filename=-eb44395847ce46ff --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35962025-02-11T20:03:00.470Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c08c1d8ec6f8e5f9 -C extra-filename=-c08c1d8ec6f8e5f9 --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-a737bb63f76b1581.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f6c9094a52be94c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-02-11T20:03:00.971Z Compiling typify-macro v0.2.0
35982025-02-11T20:03:01.005Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=85959838a2b4a4ff -C extra-filename=-85959838a2b4a4ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-4f78ea714133aafa.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-02-11T20:03:01.180Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-eb44395847ce46ff/build-script-build`
36002025-02-11T20:03:01.225Z Compiling cobs v0.2.3
36012025-02-11T20:03:01.267Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=cd15ee591d7494e5 -C extra-filename=-cd15ee591d7494e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-02-11T20:03:01.439Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=326fc9afa50afbef -C extra-filename=-326fc9afa50afbef --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-c08c1d8ec6f8e5f9.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-02-11T20:03:01.566Z Compiling postcard v1.0.10
36042025-02-11T20:03:01.569Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=934b48d75fb95332 -C extra-filename=-934b48d75fb95332 --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-cd15ee591d7494e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-02-11T20:03:02.067Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=9a25b3cbfb5ee361 -C extra-filename=-9a25b3cbfb5ee361 --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-93748f81aab3f1cc.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)'`
36062025-02-11T20:03:02.224Z Compiling atomicwrites v0.4.4
36072025-02-11T20:03:02.226Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c5288946ebf071b -C extra-filename=-0c5288946ebf071b --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-e3d4519553d0e8e7.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-02-11T20:03:02.613Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36092025-02-11T20:03:02.616Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e66c0945f295ed79 -C extra-filename=-e66c0945f295ed79 --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-02-11T20:03:03.011Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36112025-02-11T20:03:03.014Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=452736b65e5dc290 -C extra-filename=-452736b65e5dc290 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36122025-02-11T20:03:03.211Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-e66c0945f295ed79/build-script-build`
36132025-02-11T20:03:03.297Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36142025-02-11T20:03:03.303Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=157026fa5d12f0bf -C extra-filename=-157026fa5d12f0bf --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-02-11T20:03:04.371Z Compiling sigpipe v0.1.3
36162025-02-11T20:03:04.374Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c859371b0959e81d -C extra-filename=-c859371b0959e81d --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36172025-02-11T20:03:04.527Z Compiling mockall_derive v0.13.0
36182025-02-11T20:03:04.530Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=9456428a4444b458 -C extra-filename=-9456428a4444b458 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-02-11T20:03:04.895Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
36202025-02-11T20:03:04.898Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=2f4c1cd2136d17c2 -C extra-filename=-2f4c1cd2136d17c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-02-11T20:03:05.099Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-9456428a4444b458/build-script-build`
36222025-02-11T20:03:05.139Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36232025-02-11T20:03:05.194Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e4daefa754e7178 -C extra-filename=-3e4daefa754e7178 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-02-11T20:03:05.283Z Compiling typify v0.2.0
36252025-02-11T20:03:05.286Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-2f4c1cd2136d17c2/build-script-build`
36262025-02-11T20:03:05.286Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=038bc44c353f80f4 -C extra-filename=-038bc44c353f80f4 --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-4f78ea714133aafa.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-85959838a2b4a4ff.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36272025-02-11T20:03:05.319Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=beb3dc2242e38c6e -C extra-filename=-beb3dc2242e38c6e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-01827c4ccaf067ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36282025-02-11T20:03:05.430Z Compiling progenitor-impl v0.8.0
36292025-02-11T20:03:05.465Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=39f374c3062f1ce9 -C extra-filename=-39f374c3062f1ce9 --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-038bc44c353f80f4.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-02-11T20:03:05.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.13.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=7f3f19f77c26b35a -C extra-filename=-7f3f19f77c26b35a --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-2f4d20600755659a.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36312025-02-11T20:03:05.875Z Compiling zone_cfg_derive v0.3.0
36322025-02-11T20:03:05.898Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=248332ca3db6e162 -C extra-filename=-248332ca3db6e162 --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36332025-02-11T20:03:07.418Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36342025-02-11T20:03:07.421Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=79ac0e40d0597704 -C extra-filename=-79ac0e40d0597704 --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-b19a2bcb3c0947a2.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36352025-02-11T20:03:07.490Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36362025-02-11T20:03:07.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=798e759cb784691c -C extra-filename=-798e759cb784691c --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-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36372025-02-11T20:03:07.919Z Compiling num-derive v0.4.2
36382025-02-11T20:03:07.921Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=36604e73b1deba5b -C extra-filename=-36604e73b1deba5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36392025-02-11T20:03:08.174Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36402025-02-11T20:03:08.177Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=e8903efc2f0827f5 -C extra-filename=-e8903efc2f0827f5 --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-01159dab402db438.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-b19a2bcb3c0947a2.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-79ac0e40d0597704.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-02-11T20:03:09.205Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36422025-02-11T20:03:09.208Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=b1b34b08912e4622 -C extra-filename=-b1b34b08912e4622 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36432025-02-11T20:03:09.589Z Compiling downcast v0.11.0
36442025-02-11T20:03:09.591Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=2f51f3fe50b4507c -C extra-filename=-2f51f3fe50b4507c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36452025-02-11T20:03:09.841Z Compiling fragile v2.0.0
36462025-02-11T20:03:09.844Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=349642fa027f26d1 -C extra-filename=-349642fa027f26d1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36472025-02-11T20:03:10.366Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-b1b34b08912e4622/build-script-build`
36482025-02-11T20:03:10.410Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36492025-02-11T20:03:10.413Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=a24858f9e02becf3 -C extra-filename=-a24858f9e02becf3 --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-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-02-11T20:03:10.466Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
36512025-02-11T20:03:10.468Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=e5da0062e2f2abd6 -C extra-filename=-e5da0062e2f2abd6 --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-b2723b33b373661a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-36604e73b1deba5b.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-02-11T20:03:10.693Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36532025-02-11T20:03:10.695Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=d0ac4f2685b50c61 -C extra-filename=-d0ac4f2685b50c61 --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-798e759cb784691c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-02-11T20:03:11.148Z Compiling zone v0.3.0
36552025-02-11T20:03:11.173Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=ed3cce4c902d7bd1 -C extra-filename=-ed3cce4c902d7bd1 --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-248332ca3db6e162.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-02-11T20:03:11.309Z Compiling same-file v1.0.6
36572025-02-11T20:03:11.313Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a13cab101bfdf75b -C extra-filename=-a13cab101bfdf75b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-02-11T20:03:11.622Z Compiling walkdir v2.5.0
36592025-02-11T20:03:11.624Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7aa16578decbd284 -C extra-filename=-7aa16578decbd284 --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-a13cab101bfdf75b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-02-11T20:03:12.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=f135a77df212456f -C extra-filename=-f135a77df212456f --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-e8903efc2f0827f5.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-157026fa5d12f0bf.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-a24858f9e02becf3.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.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)'`
36612025-02-11T20:03:12.355Z Compiling convert_case v0.4.0
36622025-02-11T20:03:12.355Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=7207cf2e1d9334a3 -C extra-filename=-7207cf2e1d9334a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-02-11T20:03:12.580Z Compiling progenitor-macro v0.8.0
36642025-02-11T20:03:12.607Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=836cffb8d52dc56d -C extra-filename=-836cffb8d52dc56d --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-bf0a9f0c7a1f5c2d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-39f374c3062f1ce9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3b8117ba236b2ab3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-02-11T20:03:12.610Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36662025-02-11T20:03:12.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=0bab7a3cba1e9187 -C extra-filename=-0bab7a3cba1e9187 --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-2f4d20600755659a.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-452736b65e5dc290.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f135a77df212456f.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-3e4daefa754e7178.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-326fc9afa50afbef.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-9a25b3cbfb5ee361.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672025-02-11T20:03:12.678Z Compiling newline-converter v0.3.0
36682025-02-11T20:03:12.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f0f283da22ec2d6d -C extra-filename=-f0f283da22ec2d6d --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-02-11T20:03:12.876Z Compiling expectorate v1.1.0
36702025-02-11T20:03:12.879Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=1253dd77939aea70 -C extra-filename=-1253dd77939aea70 --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-83a5f9d77687b7eb.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-f0f283da22ec2d6d.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36712025-02-11T20:03:13.074Z Dirty xattr v1.3.1: the rustflags changed
36722025-02-11T20:03:13.074Z Compiling xattr v1.3.1
36732025-02-11T20:03:13.077Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=479547d5ac6b1e0c -C extra-filename=-479547d5ac6b1e0c --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-02-11T20:03:13.172Z Compiling mockall v0.13.0
36752025-02-11T20:03:13.175Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c3119a46adbec64f -C extra-filename=-c3119a46adbec64f --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-2f4d20600755659a.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-2f51f3fe50b4507c.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-349642fa027f26d1.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-7f3f19f77c26b35a.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-02-11T20:03:13.235Z Compiling derive_more v0.99.18
36772025-02-11T20:03:13.237Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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)' --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=6a8fccf4e522f0e2 -C extra-filename=-6a8fccf4e522f0e2 --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-7207cf2e1d9334a3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-02-11T20:03:13.352Z Dirty filetime v0.2.25: the rustflags changed
36792025-02-11T20:03:13.352Z Compiling filetime v0.2.25
36802025-02-11T20:03:13.354Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bea14cd0b2c233b4 -C extra-filename=-bea14cd0b2c233b4 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-02-11T20:03:13.516Z Compiling tungstenite v0.21.0
36822025-02-11T20:03:13.520Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e708c214dd75cc84 -C extra-filename=-e708c214dd75cc84 --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36832025-02-11T20:03:13.683Z Dirty tar v0.4.42: the rustflags changed
36842025-02-11T20:03:13.683Z Compiling tar v0.4.42
36852025-02-11T20:03:13.686Z Compiling typify-macro v0.3.0
36862025-02-11T20:03:13.686Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=a0eb937a42c64068 -C extra-filename=-a0eb937a42c64068 --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-bea14cd0b2c233b4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-479547d5ac6b1e0c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-02-11T20:03:13.686Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=08b4a50c6fd52a56 -C extra-filename=-08b4a50c6fd52a56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-a886fea4bd4cf6b0.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36882025-02-11T20:03:14.733Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36892025-02-11T20:03:14.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=de2598078d31a943 -C extra-filename=-de2598078d31a943 --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-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-beb3dc2242e38c6e.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-f135a77df212456f.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-934b48d75fb95332.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36902025-02-11T20:03:15.493Z Compiling tokio-tungstenite v0.21.0
36912025-02-11T20:03:15.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d55d827c4ab3b08f -C extra-filename=-d55d827c4ab3b08f --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-e708c214dd75cc84.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36922025-02-11T20:03:15.860Z Compiling arc-swap v1.7.1
36932025-02-11T20:03:15.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=1909ec29c251882d -C extra-filename=-1909ec29c251882d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36942025-02-11T20:03:15.980Z Compiling num-rational v0.4.2
36952025-02-11T20:03:15.982Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=675bdb307aee17ba -C extra-filename=-675bdb307aee17ba --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-02-11T20:03:16.094Z Compiling num-complex v0.4.6
36972025-02-11T20:03:16.097Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=a819f944c2a69d2b -C extra-filename=-a819f944c2a69d2b --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-02-11T20:03:16.496Z Compiling slog-scope v4.4.0
36992025-02-11T20:03:16.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5cdff227914bc595 -C extra-filename=-5cdff227914bc595 --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-1909ec29c251882d.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37002025-02-11T20:03:16.993Z Compiling slog-stdlog v4.1.1
37012025-02-11T20:03:16.996Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=62e80e5c677eec99 -C extra-filename=-62e80e5c677eec99 --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-e1464231da30ba90.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37022025-02-11T20:03:17.164Z Compiling num v0.4.3
37032025-02-11T20:03:17.180Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=169026641f0462e1 -C extra-filename=-169026641f0462e1 --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-a819f944c2a69d2b.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-675bdb307aee17ba.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-02-11T20:03:17.288Z Compiling slog-envlogger v2.2.0
37052025-02-11T20:03:17.291Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=a2c853d2237c9880 -C extra-filename=-a2c853d2237c9880 --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-e1464231da30ba90.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-5cdff227914bc595.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-62e80e5c677eec99.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37062025-02-11T20:03:17.391Z Compiling float-ord v0.3.2
37072025-02-11T20:03:17.415Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a3333f6032687666 -C extra-filename=-a3333f6032687666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37082025-02-11T20:03:17.624Z Compiling indent_write v2.2.0
37092025-02-11T20:03:17.627Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=0eb9a83b251bf9cc -C extra-filename=-0eb9a83b251bf9cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37102025-02-11T20:03:17.630Z Compiling cancel-safe-futures v0.1.5
37112025-02-11T20:03:17.630Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=401f5e6eadbcc8c1 -C extra-filename=-401f5e6eadbcc8c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37122025-02-11T20:03:17.861Z Compiling owo-colors v4.1.0
37132025-02-11T20:03:17.864Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=e862df0bb764a132 -C extra-filename=-e862df0bb764a132 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37142025-02-11T20:03:18.012Z Dirty swrite v0.1.0: the rustflags changed
37152025-02-11T20:03:18.012Z Compiling swrite v0.1.0
37162025-02-11T20:03:18.015Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=a1f95df3b0bb5313 -C extra-filename=-a1f95df3b0bb5313 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-02-11T20:03:18.042Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-401f5e6eadbcc8c1/build-script-build`
37182025-02-11T20:03:18.082Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=12974b77cbe6803a -C extra-filename=-12974b77cbe6803a --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-02-11T20:03:18.128Z Compiling typify v0.3.0
37202025-02-11T20:03:18.166Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=9ea09ef00f2e4b52 -C extra-filename=-9ea09ef00f2e4b52 --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-a886fea4bd4cf6b0.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-08b4a50c6fd52a56.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-02-11T20:03:18.169Z Compiling libsw v3.3.1
37222025-02-11T20:03:18.169Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=3a17c4c463e15f74 -C extra-filename=-3a17c4c463e15f74 --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-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37232025-02-11T20:03:18.219Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-e862df0bb764a132/build-script-build`
37242025-02-11T20:03:18.261Z Compiling progenitor-impl v0.9.1
37252025-02-11T20:03:18.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0805c1659769c3a -C extra-filename=-e0805c1659769c3a --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-eca0aece77251b6e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-9ea09ef00f2e4b52.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-02-11T20:03:18.289Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=94c311de75f60350 -C extra-filename=-94c311de75f60350 --out-dir /work/oxidecomputer/omicron/target/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)'`
37272025-02-11T20:03:18.478Z Compiling password-hash v0.5.0
37282025-02-11T20:03:18.481Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=3384061607d115e0 -C extra-filename=-3384061607d115e0 --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37292025-02-11T20:03:18.656Z Compiling blake2 v0.10.6
37302025-02-11T20:03:18.658Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=40a6679fe7496983 -C extra-filename=-40a6679fe7496983 --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-a9f2b4b6a1fbdffa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37312025-02-11T20:03:18.683Z Compiling linear-map v1.2.0
37322025-02-11T20:03:18.706Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=e30533c97b2525be -C extra-filename=-e30533c97b2525be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37332025-02-11T20:03:19.054Z Compiling pem v3.0.4
37342025-02-11T20:03:19.057Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=1d79b525d67744e6 -C extra-filename=-1d79b525d67744e6 --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-7fc06bffdc865433.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37352025-02-11T20:03:19.375Z Compiling argon2 v0.5.3
37362025-02-11T20:03:19.377Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=c9ee87555aabbc0a -C extra-filename=-c9ee87555aabbc0a --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-13c7e0208d5dc15e.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-40a6679fe7496983.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-3384061607d115e0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37372025-02-11T20:03:19.791Z Compiling highway v1.2.0
37382025-02-11T20:03:19.794Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=781a0700fc0fc957 -C extra-filename=-781a0700fc0fc957 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37392025-02-11T20:03:20.023Z Compiling lzma-sys v0.1.20
37402025-02-11T20:03:20.025Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=89a0e87de32ea8e5 -C extra-filename=-89a0e87de32ea8e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37412025-02-11T20:03:20.236Z Compiling heck v0.3.3
37422025-02-11T20:03:20.238Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a52849786504451 -C extra-filename=-5a52849786504451 --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-4466e3a88ed6f5e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37432025-02-11T20:03:20.472Z Compiling headers-core v0.3.0
37442025-02-11T20:03:20.475Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e588d856448f358c -C extra-filename=-e588d856448f358c --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-3774a995781acb23.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37452025-02-11T20:03:20.545Z Compiling humantime v2.1.0
37462025-02-11T20:03:20.570Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6221939c4ad9201e -C extra-filename=-6221939c4ad9201e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37472025-02-11T20:03:20.593Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37482025-02-11T20:03:20.595Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=adb7699874aa4404 -C extra-filename=-adb7699874aa4404 --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37492025-02-11T20:03:20.660Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37502025-02-11T20:03:20.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3cba31c944b1acc -C extra-filename=-c3cba31c944b1acc --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37512025-02-11T20:03:20.885Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-89a0e87de32ea8e5/build-script-build`
37522025-02-11T20:03:20.939Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3d487b44b92b1d74 -C extra-filename=-3d487b44b92b1d74 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37532025-02-11T20:03:21.057Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-c3cba31c944b1acc/build-script-build`
37542025-02-11T20:03:21.060Z Compiling headers v0.4.0
37552025-02-11T20:03:21.084Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=148c72b31cceecfc -C extra-filename=-148c72b31cceecfc --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-dd1ad69982f96338.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-e588d856448f358c.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-02-11T20:03:21.098Z Compiling zone_cfg_derive v0.1.2
37572025-02-11T20:03:21.100Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7eb74b8c4961da03 -C extra-filename=-7eb74b8c4961da03 --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-5a52849786504451.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-02-11T20:03:21.136Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37592025-02-11T20:03:21.139Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=4786fc9e4559d193 -C extra-filename=-4786fc9e4559d193 --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-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-02-11T20:03:21.452Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-adb7699874aa4404/build-script-build`
37612025-02-11T20:03:21.521Z Compiling yasna v0.5.2
37622025-02-11T20:03:21.521Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=ddb5f4e7622710a1 -C extra-filename=-ddb5f4e7622710a1 --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-b8f62338069edef3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-02-11T20:03:21.547Z Compiling base64 v0.13.1
37642025-02-11T20:03:21.568Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=8138dd5d1a78bb17 -C extra-filename=-8138dd5d1a78bb17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-02-11T20:03:22.146Z Compiling ron v0.7.1
37662025-02-11T20:03:22.146Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=5fb9246bd00a14a8 -C extra-filename=-5fb9246bd00a14a8 --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-8138dd5d1a78bb17.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37672025-02-11T20:03:22.176Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37682025-02-11T20:03:22.176Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values())' -C metadata=04621286149e0c47 -C extra-filename=-04621286149e0c47 --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-4786fc9e4559d193.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-02-11T20:03:22.748Z Compiling zone v0.1.8
37702025-02-11T20:03:22.751Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cc978c39bae954fd -C extra-filename=-cc978c39bae954fd --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-0ea64c80b6db031d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-7eb74b8c4961da03.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-02-11T20:03:22.857Z Compiling rcgen v0.12.1
37722025-02-11T20:03:22.861Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=d0fd3339a75134a2 -C extra-filename=-d0fd3339a75134a2 --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-1d79b525d67744e6.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-ddb5f4e7622710a1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
37732025-02-11T20:03:22.924Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4fb5c2b4581d422 -C extra-filename=-c4fb5c2b4581d422 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-01827c4ccaf067ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-6a9ee260dcd8d879.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-435fd3c6e0879707.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-ff783aa154ef3e72.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-bc8fd8ce66d5dae8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37742025-02-11T20:03:23.121Z Compiling xz2 v0.1.7
37752025-02-11T20:03:23.125Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=39aad72bc26cf0ce -C extra-filename=-39aad72bc26cf0ce --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-3d487b44b92b1d74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37762025-02-11T20:03:23.589Z Compiling subprocess v0.2.9
37772025-02-11T20:03:23.592Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7b4374fb3de657fa -C extra-filename=-7b4374fb3de657fa --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-02-11T20:03:24.171Z Dirty semver v0.1.20: the rustflags changed
37792025-02-11T20:03:24.171Z Compiling semver v0.1.20
37802025-02-11T20:03:24.174Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=672eaeb095b9489c -C extra-filename=-672eaeb095b9489c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-02-11T20:03:24.199Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=3e05059f915b5edc -C extra-filename=-3e05059f915b5edc --out-dir /work/oxidecomputer/omicron/target/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`
37822025-02-11T20:03:24.485Z Compiling half v2.4.1
37832025-02-11T20:03:24.487Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=1eddbe47ba349644 -C extra-filename=-1eddbe47ba349644 --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-2f4d20600755659a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-02-11T20:03:24.803Z Dirty rustc_version v0.1.7: the rustflags changed
37852025-02-11T20:03:24.803Z Compiling rustc_version v0.1.7
37862025-02-11T20:03:24.806Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fc077450de74a643 -C extra-filename=-fc077450de74a643 --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-672eaeb095b9489c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37872025-02-11T20:03:25.021Z Compiling ciborium-io v0.2.2
37882025-02-11T20:03:25.024Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=ae936c286c486667 -C extra-filename=-ae936c286c486667 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-02-11T20:03:25.048Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
37902025-02-11T20:03:25.072Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=361a3d6a539700a6 -C extra-filename=-361a3d6a539700a6 --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-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37912025-02-11T20:03:25.182Z Compiling ciborium-ll v0.2.2
37922025-02-11T20:03:25.213Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=19d93e7e8780dcd0 -C extra-filename=-19d93e7e8780dcd0 --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-ae936c286c486667.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-1eddbe47ba349644.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37932025-02-11T20:03:25.279Z Dirty newtype_derive v0.1.6: the rustflags changed
37942025-02-11T20:03:25.279Z Compiling newtype_derive v0.1.6
37952025-02-11T20:03:25.282Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=e4b54afd0ae18c9f -C extra-filename=-e4b54afd0ae18c9f --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-fc077450de74a643.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37962025-02-11T20:03:25.305Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
37972025-02-11T20:03:25.308Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=f0722cf227a5b7dd -C extra-filename=-f0722cf227a5b7dd --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-7fc06bffdc865433.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-02-11T20:03:25.574Z Compiling progenitor-macro v0.9.1
37992025-02-11T20:03:25.576Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=240e22d01b9d52c9 -C extra-filename=-240e22d01b9d52c9 --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-bf0a9f0c7a1f5c2d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e0805c1659769c3a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-3b8117ba236b2ab3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-02-11T20:03:25.599Z Compiling ciborium v0.2.2
38012025-02-11T20:03:25.602Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=92d4ef3e0c09d06b -C extra-filename=-92d4ef3e0c09d06b --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-ae936c286c486667.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-19d93e7e8780dcd0.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38022025-02-11T20:03:25.641Z Compiling display-error-chain v0.2.2
38032025-02-11T20:03:25.644Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dd31d19c4ed69e7e -C extra-filename=-dd31d19c4ed69e7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38042025-02-11T20:03:25.691Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-e4b54afd0ae18c9f/build-script-build`
38052025-02-11T20:03:25.783Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=bafd5f2c9c3e299e -C extra-filename=-bafd5f2c9c3e299e --out-dir /work/oxidecomputer/omicron/target/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`
38062025-02-11T20:03:25.856Z Compiling slog-dtrace v0.3.0
38072025-02-11T20:03:25.886Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=499b8760635e961d -C extra-filename=-499b8760635e961d --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38082025-02-11T20:03:25.888Z Compiling steno v0.4.1
38092025-02-11T20:03:25.889Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3aff88412f50937a -C extra-filename=-3aff88412f50937a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38102025-02-11T20:03:26.291Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
38112025-02-11T20:03:26.293Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=cb71e746a0f66e85 -C extra-filename=-cb71e746a0f66e85 --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-f0722cf227a5b7dd.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-361a3d6a539700a6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-02-11T20:03:26.341Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-499b8760635e961d/build-script-build`
38132025-02-11T20:03:26.366Z Compiling gethostname v0.5.0
38142025-02-11T20:03:26.391Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6366850fa842106c -C extra-filename=-6366850fa842106c --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-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-02-11T20:03:26.397Z Dirty aws-lc-sys v0.22.0: the rustflags changed
38162025-02-11T20:03:26.397Z Compiling aws-lc-sys v0.22.0
38172025-02-11T20:03:26.417Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=3a74286d2eac5be0 -C extra-filename=-3a74286d2eac5be0 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3a74286d2eac5be0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fc0e9f33201563cb.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-632cb98d4b756956.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-8963394abf5f78f4.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-04077f29428a2d4b.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-02-11T20:03:26.420Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5fc526287fa0b8bc -C extra-filename=-5fc526287fa0b8bc --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-721bb5b37e92804c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38192025-02-11T20:03:26.578Z Compiling nibble_vec v0.1.0
38202025-02-11T20:03:26.621Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b0a68aa040e9bad8 -C extra-filename=-b0a68aa040e9bad8 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-02-11T20:03:26.677Z Compiling endian-type v0.1.2
38222025-02-11T20:03:26.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1b2e6a1ddd86eb60 -C extra-filename=-1b2e6a1ddd86eb60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38232025-02-11T20:03:26.820Z Compiling keccak v0.1.5
38242025-02-11T20:03:26.822Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=46efe39464e3af62 -C extra-filename=-46efe39464e3af62 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38252025-02-11T20:03:26.912Z Compiling radix_trie v0.2.1
38262025-02-11T20:03:26.937Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=f8ebda4900b79acf -C extra-filename=-f8ebda4900b79acf --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-1b2e6a1ddd86eb60.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-b0a68aa040e9bad8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38272025-02-11T20:03:26.940Z Compiling constant_time_eq v0.3.1
38282025-02-11T20:03:26.962Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=4aec89e5c79a8b2c -C extra-filename=-4aec89e5c79a8b2c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38292025-02-11T20:03:27.004Z Compiling arrayvec v0.7.6
38302025-02-11T20:03:27.006Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=71958ee8350c0a2a -C extra-filename=-71958ee8350c0a2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-02-11T20:03:27.138Z Compiling arrayref v0.3.9
38322025-02-11T20:03:27.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b3d4ec326635fe22 -C extra-filename=-b3d4ec326635fe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38332025-02-11T20:03:27.271Z Compiling sha3 v0.10.8
38342025-02-11T20:03:27.275Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=6700f4a41d2d46cb -C extra-filename=-6700f4a41d2d46cb --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-a9f2b4b6a1fbdffa.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-46efe39464e3af62.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38352025-02-11T20:03:27.416Z Compiling universal-hash v0.5.1
38362025-02-11T20:03:27.419Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d2a7d842fffdfdb2 -C extra-filename=-d2a7d842fffdfdb2 --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-fa01fb14c5f1583c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38372025-02-11T20:03:27.544Z Compiling opaque-debug v0.3.1
38382025-02-11T20:03:27.547Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=166721f01f81444d -C extra-filename=-166721f01f81444d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38392025-02-11T20:03:27.637Z Compiling secrecy v0.8.0
38402025-02-11T20:03:27.640Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=60b3cc319980a273 -C extra-filename=-60b3cc319980a273 --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-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38412025-02-11T20:03:27.664Z Compiling blake3 v1.5.4
38422025-02-11T20:03:27.685Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=58c19c0c8cfcdf0d -C extra-filename=-58c19c0c8cfcdf0d --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38432025-02-11T20:03:27.898Z Compiling memmap2 v0.9.5
38442025-02-11T20:03:27.922Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=aa7a82c27757baff -C extra-filename=-aa7a82c27757baff --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38452025-02-11T20:03:27.990Z Compiling aead v0.5.2
38462025-02-11T20:03:27.992Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=377e3b3aa4a52b80 -C extra-filename=-377e3b3aa4a52b80 --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-fa01fb14c5f1583c.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-02-11T20:03:28.298Z Compiling topological-sort v0.2.2
38482025-02-11T20:03:28.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=63a0a4b260398455 -C extra-filename=-63a0a4b260398455 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38492025-02-11T20:03:28.343Z Compiling poly1305 v0.8.0
38502025-02-11T20:03:28.345Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=7197ef4d6aa74f56 -C extra-filename=-7197ef4d6aa74f56 --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-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38512025-02-11T20:03:28.369Z Compiling chacha20 v0.9.1
38522025-02-11T20:03:28.372Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=43a149e46b3c44d0 -C extra-filename=-43a149e46b3c44d0 --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-2f4d20600755659a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38532025-02-11T20:03:28.443Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-58c19c0c8cfcdf0d/build-script-build`
38542025-02-11T20:03:28.547Z Compiling toolchain_find v0.4.0
38552025-02-11T20:03:28.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=84eb147bec591b53 -C extra-filename=-84eb147bec591b53 --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-f8ac525f227664f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-02-11T20:03:28.841Z Compiling thiserror-impl-no-std v2.0.2
38572025-02-11T20:03:28.843Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=e85b0b98b34b5443 -C extra-filename=-e85b0b98b34b5443 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-02-11T20:03:29.066Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9e213122458c7cb9 -C extra-filename=-9e213122458c7cb9 --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-aa7a82c27757baff.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-ac5646eae2f22228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/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()))'`
38592025-02-11T20:03:29.147Z Compiling rustfmt-wrapper v0.2.1
38602025-02-11T20:03:29.150Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aefe6c13cbb5287f -C extra-filename=-aefe6c13cbb5287f --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-74905474c961af45.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-84eb147bec591b53.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-02-11T20:03:29.734Z Compiling async-recursion v1.1.1
38622025-02-11T20:03:29.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a0a9d790201483ef -C extra-filename=-a0a9d790201483ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-02-11T20:03:30.075Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38642025-02-11T20:03:30.077Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/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)' --check-cfg 'cfg(feature, values())' -C metadata=2d007dbfa973fa6c -C extra-filename=-2d007dbfa973fa6c --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38652025-02-11T20:03:30.220Z Compiling chacha20poly1305 v0.10.1
38662025-02-11T20:03:30.223Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=0db4d5b97e9aec4b -C extra-filename=-0db4d5b97e9aec4b --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-377e3b3aa4a52b80.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38672025-02-11T20:03:30.479Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2d007dbfa973fa6c/build-script-build`
38682025-02-11T20:03:30.483Z Compiling fxhash v0.2.1
38692025-02-11T20:03:30.485Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=388aa9c288f89859 -C extra-filename=-388aa9c288f89859 --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-876b15a9d7bdd3ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-02-11T20:03:30.517Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/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)' --check-cfg 'cfg(feature, values())' -C metadata=2883208610ec9cb1 -C extra-filename=-2883208610ec9cb1 --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-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.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/`
38712025-02-11T20:03:30.591Z Compiling lockfree-object-pool v0.1.6
38722025-02-11T20:03:30.594Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b94f107557136292 -C extra-filename=-b94f107557136292 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-02-11T20:03:30.708Z Compiling zip v2.1.3
38742025-02-11T20:03:30.711Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e895a2daabec5dde -C extra-filename=-e895a2daabec5dde --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38752025-02-11T20:03:30.871Z Compiling maplit v1.0.2
38762025-02-11T20:03:30.895Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=88725a02f003f744 -C extra-filename=-88725a02f003f744 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38772025-02-11T20:03:30.898Z Compiling simd-adler32 v0.3.7
38782025-02-11T20:03:30.898Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=e35e278c039be289 -C extra-filename=-e35e278c039be289 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38792025-02-11T20:03:31.019Z Compiling bumpalo v3.16.0
38802025-02-11T20:03:31.021Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=93fb4aab53a368fb -C extra-filename=-93fb4aab53a368fb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-02-11T20:03:31.080Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-e895a2daabec5dde/build-script-build`
38822025-02-11T20:03:31.144Z Compiling termcolor v1.4.1
38832025-02-11T20:03:31.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cc1047f50aa401f4 -C extra-filename=-cc1047f50aa401f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-02-11T20:03:31.344Z Compiling const_format_proc_macros v0.2.34
38852025-02-11T20:03:31.346Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=4af5fc81ee3badf5 -C extra-filename=-4af5fc81ee3badf5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-02-11T20:03:31.515Z Compiling zopfli v0.8.1
38872025-02-11T20:03:31.518Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=d7d85be1161d7603 -C extra-filename=-d7d85be1161d7603 --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-93fb4aab53a368fb.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-b94f107557136292.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-e35e278c039be289.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-02-11T20:03:31.554Z Compiling radium v0.7.0
38892025-02-11T20:03:31.557Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9541b554217d27d6 -C extra-filename=-9541b554217d27d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-02-11T20:03:31.931Z Compiling thiserror-no-std v2.0.2
38912025-02-11T20:03:31.933Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=650f466b942fafe7 -C extra-filename=-650f466b942fafe7 --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-e85b0b98b34b5443.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-02-11T20:03:31.978Z Compiling tap v1.0.1
38932025-02-11T20:03:31.980Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1a4b5cfd698d833 -C extra-filename=-f1a4b5cfd698d833 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38942025-02-11T20:03:32.075Z Compiling vsss-rs v3.3.4
38952025-02-11T20:03:32.078Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=a1e78fa2822c1e10 -C extra-filename=-a1e78fa2822c1e10 --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-280e232c529873f8.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-9739b9fe863466c5.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-650f466b942fafe7.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38962025-02-11T20:03:32.097Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-9541b554217d27d6/build-script-build`
38972025-02-11T20:03:32.134Z Compiling maybe-uninit v2.0.0
38982025-02-11T20:03:32.137Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a6fb275f90c51ecd -C extra-filename=-a6fb275f90c51ecd --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-02-11T20:03:32.174Z Compiling wyz v0.5.1
39002025-02-11T20:03:32.179Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=9457ba9626f8e429 -C extra-filename=-9457ba9626f8e429 --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-f1a4b5cfd698d833.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-02-11T20:03:32.334Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=87ebb124b7879103 -C extra-filename=-87ebb124b7879103 --out-dir /work/oxidecomputer/omicron/target/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`
39022025-02-11T20:03:32.629Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e56621133d0a745d -C extra-filename=-e56621133d0a745d --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-cccfee4ab4a310d8.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-fc3ea3725139f5f8.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-1be088aac0fcd431.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-d7d85be1161d7603.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-0020565dc9f5640f/out/lib`
39032025-02-11T20:03:32.709Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-a6fb275f90c51ecd/build-script-build`
39042025-02-11T20:03:32.790Z Compiling crc-catalog v2.4.0
39052025-02-11T20:03:32.793Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b073cc6f27bdff93 -C extra-filename=-b073cc6f27bdff93 --out-dir /work/oxidecomputer/omicron/target/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-11T20:03:32.817Z Compiling packed_struct v0.10.1
39072025-02-11T20:03:32.817Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=dae20ffce3a84d6f -C extra-filename=-dae20ffce3a84d6f --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39082025-02-11T20:03:32.963Z Compiling funty v2.0.0
39092025-02-11T20:03:32.966Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fe96b72f6d17008e -C extra-filename=-fe96b72f6d17008e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39102025-02-11T20:03:33.123Z Compiling crc v3.2.1
39112025-02-11T20:03:33.147Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9db9fb99ac35bda9 -C extra-filename=-9db9fb99ac35bda9 --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-b073cc6f27bdff93.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39122025-02-11T20:03:33.323Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-dae20ffce3a84d6f/build-script-build`
39132025-02-11T20:03:33.388Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c2bd60035f325c69 -C extra-filename=-c2bd60035f325c69 --out-dir /work/oxidecomputer/omicron/target/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`
39142025-02-11T20:03:33.390Z Compiling const_format v0.2.34
39152025-02-11T20:03:33.407Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=60bec17f30a6bf0d -C extra-filename=-60bec17f30a6bf0d --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-4af5fc81ee3badf5.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39162025-02-11T20:03:33.487Z Compiling packed_struct_codegen v0.10.1
39172025-02-11T20:03:33.490Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=120e903f88090aac -C extra-filename=-120e903f88090aac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39182025-02-11T20:03:33.856Z Compiling indexmap v1.9.3
39192025-02-11T20:03:33.858Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=c72cfa00f20e994d -C extra-filename=-c72cfa00f20e994d --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39202025-02-11T20:03:34.086Z Compiling bitvec v1.0.1
39212025-02-11T20:03:34.089Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=6bd91ba6aa752903 -C extra-filename=-6bd91ba6aa752903 --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-fe96b72f6d17008e.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-87ebb124b7879103.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-f1a4b5cfd698d833.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-9457ba9626f8e429.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39222025-02-11T20:03:34.243Z Compiling nodrop v0.1.14
39232025-02-11T20:03:34.245Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=5d6580799ef6f393 -C extra-filename=-5d6580799ef6f393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39242025-02-11T20:03:34.400Z Compiling array-init v0.0.4
39252025-02-11T20:03:34.403Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=39e98224191308ab -C extra-filename=-39e98224191308ab --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-5d6580799ef6f393.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-02-11T20:03:34.475Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-c72cfa00f20e994d/build-script-build`
39272025-02-11T20:03:34.514Z Compiling smallvec v0.6.14
39282025-02-11T20:03:34.516Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=e6616b210b7195d2 -C extra-filename=-e6616b210b7195d2 --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-c2bd60035f325c69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-02-11T20:03:34.667Z Compiling vte_generate_state_changes v0.1.2
39302025-02-11T20:03:34.669Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=415a1ed2cdfc7bd3 -C extra-filename=-415a1ed2cdfc7bd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-02-11T20:03:34.951Z Compiling hashbrown v0.12.3
39322025-02-11T20:03:34.954Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=b4db061fa643ea85 -C extra-filename=-b4db061fa643ea85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-02-11T20:03:35.382Z Compiling bitfield v0.14.0
39342025-02-11T20:03:35.384Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa5d68be8c03f60c -C extra-filename=-aa5d68be8c03f60c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-02-11T20:03:35.415Z Compiling vte v0.11.1
39362025-02-11T20:03:35.417Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=16a689cc12b9b948 -C extra-filename=-16a689cc12b9b948 --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-064524b04a714b2d.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-415a1ed2cdfc7bd3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-02-11T20:03:35.720Z Compiling serde-hex v0.1.0
39382025-02-11T20:03:35.743Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=00262b84a157c4c0 -C extra-filename=-00262b84a157c4c0 --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-39e98224191308ab.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-e6616b210b7195d2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-02-11T20:03:35.939Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=fa3a224004770b5a -C extra-filename=-fa3a224004770b5a --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-b4db061fa643ea85.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39402025-02-11T20:03:36.159Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39412025-02-11T20:03:36.161Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=3aa54ae74e4560a1 -C extra-filename=-3aa54ae74e4560a1 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-02-11T20:03:36.320Z Compiling env_logger v0.10.2
39432025-02-11T20:03:36.322Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=aa896cb702eada87 -C extra-filename=-aa896cb702eada87 --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-85dfffb28296b5e9.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-02-11T20:03:36.533Z Compiling ron v0.8.1
39452025-02-11T20:03:36.536Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=c9fee7441250722b -C extra-filename=-c9fee7441250722b --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-dd1ad69982f96338.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-02-11T20:03:36.764Z Compiling fd-lock v4.0.2
39472025-02-11T20:03:36.807Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=22fdd8dfdc931963 -C extra-filename=-22fdd8dfdc931963 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-02-11T20:03:37.004Z Compiling hashbrown v0.13.2
39492025-02-11T20:03:37.007Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=2cc39eec0d1b448c -C extra-filename=-2cc39eec0d1b448c --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-a6fc717be49c6018.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-02-11T20:03:37.033Z Compiling kstat-rs v0.2.4
39512025-02-11T20:03:37.036Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0b8f1b0434fdbbf -C extra-filename=-e0b8f1b0434fdbbf --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-d98e06afb0ecdece.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39522025-02-11T20:03:37.503Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=0267b5a39977fb35 -C extra-filename=-0267b5a39977fb35 --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-6bd91ba6aa752903.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-120e903f88090aac.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-02-11T20:03:37.509Z Compiling crc-any v2.5.0
39542025-02-11T20:03:37.512Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=3cfdbd909f41ec8f -C extra-filename=-3cfdbd909f41ec8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-02-11T20:03:37.639Z Compiling strip-ansi-escapes v0.2.0
39562025-02-11T20:03:37.639Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d1f39f3d5458d748 -C extra-filename=-d1f39f3d5458d748 --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-16a689cc12b9b948.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-02-11T20:03:37.976Z Compiling object v0.30.4
39582025-02-11T20:03:37.979Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39592025-02-11T20:03:37.979Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=488b3fd28ea1d9c2 -C extra-filename=-488b3fd28ea1d9c2 --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-fc3ea3725139f5f8.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-2cc39eec0d1b448c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-fa3a224004770b5a.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-02-11T20:03:37.979Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values())' -C metadata=68b6be0134e0cfaa -C extra-filename=-68b6be0134e0cfaa --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-c9fee7441250722b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-02-11T20:03:38.057Z Compiling path-slash v0.1.5
39622025-02-11T20:03:38.059Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0d4bb991208f73b6 -C extra-filename=-0d4bb991208f73b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39632025-02-11T20:03:38.299Z Compiling libefi-sys v0.1.0
39642025-02-11T20:03:38.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fdb9cb4f0ec2d481 -C extra-filename=-fdb9cb4f0ec2d481 --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39652025-02-11T20:03:38.661Z Compiling nu-ansi-term v0.50.1
39662025-02-11T20:03:38.664Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=91d54b3677425bef -C extra-filename=-91d54b3677425bef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39672025-02-11T20:03:38.733Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-fdb9cb4f0ec2d481/build-script-build`
39682025-02-11T20:03:38.736Z Compiling phf_generator v0.11.2
39692025-02-11T20:03:38.736Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=0b94e22d80d97512 -C extra-filename=-0b94e22d80d97512 --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-4f87d965dafa2825.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-02-11T20:03:38.762Z Compiling bitfield-struct v0.6.2
39712025-02-11T20:03:38.789Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=598b2ab32e6a6e63 -C extra-filename=-598b2ab32e6a6e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-02-11T20:03:38.933Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39732025-02-11T20:03:38.933Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=88a38f4bb3656c5e -C extra-filename=-88a38f4bb3656c5e --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-02-11T20:03:39.103Z Compiling reedline v0.35.0
39752025-02-11T20:03:39.103Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=e7017bcfb4197569 -C extra-filename=-e7017bcfb4197569 --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-721bb5b37e92804c.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-91d54b3677425bef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-d1f39f3d5458d748.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-02-11T20:03:39.367Z Compiling nanorand v0.7.0
39772025-02-11T20:03:39.397Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=ef04fbd9d9f031c9 -C extra-filename=-ef04fbd9d9f031c9 --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-9f2de0cca6729757.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-02-11T20:03:39.475Z Compiling parking_lot_core v0.8.6
39792025-02-11T20:03:39.547Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=542e8eafeb773123 -C extra-filename=-542e8eafeb773123 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39802025-02-11T20:03:39.794Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-3a74286d2eac5be0/build-script-main`
39812025-02-11T20:03:39.886Z Compiling flume v0.11.1
39822025-02-11T20:03:39.889Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=cfb36021e99e7ef1 -C extra-filename=-cfb36021e99e7ef1 --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-6723a47d595cc3af.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-ef04fbd9d9f031c9.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-02-11T20:03:39.962Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-542e8eafeb773123/build-script-build`
39842025-02-11T20:03:40.001Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-88a38f4bb3656c5e/build-script-build`
39852025-02-11T20:03:40.098Z Compiling phf_codegen v0.11.2
39862025-02-11T20:03:40.101Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ca47520a177dc9a -C extra-filename=-2ca47520a177dc9a --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-0b94e22d80d97512.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-02-11T20:03:40.126Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5391036895242318 -C extra-filename=-5391036895242318 --out-dir /work/oxidecomputer/omicron/target/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`
39882025-02-11T20:03:40.242Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39892025-02-11T20:03:40.245Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=38f3b4d620d453db -C extra-filename=-38f3b4d620d453db --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-598b2ab32e6a6e63.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-02-11T20:03:40.339Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39912025-02-11T20:03:40.341Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/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)' --check-cfg 'cfg(feature, values())' -C metadata=176b78932b1876fd -C extra-filename=-176b78932b1876fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-ed0c6ec7c866a083.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39922025-02-11T20:03:40.494Z Compiling parse-zoneinfo v0.3.1
39932025-02-11T20:03:40.497Z Compiling cfg_aliases v0.1.1
39942025-02-11T20:03:40.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5ce840c3975bbd61 -C extra-filename=-5ce840c3975bbd61 --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-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39952025-02-11T20:03:40.497Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=482ecc75f8129be0 -C extra-filename=-482ecc75f8129be0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39962025-02-11T20:03:40.644Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39972025-02-11T20:03:40.647Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/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)' --check-cfg 'cfg(feature, values())' -C metadata=a22cf6386db4081c -C extra-filename=-a22cf6386db4081c --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-aa5d68be8c03f60c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39982025-02-11T20:03:40.927Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
39992025-02-11T20:03:40.929Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=45dcdf8a8374a563 -C extra-filename=-45dcdf8a8374a563 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40002025-02-11T20:03:40.970Z Dirty bytecount v0.6.8: the rustflags changed
40012025-02-11T20:03:40.970Z Compiling bytecount v0.6.8
40022025-02-11T20:03:40.972Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=bea56fcbd19964ff -C extra-filename=-bea56fcbd19964ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-02-11T20:03:41.064Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40042025-02-11T20:03:41.067Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8696a562f8ab0321 -C extra-filename=-8696a562f8ab0321 --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-38f3b4d620d453db.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-45dcdf8a8374a563.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-02-11T20:03:41.121Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/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)' --check-cfg 'cfg(feature, values())' -C metadata=62ca7f3435cc65a2 -C extra-filename=-62ca7f3435cc65a2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -l static=pci`
40062025-02-11T20:03:41.223Z Compiling chrono-tz-build v0.4.0
40072025-02-11T20:03:41.331Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=31b38293234e1222 -C extra-filename=-31b38293234e1222 --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-5ce840c3975bbd61.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-2ca47520a177dc9a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-02-11T20:03:41.636Z Dirty papergrid v0.11.0: the rustflags changed
40092025-02-11T20:03:41.636Z Compiling papergrid v0.11.0
40102025-02-11T20:03:41.639Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=e3392ead8be78277 -C extra-filename=-e3392ead8be78277 --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-bea56fcbd19964ff.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-519bcd82bf42b6cc.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-02-11T20:03:42.008Z Compiling nix v0.28.0
40122025-02-11T20:03:42.011Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4bc77195f2417cd3 -C extra-filename=-4bc77195f2417cd3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-482ecc75f8129be0.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-02-11T20:03:42.285Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40142025-02-11T20:03:42.288Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/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)' --check-cfg 'cfg(feature, values())' -C metadata=29027c09d7fb4952 -C extra-filename=-29027c09d7fb4952 --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-d98e06afb0ecdece.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-5391036895242318.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-02-11T20:03:42.557Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=a713fec5230fbd15 -C extra-filename=-a713fec5230fbd15 --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-2f4d20600755659a.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-349572e683014b1f.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40162025-02-11T20:03:42.677Z Compiling tabled_derive v0.7.0
40172025-02-11T20:03:42.680Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e1fb8823d2e8bd6b -C extra-filename=-e1fb8823d2e8bd6b --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-17774551a3c17b51.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-ad57ad9ff534cbc3.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40182025-02-11T20:03:42.886Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-4bc77195f2417cd3/build-script-build`
40192025-02-11T20:03:42.929Z Compiling parking_lot v0.11.2
40202025-02-11T20:03:42.953Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=add88dda7fe2a4ce -C extra-filename=-add88dda7fe2a4ce --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-349572e683014b1f.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-ccddae81612c627a.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-a713fec5230fbd15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40212025-02-11T20:03:43.141Z Compiling chrono-tz v0.10.1
40222025-02-11T20:03:43.144Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=ba6bef60e668589c -C extra-filename=-ba6bef60e668589c --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ba6bef60e668589c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-31b38293234e1222.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-02-11T20:03:43.804Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40242025-02-11T20:03:43.807Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/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)' --check-cfg 'cfg(feature, values())' -C metadata=51f2245c9074f80b -C extra-filename=-51f2245c9074f80b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-02-11T20:03:44.079Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ba6bef60e668589c/build-script-build`
40262025-02-11T20:03:45.117Z Compiling tabled v0.15.0
40272025-02-11T20:03:45.119Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=857da2ec4933a1cb -C extra-filename=-857da2ec4933a1cb --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-e3392ead8be78277.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-e1fb8823d2e8bd6b.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-02-11T20:03:45.176Z Compiling sled v0.34.7
40292025-02-11T20:03:45.179Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=78ea23c230e3d78b -C extra-filename=-78ea23c230e3d78b --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-fc3ea3725139f5f8.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-add88dda7fe2a4ce.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-02-11T20:03:45.425Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=be82e9fc2875d1d9 -C extra-filename=-be82e9fc2875d1d9 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40312025-02-11T20:03:45.659Z Compiling hickory-client v0.24.2
40322025-02-11T20:03:45.663Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-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 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --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=7cb3c4e9cf320b5b -C extra-filename=-7cb3c4e9cf320b5b --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-2f4d20600755659a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40332025-02-11T20:03:45.764Z Compiling peg-macros v0.8.4
40342025-02-11T20:03:45.767Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=f5b8191de767dc4d -C extra-filename=-f5b8191de767dc4d --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-87d0a45a21cda84f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-02-11T20:03:46.060Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-d0249044ee6dec98/build-script-build`
40362025-02-11T20:03:46.106Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=b1b123f28308ab37 -C extra-filename=-b1b123f28308ab37 --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-d98e06afb0ecdece.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.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-28b13d275ecdb670/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
40372025-02-11T20:03:46.803Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-80074849aabc2540/build-script-build`
40382025-02-11T20:03:46.845Z Compiling hickory-server v0.24.2
40392025-02-11T20:03:46.848Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-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 --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --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=3eceea28f9fbf722 -C extra-filename=-3eceea28f9fbf722 --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-2874f8c4e7350fed.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-c2ffdc7adc8b0f28.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-02-11T20:03:47.072Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40412025-02-11T20:03:47.110Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=1186df245215087c -C extra-filename=-1186df245215087c --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-1186df245215087c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40422025-02-11T20:03:48.256Z Compiling sqlparser_derive v0.2.2
40432025-02-11T20:03:48.259Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b6cc3f1d2bce6f4b -C extra-filename=-b6cc3f1d2bce6f4b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40442025-02-11T20:03:48.643Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=26595f66b77d3e63 -C extra-filename=-26595f66b77d3e63 --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-b1b123f28308ab37.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-c7a488fcbaa355d2.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-28b13d275ecdb670/out/build/artifacts/`
40452025-02-11T20:03:48.883Z Compiling unicode_categories v0.1.1
40462025-02-11T20:03:48.886Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9787b81de8eb3ef5 -C extra-filename=-9787b81de8eb3ef5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-02-11T20:03:49.228Z Compiling sqlformat v0.2.6
40482025-02-11T20:03:49.231Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b031ec46d594c4b2 -C extra-filename=-b031ec46d594c4b2 --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-a40758ffb1943256.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-9787b81de8eb3ef5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-02-11T20:03:49.493Z Compiling sqlparser v0.45.0
40502025-02-11T20:03:49.496Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=1765569bc5e1d90d -C extra-filename=-1765569bc5e1d90d --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-e1464231da30ba90.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-b6cc3f1d2bce6f4b.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-02-11T20:03:49.545Z Compiling peg v0.8.4
40522025-02-11T20:03:49.584Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=1239a75c1abc6f9e -C extra-filename=-1239a75c1abc6f9e --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-f5b8191de767dc4d.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40532025-02-11T20:03:49.678Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-1186df245215087c/build-script-build`
40542025-02-11T20:03:49.723Z Compiling rustyline v14.0.0
40552025-02-11T20:03:49.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=dda657155a95b3cf -C extra-filename=-dda657155a95b3cf --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-22fdd8dfdc931963.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-be82e9fc2875d1d9.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-f8ebda4900b79acf.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-064524b04a714b2d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-02-11T20:03:51.139Z Dirty rustls-webpki v0.102.8: the rustflags changed
40572025-02-11T20:03:51.139Z Compiling rustls-webpki v0.102.8
40582025-02-11T20:03:51.151Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=1008f9caa06f0bc3 -C extra-filename=-1008f9caa06f0bc3 --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-26595f66b77d3e63.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40592025-02-11T20:03:51.157Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=05aaf271c94ff055 -C extra-filename=-05aaf271c94ff055 --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-721bb5b37e92804c.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-02-11T20:03:51.688Z Compiling bcs v0.1.6
40612025-02-11T20:03:51.692Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=815072da4d4bcdef -C extra-filename=-815072da4d4bcdef --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-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40622025-02-11T20:03:52.300Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=30a3e23abaed8fa4 -C extra-filename=-30a3e23abaed8fa4 --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-26595f66b77d3e63.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40632025-02-11T20:03:53.121Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=28fb91b463f9c83f -C extra-filename=-28fb91b463f9c83f --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
40642025-02-11T20:03:53.577Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40652025-02-11T20:03:53.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/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)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=49f9b008245b05b2 -C extra-filename=-49f9b008245b05b2 --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-876b15a9d7bdd3ca.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-3cfdbd909f41ec8f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-aa896cb702eada87.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a22cf6386db4081c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-0267b5a39977fb35.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-00262b84a157c4c0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40662025-02-11T20:03:55.147Z Compiling termtree v0.5.1
40672025-02-11T20:03:55.150Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c600636670c90600 -C extra-filename=-c600636670c90600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40682025-02-11T20:03:55.418Z Compiling diff v0.1.13
40692025-02-11T20:03:55.421Z Compiling unicase v2.7.0
40702025-02-11T20:03:55.421Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=126a49aa0e256b7b -C extra-filename=-126a49aa0e256b7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-02-11T20:03:55.421Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f5b0690ff74597c3 -C extra-filename=-f5b0690ff74597c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40722025-02-11T20:03:55.836Z Compiling buf-list v1.0.3
40732025-02-11T20:03:55.839Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=997e5f189818cc13 -C extra-filename=-997e5f189818cc13 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40742025-02-11T20:03:56.009Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-f5b0690ff74597c3/build-script-build`
40752025-02-11T20:03:56.196Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40762025-02-11T20:03:56.199Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/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)' --check-cfg 'cfg(feature, values())' -C metadata=aad0cf5bfe79ea8f -C extra-filename=-aad0cf5bfe79ea8f --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-9d458307bf9bbccd.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-a22cf6386db4081c.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-49f9b008245b05b2.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-488b3fd28ea1d9c2.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-0d4bb991208f73b6.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-3aa54ae74e4560a1.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-68b6be0134e0cfaa.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.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-0020565dc9f5640f/out/lib`
40772025-02-11T20:03:56.311Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=7c6b29a92d3744fc -C extra-filename=-7c6b29a92d3744fc --out-dir /work/oxidecomputer/omicron/target/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`
40782025-02-11T20:03:56.502Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-997e5f189818cc13/build-script-build`
40792025-02-11T20:03:56.591Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=767e7deaf3bc109b -C extra-filename=-767e7deaf3bc109b --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-369ee3d2c774136a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40802025-02-11T20:03:56.697Z Compiling dsl_auto_type v0.1.2
40812025-02-11T20:03:56.700Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c33c587a222ff461 -C extra-filename=-c33c587a222ff461 --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-0be92ea757c2bbdc.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40822025-02-11T20:03:57.187Z Dirty tokio-rustls v0.25.0: the rustflags changed
40832025-02-11T20:03:57.187Z Compiling tokio-rustls v0.25.0
40842025-02-11T20:03:57.238Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=22d667f1b82f1b2b -C extra-filename=-22d667f1b82f1b2b --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-28fb91b463f9c83f.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
40852025-02-11T20:03:57.584Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=d8c7fc8639698caa -C extra-filename=-d8c7fc8639698caa --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-c8cf29938842673a.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-22d667f1b82f1b2b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
40862025-02-11T20:03:58.197Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=90b29e6672e882f1 -C extra-filename=-90b29e6672e882f1 --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-b4f7f05ffcdc9508.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-9b7b08c26563aa78.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-7028d95aaefd11de.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-181d8e662fc1873f.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-70affaa4c0e4b13a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-899aaefeecb5158e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-22d667f1b82f1b2b.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-c6efa411e52fb3a4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
40872025-02-11T20:03:59.990Z Dirty tokio-rustls v0.26.0: the rustflags changed
40882025-02-11T20:03:59.990Z Compiling tokio-rustls v0.26.0
40892025-02-11T20:03:59.993Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=cde8bbe56b07bb00 -C extra-filename=-cde8bbe56b07bb00 --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-30a3e23abaed8fa4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40902025-02-11T20:04:00.482Z Dirty hyper-rustls v0.27.3: the rustflags changed
40912025-02-11T20:04:00.482Z Compiling hyper-rustls v0.27.3
40922025-02-11T20:04:00.485Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e94ebad784a62a7c -C extra-filename=-e94ebad784a62a7c --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
40932025-02-11T20:04:01.116Z Dirty reqwest v0.12.9: the rustflags changed
40942025-02-11T20:04:01.116Z Compiling reqwest v0.12.9
40952025-02-11T20:04:01.119Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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)' --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=2321947c9d8de626 -C extra-filename=-2321947c9d8de626 --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-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-8982226b92b6a121.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-5bbd5d6599ea15c7.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-86504aebe9fa79d3.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-3bd5ca37342f89ca.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-3fd47857214c95c3.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-3254d8bd5b5a5b00.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-a5914ea7e9a792fe.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-858a6a014913e61b.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-12aab8f306fe6ace.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
40962025-02-11T20:04:01.801Z Compiling primeorder v0.13.6
40972025-02-11T20:04:01.803Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=19430a2f6f3e4d50 -C extra-filename=-19430a2f6f3e4d50 --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-8b045f88d51ec976.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-02-11T20:04:02.350Z Dirty qorb v0.2.1: the rustflags changed
40992025-02-11T20:04:02.350Z Compiling qorb v0.2.1
41002025-02-11T20:04:02.353Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=1e7a4906e894fba9 -C extra-filename=-1e7a4906e894fba9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-ad6d2c81a6c8596a.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
41012025-02-11T20:04:03.860Z Compiling diesel_table_macro_syntax v0.2.0
41022025-02-11T20:04:03.867Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9906c69b4514faad -C extra-filename=-9906c69b4514faad --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-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41032025-02-11T20:04:04.296Z Compiling scheduled-thread-pool v0.2.7
41042025-02-11T20:04:04.320Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2cd1b933f756e878 -C extra-filename=-2cd1b933f756e878 --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-365b5e5d8440e68d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-02-11T20:04:04.913Z Compiling progenitor-client v0.9.1
41062025-02-11T20:04:04.915Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0c2418ecdc9a6ddc -C extra-filename=-0c2418ecdc9a6ddc --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41072025-02-11T20:04:05.472Z Compiling progenitor-client v0.8.0
41082025-02-11T20:04:05.475Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b4ba09d04cf3727f -C extra-filename=-b4ba09d04cf3727f --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-369ee3d2c774136a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41092025-02-11T20:04:05.962Z Compiling progenitor v0.8.0
41102025-02-11T20:04:05.964Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5a61bef7d72191fb -C extra-filename=-5a61bef7d72191fb --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-b4ba09d04cf3727f.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-39f374c3062f1ce9.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-836cffb8d52dc56d.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41112025-02-11T20:04:05.992Z Compiling progenitor v0.9.1
41122025-02-11T20:04:05.996Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=b5a8abfe1d5f24c4 -C extra-filename=-b5a8abfe1d5f24c4 --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-0c2418ecdc9a6ddc.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-e0805c1659769c3a.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-240e22d01b9d52c9.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41132025-02-11T20:04:06.084Z Compiling omicron-zone-package v0.12.0
41142025-02-11T20:04:06.108Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fb6e52c49088d658 -C extra-filename=-fb6e52c49088d658 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-9e213122458c7cb9.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-63a0a4b260398455.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41152025-02-11T20:04:06.125Z Compiling crunchy v0.2.2
41162025-02-11T20:04:06.133Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=7dc93288534e917a -C extra-filename=-7dc93288534e917a --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41172025-02-11T20:04:06.206Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41182025-02-11T20:04:06.209Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e3c97357f3d57c1 -C extra-filename=-6e3c97357f3d57c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a61bef7d72191fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41192025-02-11T20:04:06.233Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41202025-02-11T20:04:06.236Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/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)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=388ef446f3d3f461 -C extra-filename=-388ef446f3d3f461 --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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a61bef7d72191fb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41212025-02-11T20:04:06.667Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
41222025-02-11T20:04:06.670Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=c2e0e0ebf8ddb165 -C extra-filename=-c2e0e0ebf8ddb165 --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-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-f0722cf227a5b7dd.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41232025-02-11T20:04:07.383Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41242025-02-11T20:04:07.386Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=a9c2ba16803fc814 -C extra-filename=-a9c2ba16803fc814 --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-07306f710fe36406.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a61bef7d72191fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41252025-02-11T20:04:08.339Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-7dc93288534e917a/build-script-build`
41262025-02-11T20:04:08.384Z Compiling r2d2 v0.8.10
41272025-02-11T20:04:08.387Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a28c88ad0319728 -C extra-filename=-7a28c88ad0319728 --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-e1464231da30ba90.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-2cd1b933f756e878.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41282025-02-11T20:04:08.800Z Compiling diesel_derives v2.2.3
41292025-02-11T20:04:08.831Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e8329521f670cb82 -C extra-filename=-e8329521f670cb82 --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-9906c69b4514faad.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-c33c587a222ff461.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41302025-02-11T20:04:08.834Z Compiling mime_guess v2.0.5
41312025-02-11T20:04:08.835Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=c59d92121d022b5c -C extra-filename=-c59d92121d022b5c --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41322025-02-11T20:04:10.067Z Compiling tiny-keccak v2.0.2
41332025-02-11T20:04:10.069Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=2aa500c54f801d70 -C extra-filename=-2aa500c54f801d70 --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41342025-02-11T20:04:10.456Z Compiling http-range v0.1.5
41352025-02-11T20:04:10.459Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71f914c4c224490a -C extra-filename=-71f914c4c224490a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41362025-02-11T20:04:10.811Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-2aa500c54f801d70/build-script-build`
41372025-02-11T20:04:10.852Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-c59d92121d022b5c/build-script-build`
41382025-02-11T20:04:10.907Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=286905b7c093fc6d -C extra-filename=-286905b7c093fc6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-02-11T20:04:11.062Z Compiling atty v0.2.14
41402025-02-11T20:04:11.070Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a8a1cd11cad22ee4 -C extra-filename=-a8a1cd11cad22ee4 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-02-11T20:04:11.256Z Compiling salty v0.3.0
41422025-02-11T20:04:11.314Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=4052f9f6f6573b34 -C extra-filename=-4052f9f6f6573b34 --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-02-11T20:04:11.762Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
41442025-02-11T20:04:11.772Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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)' --check-cfg 'cfg(feature, values())' -C metadata=8fbee1d9149391a4 -C extra-filename=-8fbee1d9149391a4 --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-c4fb5c2b4581d422.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-388ef446f3d3f461.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-04621286149e0c47.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-5fb9246bd00a14a8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d55d827c4ab3b08f.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-39aad72bc26cf0ce.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-cc978c39bae954fd.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41452025-02-11T20:04:12.008Z Compiling ref-cast v1.0.23
41462025-02-11T20:04:12.036Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=68c8938363f8106e -C extra-filename=-68c8938363f8106e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-02-11T20:04:12.047Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-4052f9f6f6573b34/build-script-build`
41482025-02-11T20:04:12.101Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=7cb8043a2b29f75a -C extra-filename=-7cb8043a2b29f75a --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-286905b7c093fc6d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-02-11T20:04:12.119Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41502025-02-11T20:04:12.168Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fd41854ad0f60f7d -C extra-filename=-fd41854ad0f60f7d --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-fd41854ad0f60f7d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dad477c818e22db8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-408ff635f0ac8c8d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41512025-02-11T20:04:12.531Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-fd41854ad0f60f7d/build-script-build`
41522025-02-11T20:04:12.576Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=776040bcc3443d7c -C extra-filename=-776040bcc3443d7c --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-a6fc717be49c6018.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dad477c818e22db8.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41532025-02-11T20:04:12.600Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41542025-02-11T20:04:12.603Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1652c58b60285ffa -C extra-filename=-1652c58b60285ffa --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-1652c58b60285ffa -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-aefe6c13cbb5287f.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41552025-02-11T20:04:12.677Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41562025-02-11T20:04:12.680Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=20f0de6c4dc8bda6 -C extra-filename=-20f0de6c4dc8bda6 --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-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41572025-02-11T20:04:12.801Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41582025-02-11T20:04:12.805Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=254b122f7dcc8666 -C extra-filename=-254b122f7dcc8666 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41592025-02-11T20:04:13.112Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41602025-02-11T20:04:13.115Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5ee5f1f13310c2b3 -C extra-filename=-5ee5f1f13310c2b3 --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-776040bcc3443d7c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41612025-02-11T20:04:13.420Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41622025-02-11T20:04:13.422Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fe67e61d52b208dd -C extra-filename=-fe67e61d52b208dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41632025-02-11T20:04:13.594Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41642025-02-11T20:04:13.597Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=4cb2843cd3c28bd4 -C extra-filename=-4cb2843cd3c28bd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41652025-02-11T20:04:13.696Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41662025-02-11T20:04:13.699Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=638422b5e2968626 -C extra-filename=-638422b5e2968626 --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-c9ee87555aabbc0a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41672025-02-11T20:04:13.768Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41682025-02-11T20:04:13.771Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=952de68ce9c8b446 -C extra-filename=-952de68ce9c8b446 --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-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41692025-02-11T20:04:14.135Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=9966520bdd030cc8 -C extra-filename=-9966520bdd030cc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41702025-02-11T20:04:17.220Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41712025-02-11T20:04:17.223Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f0ed65e76783eb1f -C extra-filename=-f0ed65e76783eb1f --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-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41722025-02-11T20:04:17.248Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41732025-02-11T20:04:17.251Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a061668951c68cf4 -C extra-filename=-a061668951c68cf4 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a061668951c68cf4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41742025-02-11T20:04:17.527Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
41752025-02-11T20:04:17.530Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c521ce9579c8dda3 -C extra-filename=-c521ce9579c8dda3 --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-776040bcc3443d7c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41762025-02-11T20:04:17.671Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a061668951c68cf4/build-script-build`
41772025-02-11T20:04:17.690Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41782025-02-11T20:04:17.704Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9e05448a681dabc7 -C extra-filename=-9e05448a681dabc7 --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-776040bcc3443d7c.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41792025-02-11T20:04:17.928Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41802025-02-11T20:04:17.944Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=273fb2df33b14bb9 -C extra-filename=-273fb2df33b14bb9 --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-2f4d20600755659a.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41812025-02-11T20:04:17.959Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41822025-02-11T20:04:17.959Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=712a514f2c12a9c1 -C extra-filename=-712a514f2c12a9c1 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-712a514f2c12a9c1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
41832025-02-11T20:04:18.345Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-68c8938363f8106e/build-script-build`
41842025-02-11T20:04:18.434Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=ae21cc598d5a09d2 -C extra-filename=-ae21cc598d5a09d2 --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-3fd47857214c95c3.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-7c6b29a92d3744fc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41852025-02-11T20:04:18.555Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
41862025-02-11T20:04:18.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=e0386b5b1b4c52d8 -C extra-filename=-e0386b5b1b4c52d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
41872025-02-11T20:04:18.937Z Compiling p384 v0.13.0
41882025-02-11T20:04:18.946Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=28fc35a96dd62f62 -C extra-filename=-28fc35a96dd62f62 --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-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-02-11T20:04:19.521Z Compiling ascii-canvas v3.0.0
41902025-02-11T20:04:19.528Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f1b42b0ee7bc462d -C extra-filename=-f1b42b0ee7bc462d --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-5f8b0ac67cd79d1f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-02-11T20:04:20.013Z Compiling ref-cast-impl v1.0.23
41922025-02-11T20:04:20.015Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0661711625af6d4c -C extra-filename=-0661711625af6d4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41932025-02-11T20:04:20.166Z Compiling ena v0.14.3
41942025-02-11T20:04:20.192Z Compiling regex-syntax v0.6.29
41952025-02-11T20:04:20.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=ce4111346ccb5969 -C extra-filename=-ce4111346ccb5969 --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-02-11T20:04:20.195Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=eaba3aeca78ad168 -C extra-filename=-eaba3aeca78ad168 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41972025-02-11T20:04:20.439Z Compiling hyper-staticfile v0.10.1
41982025-02-11T20:04:20.442Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0ddb5968cd266eec -C extra-filename=-0ddb5968cd266eec --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-e9467ca7ef9bcfa8.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-ae21cc598d5a09d2.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41992025-02-11T20:04:20.578Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-712a514f2c12a9c1/build-script-build`
42002025-02-11T20:04:20.619Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42012025-02-11T20:04:20.621Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bc37a2cf246e262e -C extra-filename=-bc37a2cf246e262e --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42022025-02-11T20:04:21.121Z Compiling diesel v2.2.6
42032025-02-11T20:04:21.124Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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)' --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=4fa9166bb659a023 -C extra-filename=-4fa9166bb659a023 --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-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-e8329521f670cb82.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-7a28c88ad0319728.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42042025-02-11T20:04:21.335Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4815cf05eaadddd2 -C extra-filename=-4815cf05eaadddd2 --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-0661711625af6d4c.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)'`
42052025-02-11T20:04:21.450Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42062025-02-11T20:04:21.453Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9e361cdab1e083fc -C extra-filename=-9e361cdab1e083fc --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-369ee3d2c774136a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42072025-02-11T20:04:21.508Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=75c954b1827d3b2d -C extra-filename=-75c954b1827d3b2d --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-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42082025-02-11T20:04:22.029Z Compiling env_filter v0.1.2
42092025-02-11T20:04:22.073Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=bb4955ef2c5e36ae -C extra-filename=-bb4955ef2c5e36ae --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42102025-02-11T20:04:22.488Z Compiling env_logger v0.11.5
42112025-02-11T20:04:22.491Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=c03b935ea1f4bb5f -C extra-filename=-c03b935ea1f4bb5f --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-bb4955ef2c5e36ae.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42122025-02-11T20:04:22.694Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42132025-02-11T20:04:22.696Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=e2723da945d5afa6 -C extra-filename=-e2723da945d5afa6 --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-9f2de0cca6729757.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-75c954b1827d3b2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42142025-02-11T20:04:23.179Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42152025-02-11T20:04:23.223Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bd41e1ce6ccd6297 -C extra-filename=-bd41e1ce6ccd6297 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-bd41e1ce6ccd6297 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42162025-02-11T20:04:23.573Z Compiling lalrpop v0.19.12
42172025-02-11T20:04:23.576Z Compiling derive_builder_core v0.20.2
42182025-02-11T20:04:23.576Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=59a73d3e586198f1 -C extra-filename=-59a73d3e586198f1 --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-f1b42b0ee7bc462d.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-126a49aa0e256b7b.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-ce4111346ccb5969.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-eaba3aeca78ad168.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-7cb8043a2b29f75a.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a0e8137b2872d57c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-02-11T20:04:23.576Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=c09288cae9a60134 -C extra-filename=-c09288cae9a60134 --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-0be92ea757c2bbdc.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42202025-02-11T20:04:23.844Z Compiling libxml v0.3.3
42212025-02-11T20:04:23.870Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a171c2a8b9b19f8b -C extra-filename=-a171c2a8b9b19f8b --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42222025-02-11T20:04:24.287Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42232025-02-11T20:04:24.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/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)' --check-cfg 'cfg(feature, values())' -C metadata=d150f5e1f88112c0 -C extra-filename=-d150f5e1f88112c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42242025-02-11T20:04:24.668Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-d150f5e1f88112c0/build-script-build`
42252025-02-11T20:04:24.710Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-a171c2a8b9b19f8b/build-script-build`
42262025-02-11T20:04:24.761Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-bd41e1ce6ccd6297/build-script-build`
42272025-02-11T20:04:24.801Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42282025-02-11T20:04:24.840Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/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)' --check-cfg 'cfg(feature, values())' -C metadata=79d3e94a81eed64d -C extra-filename=-79d3e94a81eed64d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-96c496a36c3a16e3.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c03b935ea1f4bb5f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-02-11T20:04:25.464Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=f0b326e0bc205bca -C extra-filename=-f0b326e0bc205bca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d0ac4f2685b50c61.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e5da0062e2f2abd6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-254b122f7dcc8666.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42302025-02-11T20:04:25.732Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42312025-02-11T20:04:25.735Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b83fe793c7c110a7 -C extra-filename=-b83fe793c7c110a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42322025-02-11T20:04:25.808Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42332025-02-11T20:04:25.849Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1e569ba1b5c90d38 -C extra-filename=-1e569ba1b5c90d38 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42342025-02-11T20:04:26.070Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42352025-02-11T20:04:26.073Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ba0425e7cbb8ba41 -C extra-filename=-ba0425e7cbb8ba41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42362025-02-11T20:04:28.974Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42372025-02-11T20:04:28.976Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e9202c4e7db5385a -C extra-filename=-e9202c4e7db5385a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42382025-02-11T20:04:30.747Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42392025-02-11T20:04:30.749Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3497c5ef87cb86a1 -C extra-filename=-3497c5ef87cb86a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42402025-02-11T20:04:31.696Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42412025-02-11T20:04:31.698Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=4bad00c4b240de7f -C extra-filename=-4bad00c4b240de7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8fbee1d9149391a4.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
42422025-02-11T20:04:32.825Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=34b42056888dff34 -C extra-filename=-34b42056888dff34 --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-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-9966520bdd030cc8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42432025-02-11T20:04:34.179Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42442025-02-11T20:04:34.181Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ea8a1ffbba354ca3 -C extra-filename=-ea8a1ffbba354ca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42452025-02-11T20:04:34.459Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42462025-02-11T20:04:34.461Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1176b72a31109b70 -C extra-filename=-1176b72a31109b70 --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-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42472025-02-11T20:04:34.598Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-1652c58b60285ffa/build-script-build`
42482025-02-11T20:04:34.801Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42492025-02-11T20:04:34.805Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1301748700c8fd9f -C extra-filename=-1301748700c8fd9f --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42502025-02-11T20:04:35.892Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42512025-02-11T20:04:35.894Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e69d2b1a20c423c6 -C extra-filename=-e69d2b1a20c423c6 --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-721bb5b37e92804c.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42522025-02-11T20:04:36.179Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=169b89afb2410ea4 -C extra-filename=-169b89afb2410ea4 --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42532025-02-11T20:04:36.192Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42542025-02-11T20:04:36.194Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1f82969cde3edb4c -C extra-filename=-1f82969cde3edb4c --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-dd31d19c4ed69e7e.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42552025-02-11T20:04:36.975Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=541fb791f743c3c0 -C extra-filename=-541fb791f743c3c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34b42056888dff34.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42562025-02-11T20:04:37.002Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42572025-02-11T20:04:37.002Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4f7498a3ec2e53cc -C extra-filename=-4f7498a3ec2e53cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42582025-02-11T20:04:37.755Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42592025-02-11T20:04:37.758Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9744df043d894a5c -C extra-filename=-9744df043d894a5c --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-f0b326e0bc205bca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42602025-02-11T20:04:38.804Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42612025-02-11T20:04:38.807Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e13ffdd7a8156e42 -C extra-filename=-e13ffdd7a8156e42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42622025-02-11T20:04:39.974Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=80a4864e9ad3bab2 -C extra-filename=-80a4864e9ad3bab2 --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-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42632025-02-11T20:04:40.596Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42642025-02-11T20:04:40.599Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b282e7a9bd172109 -C extra-filename=-b282e7a9bd172109 --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-776040bcc3443d7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-541fb791f743c3c0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34b42056888dff34.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42652025-02-11T20:04:41.260Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42662025-02-11T20:04:41.264Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8336116beb9a0629 -C extra-filename=-8336116beb9a0629 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42672025-02-11T20:04:41.876Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42682025-02-11T20:04:41.879Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=599b7c0e24818dc0 -C extra-filename=-599b7c0e24818dc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42692025-02-11T20:04:48.248Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42702025-02-11T20:04:48.251Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9fe040e0b36a79a1 -C extra-filename=-9fe040e0b36a79a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea8a1ffbba354ca3.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b282e7a9bd172109.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42712025-02-11T20:04:48.692Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42722025-02-11T20:04:48.696Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e47d5006890af801 -C extra-filename=-e47d5006890af801 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42732025-02-11T20:04:48.817Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42742025-02-11T20:04:48.841Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f410b3a33b57be4d -C extra-filename=-f410b3a33b57be4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42752025-02-11T20:04:50.525Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42762025-02-11T20:04:50.527Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=dbd816554aea9154 -C extra-filename=-dbd816554aea9154 --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-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42772025-02-11T20:04:53.371Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42782025-02-11T20:04:53.374Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2839ba26141d20e2 -C extra-filename=-2839ba26141d20e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-29027c09d7fb4952.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
42792025-02-11T20:04:54.358Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42802025-02-11T20:04:54.361Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=888e1b18038682b9 -C extra-filename=-888e1b18038682b9 --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-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42812025-02-11T20:04:56.328Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=d99191698e924cea -C extra-filename=-d99191698e924cea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42822025-02-11T20:04:56.838Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42832025-02-11T20:04:56.841Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7e8981919df42d02 -C extra-filename=-7e8981919df42d02 --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-a9c2ba16803fc814.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42842025-02-11T20:04:57.316Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42852025-02-11T20:04:57.319Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f17444d1a483b115 -C extra-filename=-f17444d1a483b115 --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-92d4ef3e0c09d06b.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42862025-02-11T20:04:58.506Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42872025-02-11T20:04:58.509Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ffb91801b6a77ad2 -C extra-filename=-ffb91801b6a77ad2 --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-2874f8c4e7350fed.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42882025-02-11T20:04:59.206Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42892025-02-11T20:04:59.230Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=eb1de6ace61a2d46 -C extra-filename=-eb1de6ace61a2d46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
42902025-02-11T20:04:59.354Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
42912025-02-11T20:04:59.357Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1edb0c1add4c95a2 -C extra-filename=-1edb0c1add4c95a2 --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-7e56c3e06a940178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42922025-02-11T20:04:59.410Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42932025-02-11T20:04:59.413Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3c8caea1daf3740a -C extra-filename=-3c8caea1daf3740a --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-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42942025-02-11T20:05:01.194Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
42952025-02-11T20:05:01.197Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=aafb6516fdb5806a -C extra-filename=-aafb6516fdb5806a --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
42962025-02-11T20:05:01.257Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42972025-02-11T20:05:01.281Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e88058e872c44bad -C extra-filename=-e88058e872c44bad --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42982025-02-11T20:05:03.147Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
42992025-02-11T20:05:03.150Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1250f2e7b5cf3e5f -C extra-filename=-1250f2e7b5cf3e5f --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-91fc1f3a7027e178.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43002025-02-11T20:05:03.200Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43012025-02-11T20:05:03.203Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cad684438b027676 -C extra-filename=-cad684438b027676 --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-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43022025-02-11T20:05:03.748Z Compiling derive_builder_macro v0.20.2
43032025-02-11T20:05:03.750Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=efb3bf484172a3f8 -C extra-filename=-efb3bf484172a3f8 --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-c09288cae9a60134.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43042025-02-11T20:05:04.637Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8e711cf06ab770f3 -C extra-filename=-8e711cf06ab770f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43052025-02-11T20:05:04.714Z Compiling samael v0.0.17
43062025-02-11T20:05:04.717Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=26306d0cfb708542 -C extra-filename=-26306d0cfb708542 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-26306d0cfb708542 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-fc0e9f33201563cb.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43072025-02-11T20:05:04.873Z Compiling strum_macros v0.24.3
43082025-02-11T20:05:04.877Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d0d8c9fa65644ebb -C extra-filename=-d0d8c9fa65644ebb --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-17774551a3c17b51.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43092025-02-11T20:05:05.455Z Dirty cargo-platform v0.1.8: the rustflags changed
43102025-02-11T20:05:05.455Z Compiling cargo-platform v0.1.8
43112025-02-11T20:05:05.457Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d13ae0074c7b6dca -C extra-filename=-d13ae0074c7b6dca --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122025-02-11T20:05:06.016Z Compiling pin-project-internal v1.1.6
43132025-02-11T20:05:06.019Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3a4c864525526358 -C extra-filename=-3a4c864525526358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43142025-02-11T20:05:07.256Z Compiling indoc v1.0.9
43152025-02-11T20:05:07.258Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=af0b922751e7470c -C extra-filename=-af0b922751e7470c --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`
43162025-02-11T20:05:08.266Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-26306d0cfb708542/build-script-bindings`
43172025-02-11T20:05:08.375Z Dirty cargo_metadata v0.18.1: the rustflags changed
43182025-02-11T20:05:08.375Z Compiling cargo_metadata v0.18.1
43192025-02-11T20:05:08.410Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=f5800d1df969a089 -C extra-filename=-f5800d1df969a089 --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-b1ce1825125c2b44.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-d13ae0074c7b6dca.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202025-02-11T20:05:09.005Z Compiling pin-project v1.1.6
43212025-02-11T20:05:09.008Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=163a84fb3886e613 -C extra-filename=-163a84fb3886e613 --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-3a4c864525526358.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222025-02-11T20:05:09.189Z Compiling derive_builder v0.20.2
43232025-02-11T20:05:09.191Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=34844a80dde02151 -C extra-filename=-34844a80dde02151 --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-efb3bf484172a3f8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43242025-02-11T20:05:09.396Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/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)' --check-cfg 'cfg(feature, values())' -C metadata=dbac14cf831c5ff1 -C extra-filename=-dbac14cf831c5ff1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-e2723da945d5afa6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-79d3e94a81eed64d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
43252025-02-11T20:05:10.327Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=36d76c5237182c46 -C extra-filename=-36d76c5237182c46 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43262025-02-11T20:05:11.553Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43272025-02-11T20:05:11.556Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=87054f6513d85948 -C extra-filename=-87054f6513d85948 --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43282025-02-11T20:05:11.630Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43292025-02-11T20:05:11.654Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5039e45b10f32f6c -C extra-filename=-5039e45b10f32f6c --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-5039e45b10f32f6c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43302025-02-11T20:05:12.006Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43312025-02-11T20:05:12.009Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=acdc70605967698e -C extra-filename=-acdc70605967698e --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-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43322025-02-11T20:05:12.827Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
43332025-02-11T20:05:12.830Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=90f1ab371215534e -C extra-filename=-90f1ab371215534e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-dd1ad69982f96338.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-361a3d6a539700a6.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-d55d827c4ab3b08f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
43342025-02-11T20:05:12.853Z Compiling quick-xml v0.33.0
43352025-02-11T20:05:12.890Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=40dc9cc2ae614686 -C extra-filename=-40dc9cc2ae614686 --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-4182dae7cc683f1e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43362025-02-11T20:05:14.011Z Compiling impl-trait-for-tuples v0.2.2
43372025-02-11T20:05:14.014Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3a8991202317ba87 -C extra-filename=-3a8991202317ba87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382025-02-11T20:05:16.013Z Compiling oso-derive v0.27.3
43392025-02-11T20:05:16.015Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9cd0c6030bffc3a0 -C extra-filename=-9cd0c6030bffc3a0 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402025-02-11T20:05:16.710Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=10f3660224c58a17 -C extra-filename=-10f3660224c58a17 --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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-34844a80dde02151.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-36d76c5237182c46.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-0545e742edad87bb.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-40dc9cc2ae614686.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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`
43412025-02-11T20:05:17.182Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-5039e45b10f32f6c/build-script-build`
43422025-02-11T20:05:17.197Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43432025-02-11T20:05:17.200Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=984fef063dde39c9 -C extra-filename=-984fef063dde39c9 --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-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43442025-02-11T20:05:18.438Z Compiling signal-hook-tokio v0.3.1
43452025-02-11T20:05:18.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=8dc07e1b31edea0c -C extra-filename=-8dc07e1b31edea0c --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-6723a47d595cc3af.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43462025-02-11T20:05:18.665Z Compiling snafu-derive v0.8.5
43472025-02-11T20:05:18.667Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=3897104b3b27d175 -C extra-filename=-3897104b3b27d175 --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-eca0aece77251b6e.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43482025-02-11T20:05:18.992Z Compiling memoffset v0.9.1
43492025-02-11T20:05:19.024Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ab9632249e53424a -C extra-filename=-ab9632249e53424a --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-c3c9b6fd71e894f1.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502025-02-11T20:05:19.409Z Compiling diesel-dtrace v0.4.2
43512025-02-11T20:05:19.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=07b8ffc7a04b311c -C extra-filename=-07b8ffc7a04b311c --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522025-02-11T20:05:19.658Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ab9632249e53424a/build-script-build`
43532025-02-11T20:05:19.838Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-07b8ffc7a04b311c/build-script-build`
43542025-02-11T20:05:19.842Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43552025-02-11T20:05:19.868Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=70527085a883d7b0 -C extra-filename=-70527085a883d7b0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43562025-02-11T20:05:19.906Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43572025-02-11T20:05:19.909Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3bdf84a2b5eb7f7c -C extra-filename=-3bdf84a2b5eb7f7c --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-90b29e6672e882f1.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
43582025-02-11T20:05:21.217Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43592025-02-11T20:05:21.220Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=204e800607a7d467 -C extra-filename=-204e800607a7d467 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-204e800607a7d467 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43602025-02-11T20:05:21.642Z Compiling olpc-cjson v0.1.4
43612025-02-11T20:05:21.645Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8382572a2c2151ca -C extra-filename=-8382572a2c2151ca --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-ea999eb0da411208.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622025-02-11T20:05:21.956Z Compiling globset v0.4.15
43632025-02-11T20:05:21.979Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=70d86b282a4a6fe3 -C extra-filename=-70d86b282a4a6fe3 --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-c3065e531983c7c3.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43642025-02-11T20:05:22.598Z Compiling bb8 v0.8.5
43652025-02-11T20:05:22.645Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=7788b6583a23bf62 -C extra-filename=-7788b6583a23bf62 --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-2874f8c4e7350fed.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-365b5e5d8440e68d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662025-02-11T20:05:23.181Z Compiling serde_plain v1.0.2
43672025-02-11T20:05:23.184Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9eb7bdf34dd5be0a -C extra-filename=-9eb7bdf34dd5be0a --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682025-02-11T20:05:23.576Z Compiling typed-path v0.9.3
43692025-02-11T20:05:23.579Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=00efbcbd408a5e8a -C extra-filename=-00efbcbd408a5e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702025-02-11T20:05:23.597Z Compiling async-bb8-diesel v0.2.1
43712025-02-11T20:05:23.600Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=4fc27e504ca7c588 -C extra-filename=-4fc27e504ca7c588 --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-2874f8c4e7350fed.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-7788b6583a23bf62.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43722025-02-11T20:05:23.877Z Compiling snafu v0.8.5
43732025-02-11T20:05:23.880Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=f8f278032c053caa -C extra-filename=-f8f278032c053caa --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-6723a47d595cc3af.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-3897104b3b27d175.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742025-02-11T20:05:24.372Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-204e800607a7d467/build-script-build`
43752025-02-11T20:05:24.413Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=878292ffcfb27a80 -C extra-filename=-878292ffcfb27a80 --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-4fa9166bb659a023.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43762025-02-11T20:05:24.673Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=97c31aaf91558fd5 -C extra-filename=-97c31aaf91558fd5 --out-dir /work/oxidecomputer/omicron/target/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`
43772025-02-11T20:05:24.825Z Compiling tungstenite v0.23.0
43782025-02-11T20:05:24.828Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3de90e2f9905e9bf -C extra-filename=-3de90e2f9905e9bf --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-876b15a9d7bdd3ca.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-7259561918d96c79.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-f2c4e1bab67cf4d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792025-02-11T20:05:24.870Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43802025-02-11T20:05:24.872Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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)' --check-cfg 'cfg(feature, values())' -C metadata=b5c31cdbc4155e16 -C extra-filename=-b5c31cdbc4155e16 --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-8e4a03f715f1d52e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812025-02-11T20:05:25.262Z Compiling parse-size v1.1.0
43822025-02-11T20:05:25.265Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=8d980178b4de34a3 -C extra-filename=-8d980178b4de34a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832025-02-11T20:05:25.540Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-b5c31cdbc4155e16/build-script-build`
43842025-02-11T20:05:25.630Z Compiling nix v0.27.1
43852025-02-11T20:05:25.657Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9c54dbdfa4454e44 -C extra-filename=-9c54dbdfa4454e44 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-97c31aaf91558fd5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43862025-02-11T20:05:26.695Z Compiling tough v0.19.0
43872025-02-11T20:05:26.698Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=3312dafc5ef36062 -C extra-filename=-3312dafc5ef36062 --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-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-70d86b282a4a6fe3.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-8382572a2c2151ca.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-9eb7bdf34dd5be0a.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-f8f278032c053caa.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-00efbcbd408a5e8a.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-6742e56345b9f870.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
43882025-02-11T20:05:27.007Z Compiling tokio-tungstenite v0.23.1
43892025-02-11T20:05:27.009Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9b9e009375329649 -C extra-filename=-9b9e009375329649 --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-839ba9a41c83a702.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-3de90e2f9905e9bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902025-02-11T20:05:27.438Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43912025-02-11T20:05:27.441Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=737a135db994e011 -C extra-filename=-737a135db994e011 --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-876b15a9d7bdd3ca.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-9db9fb99ac35bda9.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-2d48586636f54240.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922025-02-11T20:05:27.574Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43932025-02-11T20:05:27.576Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=765f12096922edb0 -C extra-filename=-765f12096922edb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
43942025-02-11T20:05:27.802Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/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)' --check-cfg 'cfg(feature, values())' -C metadata=2bc24ebc10c8d441 -C extra-filename=-2bc24ebc10c8d441 --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-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-388aa9c288f89859.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-d359207ba9fb3377.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-cb7533aca109a600.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-9c54dbdfa4454e44.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-c3b633c9a4f788c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-737a135db994e011.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.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-0020565dc9f5640f/out/lib`
43952025-02-11T20:05:30.883Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
43962025-02-11T20:05:30.908Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ee9a2ce34957c3a6 -C extra-filename=-ee9a2ce34957c3a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
43972025-02-11T20:05:31.085Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
43982025-02-11T20:05:31.087Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9f97729961e09cb1 -C extra-filename=-9f97729961e09cb1 --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
43992025-02-11T20:05:31.629Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44002025-02-11T20:05:31.632Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7c65dd97560252ff -C extra-filename=-7c65dd97560252ff --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44012025-02-11T20:05:33.389Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
44022025-02-11T20:05:33.392Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cf3c02633434d1e5 -C extra-filename=-cf3c02633434d1e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
44032025-02-11T20:05:34.132Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44042025-02-11T20:05:34.135Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d2a648bb80f8b47d -C extra-filename=-d2a648bb80f8b47d --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-721bb5b37e92804c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44052025-02-11T20:05:34.522Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44062025-02-11T20:05:34.524Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4841f9c95fa206a0 -C extra-filename=-4841f9c95fa206a0 --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-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44072025-02-11T20:05:36.261Z Compiling rand_seeder v0.3.0
44082025-02-11T20:05:36.264Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eda3ebae96a89463 -C extra-filename=-eda3ebae96a89463 --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-4bd757ad22864a11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44092025-02-11T20:05:36.623Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44102025-02-11T20:05:36.625Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7338384a3441246b -C extra-filename=-7338384a3441246b --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44112025-02-11T20:05:36.850Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
44122025-02-11T20:05:36.853Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/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)' --check-cfg 'cfg(feature, values())' -C metadata=bb9d0d53b52319aa -C extra-filename=-bb9d0d53b52319aa --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-17774551a3c17b51.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44132025-02-11T20:05:38.276Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44142025-02-11T20:05:38.278Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=787a710bee10211c -C extra-filename=-787a710bee10211c --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-b1ce1825125c2b44.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
44152025-02-11T20:05:38.718Z Compiling assert_matches v1.5.0
44162025-02-11T20:05:38.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f7b0236d3ba61eae -C extra-filename=-f7b0236d3ba61eae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44172025-02-11T20:05:38.860Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44182025-02-11T20:05:38.863Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=14f0d9d0843df0b6 -C extra-filename=-14f0d9d0843df0b6 --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-65434bb74d6027e2.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44192025-02-11T20:05:39.149Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44202025-02-11T20:05:39.152Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b443d9f78f27123a -C extra-filename=-b443d9f78f27123a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44212025-02-11T20:05:39.830Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44222025-02-11T20:05:39.832Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7bca9ce875704e33 -C extra-filename=-7bca9ce875704e33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44232025-02-11T20:05:40.810Z Compiling libz-sys v1.1.20
44242025-02-11T20:05:40.813Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=40d893c8cd186827 -C extra-filename=-40d893c8cd186827 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44252025-02-11T20:05:41.177Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44262025-02-11T20:05:41.205Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=421aaadd6f765535 -C extra-filename=-421aaadd6f765535 --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-2874f8c4e7350fed.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44272025-02-11T20:05:41.632Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-40d893c8cd186827/build-script-build`
44282025-02-11T20:05:41.762Z Compiling libgit2-sys v0.17.0+1.8.1
44292025-02-11T20:05:41.765Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=336ad6966f857274 -C extra-filename=-336ad6966f857274 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d1017860bc73739d.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44302025-02-11T20:05:41.789Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=1070e00b548fed23 -C extra-filename=-1070e00b548fed23 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44312025-02-11T20:05:41.974Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44322025-02-11T20:05:41.977Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=88d098eceba4d1a4 -C extra-filename=-88d098eceba4d1a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44332025-02-11T20:05:42.695Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-336ad6966f857274/build-script-build`
44342025-02-11T20:05:44.019Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44352025-02-11T20:05:44.024Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b22f2fda121183cd -C extra-filename=-b22f2fda121183cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44362025-02-11T20:05:48.773Z Compiling castaway v0.2.3
44372025-02-11T20:05:48.776Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=66fa274dbb9e0cde -C extra-filename=-66fa274dbb9e0cde --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-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44382025-02-11T20:05:48.985Z Compiling compact_str v0.8.0
44392025-02-11T20:05:48.987Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=29cd57a7e6707029 -C extra-filename=-29cd57a7e6707029 --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-66fa274dbb9e0cde.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44402025-02-11T20:05:50.369Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44412025-02-11T20:05:50.371Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fc8c4e4a44d1dc05 -C extra-filename=-fc8c4e4a44d1dc05 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64`
44422025-02-11T20:05:50.626Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44432025-02-11T20:05:50.628Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=042be86b02ea8ecd -C extra-filename=-042be86b02ea8ecd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44442025-02-11T20:05:50.824Z Compiling unicode-truncate v1.1.0
44452025-02-11T20:05:50.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=41de1d9c794e75c0 -C extra-filename=-41de1d9c794e75c0 --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-5ea0ab5db09c380a.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44462025-02-11T20:05:51.113Z Compiling vergen v8.3.2
44472025-02-11T20:05:51.116Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d255a1dd335e99d8 -C extra-filename=-d255a1dd335e99d8 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-99c0464e9f1cdfe0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44482025-02-11T20:05:51.514Z Compiling instability v0.3.2
44492025-02-11T20:05:51.516Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=22f53b5799858d20 -C extra-filename=-22f53b5799858d20 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44502025-02-11T20:05:52.287Z Compiling lru v0.12.5
44512025-02-11T20:05:52.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=6119d29680db5e2a -C extra-filename=-6119d29680db5e2a --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-9285703b23ee883d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44522025-02-11T20:05:52.523Z Compiling cassowary v0.3.0
44532025-02-11T20:05:52.526Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c81596e43e165557 -C extra-filename=-c81596e43e165557 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44542025-02-11T20:05:52.588Z Compiling is_ci v1.2.0
44552025-02-11T20:05:52.591Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=536baa71529d4cc2 -C extra-filename=-536baa71529d4cc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44562025-02-11T20:05:52.689Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-d255a1dd335e99d8/build-script-build`
44572025-02-11T20:05:52.729Z Compiling supports-color v3.0.1
44582025-02-11T20:05:52.732Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d33f6c99d7e4358a -C extra-filename=-d33f6c99d7e4358a --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-536baa71529d4cc2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592025-02-11T20:05:52.828Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44602025-02-11T20:05:52.831Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d780c8b88d5bc107 -C extra-filename=-d780c8b88d5bc107 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d780c8b88d5bc107 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44612025-02-11T20:05:53.042Z Compiling ratatui v0.28.1
44622025-02-11T20:05:53.045Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=f6c2d1e6aeb6f012 -C extra-filename=-f6c2d1e6aeb6f012 --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-01159dab402db438.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-c81596e43e165557.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-29cd57a7e6707029.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-22f53b5799858d20.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-6119d29680db5e2a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-95ecb928327d59d9.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-4466e3a88ed6f5e1.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-41de1d9c794e75c0.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632025-02-11T20:05:53.213Z Compiling libsqlite3-sys v0.30.1
44642025-02-11T20:05:53.215Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4c0176f7ef66d011 -C extra-filename=-4c0176f7ef66d011 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-afaad52f9c8e0636.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-a14e1f9b807d2369.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652025-02-11T20:05:53.611Z Compiling rustls v0.21.12
44662025-02-11T20:05:53.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=6e1c16b4aaa06f54 -C extra-filename=-6e1c16b4aaa06f54 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672025-02-11T20:05:53.850Z Compiling cfg_aliases v0.2.1
44682025-02-11T20:05:53.853Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1c374d73a98f4199 -C extra-filename=-1c374d73a98f4199 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692025-02-11T20:05:54.005Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-6e1c16b4aaa06f54/build-script-build`
44702025-02-11T20:05:54.008Z Compiling nix v0.29.0
44712025-02-11T20:05:54.008Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=9d3ace52184dea23 -C extra-filename=-9d3ace52184dea23 --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-1c374d73a98f4199.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722025-02-11T20:05:54.044Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-4c0176f7ef66d011/build-script-build`
44732025-02-11T20:05:54.100Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d780c8b88d5bc107/build-script-build`
44742025-02-11T20:05:54.132Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44752025-02-11T20:05:54.134Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=42900ade16a4674c -C extra-filename=-42900ade16a4674c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44762025-02-11T20:05:54.992Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44772025-02-11T20:05:54.995Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2ee69c61c3f59c2e -C extra-filename=-2ee69c61c3f59c2e --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-90b29e6672e882f1.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44782025-02-11T20:05:58.387Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44792025-02-11T20:05:58.390Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d4e5c3f967930896 -C extra-filename=-d4e5c3f967930896 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d4e5c3f967930896 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44802025-02-11T20:05:58.756Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44812025-02-11T20:05:58.758Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=38badc07dbf922cc -C extra-filename=-38badc07dbf922cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-38badc07dbf922cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
44822025-02-11T20:05:58.986Z Compiling rustls-webpki v0.101.7
44832025-02-11T20:05:58.990Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=965330a0602fd212 -C extra-filename=-965330a0602fd212 --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-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44842025-02-11T20:05:59.112Z Compiling sct v0.7.1
44852025-02-11T20:05:59.120Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bc4cd1c063aadae7 -C extra-filename=-bc4cd1c063aadae7 --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-b1f8ac9d5a85687d.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-2c769ba8c7310228.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44862025-02-11T20:05:59.392Z Compiling concurrent-queue v2.5.0
44872025-02-11T20:05:59.426Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=288f296a33552798 -C extra-filename=-288f296a33552798 --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-1d9d1ebbe6560d01.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44882025-02-11T20:05:59.444Z Dirty smawk v0.3.2: the rustflags changed
44892025-02-11T20:05:59.444Z Compiling smawk v0.3.2
44902025-02-11T20:05:59.449Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=ed78df817a83bd76 -C extra-filename=-ed78df817a83bd76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44912025-02-11T20:05:59.703Z Compiling parking v2.2.1
44922025-02-11T20:05:59.705Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=9fd66ea92d357812 -C extra-filename=-9fd66ea92d357812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44932025-02-11T20:05:59.796Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44942025-02-11T20:05:59.796Z Compiling unicode-linebreak v0.1.5
44952025-02-11T20:05:59.800Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=873772f4f41133a4 -C extra-filename=-873772f4f41133a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44962025-02-11T20:06:00.136Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=d2cd6e847def9502 -C extra-filename=-d2cd6e847def9502 --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-e1464231da30ba90.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-965330a0602fd212.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-bc4cd1c063aadae7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
44972025-02-11T20:06:00.321Z Dirty textwrap v0.16.1: the rustflags changed
44982025-02-11T20:06:00.321Z Compiling textwrap v0.16.1
44992025-02-11T20:06:00.323Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=702760be8c1e8a9e -C extra-filename=-702760be8c1e8a9e --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-ed78df817a83bd76.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-873772f4f41133a4.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002025-02-11T20:06:00.637Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-38badc07dbf922cc/build-script-build`
45012025-02-11T20:06:00.678Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-d4e5c3f967930896/build-script-build`
45022025-02-11T20:06:00.719Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-9d3ace52184dea23/build-script-build`
45032025-02-11T20:06:00.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=82f09f73c6428722 -C extra-filename=-82f09f73c6428722 --out-dir /work/oxidecomputer/omicron/target/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`
45042025-02-11T20:06:01.209Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45052025-02-11T20:06:01.233Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d9362a8bcc75b974 -C extra-filename=-d9362a8bcc75b974 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d9362a8bcc75b974 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45062025-02-11T20:06:01.468Z Compiling hashlink v0.9.1
45072025-02-11T20:06:01.470Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=6cf0e5ab75d1d7f6 -C extra-filename=-6cf0e5ab75d1d7f6 --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-682884b58710368b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45082025-02-11T20:06:01.610Z Compiling fallible-streaming-iterator v0.1.9
45092025-02-11T20:06:01.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=525d7373068cbd0e -C extra-filename=-525d7373068cbd0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45102025-02-11T20:06:01.897Z Compiling fallible-iterator v0.3.0
45112025-02-11T20:06:01.901Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=eda972a751a22aec -C extra-filename=-eda972a751a22aec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45122025-02-11T20:06:02.050Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-d9362a8bcc75b974/build-script-build`
45132025-02-11T20:06:02.078Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="uio"' --check-cfg 'cfg(docsrs)' --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=e3b12ffea62c86a9 -C extra-filename=-e3b12ffea62c86a9 --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-01159dab402db438.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.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)'`
45142025-02-11T20:06:02.554Z Compiling rusqlite v0.32.1
45152025-02-11T20:06:02.557Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ce9e578ed5808b4e -C extra-filename=-ce9e578ed5808b4e --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-01159dab402db438.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-eda972a751a22aec.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-525d7373068cbd0e.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-6cf0e5ab75d1d7f6.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-82f09f73c6428722.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
45162025-02-11T20:06:02.757Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45172025-02-11T20:06:02.760Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=be26593a2f0fec93 -C extra-filename=-be26593a2f0fec93 --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-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45182025-02-11T20:06:03.802Z Compiling tokio-rustls v0.24.1
45192025-02-11T20:06:03.805Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=f067b8d891dfd9ac -C extra-filename=-f067b8d891dfd9ac --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-d2cd6e847def9502.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out`
45202025-02-11T20:06:04.243Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45212025-02-11T20:06:04.246Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3e2819d76f378cf0 -C extra-filename=-3e2819d76f378cf0 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e2819d76f378cf0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45222025-02-11T20:06:04.631Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45232025-02-11T20:06:04.633Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=caf55d5d5140ab44 -C extra-filename=-caf55d5d5140ab44 --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-721bb5b37e92804c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45242025-02-11T20:06:05.148Z Compiling rustls-pemfile v1.0.4
45252025-02-11T20:06:05.150Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=643516540c53ad0a -C extra-filename=-643516540c53ad0a --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-dd1ad69982f96338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45262025-02-11T20:06:05.554Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45272025-02-11T20:06:05.556Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/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)' --check-cfg 'cfg(feature, values())' -C metadata=47de71003ef5955e -C extra-filename=-47de71003ef5955e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45282025-02-11T20:06:05.611Z Compiling twox-hash v2.1.0
45292025-02-11T20:06:05.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=a3732aa9983979ce -C extra-filename=-a3732aa9983979ce --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-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45302025-02-11T20:06:06.113Z Compiling shell-words v1.1.0
45312025-02-11T20:06:06.116Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=46032c2ebe5e8faf -C extra-filename=-46032c2ebe5e8faf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45322025-02-11T20:06:06.445Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45332025-02-11T20:06:06.448Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/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)' --check-cfg 'cfg(feature, values())' -C metadata=d54f38f19e114b66 -C extra-filename=-d54f38f19e114b66 --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-721bb5b37e92804c.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-47de71003ef5955e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-5a61bef7d72191fb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
45342025-02-11T20:06:06.475Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-3e2819d76f378cf0/build-script-build`
45352025-02-11T20:06:06.517Z Compiling event-listener v5.3.1
45362025-02-11T20:06:06.519Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=f150509ecc6bb677 -C extra-filename=-f150509ecc6bb677 --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-288f296a33552798.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-02-11T20:06:07.117Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
45382025-02-11T20:06:07.120Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=172d40125fd00c54 -C extra-filename=-172d40125fd00c54 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64`
45392025-02-11T20:06:07.338Z Compiling fatfs v0.3.6
45402025-02-11T20:06:07.340Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=f833def048b743a6 -C extra-filename=-f833def048b743a6 --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-f603d2aad5e0b54d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412025-02-11T20:06:07.520Z Compiling event-listener-strategy v0.5.2
45422025-02-11T20:06:07.548Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=38afc57c1a5dcae0 -C extra-filename=-38afc57c1a5dcae0 --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-f150509ecc6bb677.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45432025-02-11T20:06:07.767Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45442025-02-11T20:06:07.770Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=256146b8797646f5 -C extra-filename=-256146b8797646f5 --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-721bb5b37e92804c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45452025-02-11T20:06:08.944Z Compiling csv-core v0.1.11
45462025-02-11T20:06:08.947Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=bcdde5c917cfb26d -C extra-filename=-bcdde5c917cfb26d --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-4182dae7cc683f1e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45472025-02-11T20:06:09.528Z Compiling csv v1.3.1
45482025-02-11T20:06:09.530Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9480ba7acbc5f7fc -C extra-filename=-9480ba7acbc5f7fc --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-bcdde5c917cfb26d.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-04bafa42b6ada290.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e121c62561f36b4c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45492025-02-11T20:06:09.629Z Compiling futures-lite v2.3.0
45502025-02-11T20:06:09.654Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=0754bafc128b88bc -C extra-filename=-0754bafc128b88bc --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-4f097a7529560f85.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45512025-02-11T20:06:09.780Z Compiling rtoolbox v0.0.2
45522025-02-11T20:06:09.783Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=129b79d7a89468df -C extra-filename=-129b79d7a89468df --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45532025-02-11T20:06:10.204Z Compiling plotters-backend v0.3.7
45542025-02-11T20:06:10.230Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b802ae2c4c04d23e -C extra-filename=-b802ae2c4c04d23e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45552025-02-11T20:06:10.757Z Compiling hex-literal v0.4.1
45562025-02-11T20:06:10.760Z Compiling plotters-svg v0.3.7
45572025-02-11T20:06:10.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=242028a7d9a43521 -C extra-filename=-242028a7d9a43521 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-02-11T20:06:10.781Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=b7018945b92229d4 -C extra-filename=-b7018945b92229d4 --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-b802ae2c4c04d23e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45592025-02-11T20:06:10.954Z Compiling rpassword v7.3.1
45602025-02-11T20:06:10.957Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ec10211e242c7e66 -C extra-filename=-ec10211e242c7e66 --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-d98e06afb0ecdece.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-129b79d7a89468df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45612025-02-11T20:06:11.157Z Compiling tui-tree-widget v0.22.0
45622025-02-11T20:06:11.161Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-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 embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b599a85eb199287 -C extra-filename=-0b599a85eb199287 --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-f6c2d1e6aeb6f012.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45632025-02-11T20:06:11.185Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45642025-02-11T20:06:11.188Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7961f9534dbacc28 -C extra-filename=-7961f9534dbacc28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45652025-02-11T20:06:11.271Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45662025-02-11T20:06:11.274Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0644e9de5c40697b -C extra-filename=-0644e9de5c40697b --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-ba0425e7cbb8ba41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45672025-02-11T20:06:11.520Z Compiling yansi v1.0.1
45682025-02-11T20:06:11.523Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=71f62614722d0348 -C extra-filename=-71f62614722d0348 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45692025-02-11T20:06:12.246Z Compiling cast v0.3.0
45702025-02-11T20:06:12.249Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=afc927e512dd7bbd -C extra-filename=-afc927e512dd7bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45712025-02-11T20:06:12.637Z Compiling criterion-plot v0.5.0
45722025-02-11T20:06:12.639Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5d2413ee9d53a492 -C extra-filename=-5d2413ee9d53a492 --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-afc927e512dd7bbd.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45732025-02-11T20:06:13.024Z Compiling pretty_assertions v1.4.1
45742025-02-11T20:06:13.026Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=6f24e849032ed106 -C extra-filename=-6f24e849032ed106 --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-126a49aa0e256b7b.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-71f62614722d0348.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45752025-02-11T20:06:13.108Z Compiling plotters v0.3.7
45762025-02-11T20:06:13.110Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9fe78faa31c1860b -C extra-filename=-9fe78faa31c1860b --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-e2a796a15b1388de.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-b802ae2c4c04d23e.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-b7018945b92229d4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45772025-02-11T20:06:13.540Z Compiling async-lock v3.4.0
45782025-02-11T20:06:13.543Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=f2bc449b52bba64a -C extra-filename=-f2bc449b52bba64a --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-f150509ecc6bb677.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45792025-02-11T20:06:13.598Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45802025-02-11T20:06:13.601Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4cd4233fcf9b313b -C extra-filename=-4cd4233fcf9b313b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
45812025-02-11T20:06:14.639Z Compiling polyval v0.6.2
45822025-02-11T20:06:14.642Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=2ab81f1ded0461d7 -C extra-filename=-2ab81f1ded0461d7 --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-2f4d20600755659a.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-d598cd9474a3b865.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-166721f01f81444d.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d2a7d842fffdfdb2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45832025-02-11T20:06:15.092Z Compiling polling v3.7.3
45842025-02-11T20:06:15.095Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ee70aa5cfe13d5c4 -C extra-filename=-ee70aa5cfe13d5c4 --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-2f4d20600755659a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45852025-02-11T20:06:15.266Z Compiling tinytemplate v1.2.1
45862025-02-11T20:06:15.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4909147aae3f2fab -C extra-filename=-4909147aae3f2fab --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45872025-02-11T20:06:15.749Z Compiling oorandom v11.1.4
45882025-02-11T20:06:15.751Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cb88a5c9af0d966c -C extra-filename=-cb88a5c9af0d966c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45892025-02-11T20:06:16.004Z Compiling anes v0.1.6
45902025-02-11T20:06:16.028Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=e0fb9e6f7a874f00 -C extra-filename=-e0fb9e6f7a874f00 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45912025-02-11T20:06:16.235Z Compiling async-io v2.3.4
45922025-02-11T20:06:16.237Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4cc53149eafca6fe -C extra-filename=-4cc53149eafca6fe --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-f2bc449b52bba64a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-9fd66ea92d357812.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-ee70aa5cfe13d5c4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45932025-02-11T20:06:16.496Z Compiling criterion v0.5.1
45942025-02-11T20:06:16.499Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=5f1d9a953bba4d5a -C extra-filename=-5f1d9a953bba4d5a --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-e0fb9e6f7a874f00.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-afc927e512dd7bbd.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-5d2413ee9d53a492.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-85dfffb28296b5e9.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-cb88a5c9af0d966c.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-9fe78faa31c1860b.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-4909147aae3f2fab.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45952025-02-11T20:06:18.201Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
45962025-02-11T20:06:18.204Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=76e6256eb75c935e -C extra-filename=-76e6256eb75c935e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45972025-02-11T20:06:18.332Z Compiling ghash v0.5.1
45982025-02-11T20:06:18.334Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=1cfa3950f0a60266 -C extra-filename=-1cfa3950f0a60266 --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-166721f01f81444d.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-2ab81f1ded0461d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45992025-02-11T20:06:18.561Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46002025-02-11T20:06:18.564Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=16dc4dab1921984f -C extra-filename=-16dc4dab1921984f --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-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46012025-02-11T20:06:19.997Z Compiling ctr v0.9.2
46022025-02-11T20:06:19.999Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=747fbb1d3e562941 -C extra-filename=-747fbb1d3e562941 --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46032025-02-11T20:06:20.403Z Compiling target-lexicon v0.12.16
46042025-02-11T20:06:20.406Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=9f3a9aa911990408 -C extra-filename=-9f3a9aa911990408 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46052025-02-11T20:06:21.429Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a40a5d9b66e664ea -C extra-filename=-a40a5d9b66e664ea --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-8e711cf06ab770f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46062025-02-11T20:06:22.905Z Compiling async-task v4.7.1
46072025-02-11T20:06:22.907Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=90872a456a55b7bd -C extra-filename=-90872a456a55b7bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082025-02-11T20:06:23.386Z Compiling doc-comment v0.3.3
46092025-02-11T20:06:23.389Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=d291beb540c057ac -C extra-filename=-d291beb540c057ac --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102025-02-11T20:06:24.025Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-d291beb540c057ac/build-script-build`
46112025-02-11T20:06:24.222Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-9f3a9aa911990408/build-script-build`
46122025-02-11T20:06:24.311Z Compiling aes-gcm v0.10.3
46132025-02-11T20:06:24.314Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=52c772c57d664b59 -C extra-filename=-52c772c57d664b59 --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-377e3b3aa4a52b80.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-473099c43290a81c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-1cfa3950f0a60266.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-02-11T20:06:24.662Z Compiling async-channel v2.3.1
46152025-02-11T20:06:24.665Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=fd8eac20ff582016 -C extra-filename=-fd8eac20ff582016 --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-288f296a33552798.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-38afc57c1a5dcae0.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162025-02-11T20:06:25.046Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46172025-02-11T20:06:25.048Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=738b5c2bc5110b4c -C extra-filename=-738b5c2bc5110b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
46182025-02-11T20:06:26.824Z Compiling piper v0.2.4
46192025-02-11T20:06:26.848Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=47ef65bb15fed0bf -C extra-filename=-47ef65bb15fed0bf --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-300320b4c213bb02.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46202025-02-11T20:06:27.266Z Compiling ssh-encoding v0.2.0
46212025-02-11T20:06:27.269Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=a66f236b78916709 -C extra-filename=-a66f236b78916709 --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-13c7e0208d5dc15e.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46222025-02-11T20:06:27.759Z Compiling blowfish v0.9.1
46232025-02-11T20:06:27.761Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=78cb42cea458c33e -C extra-filename=-78cb42cea458c33e --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-876b15a9d7bdd3ca.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46242025-02-11T20:06:27.918Z Compiling guppy-workspace-hack v0.1.0
46252025-02-11T20:06:27.921Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=de9a60c3d62dd8bd -C extra-filename=-de9a60c3d62dd8bd --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46262025-02-11T20:06:28.260Z Compiling assert_cmd v2.0.16
46272025-02-11T20:06:28.263Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=7c2ca44ca8dec605 -C extra-filename=-7c2ca44ca8dec605 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46282025-02-11T20:06:28.304Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-de9a60c3d62dd8bd/build-script-build`
46292025-02-11T20:06:28.344Z Compiling bcrypt-pbkdf v0.10.0
46302025-02-11T20:06:28.347Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=df334ac1455e3ebc -C extra-filename=-df334ac1455e3ebc --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-78cb42cea458c33e.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-f707f817214e2455.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312025-02-11T20:06:28.766Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-7c2ca44ca8dec605/build-script-build`
46322025-02-11T20:06:28.807Z Compiling ssh-cipher v0.2.0
46332025-02-11T20:06:28.810Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=4d4825e01ba29f8c -C extra-filename=-4d4825e01ba29f8c --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-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46342025-02-11T20:06:28.930Z Compiling blocking v1.6.1
46352025-02-11T20:06:28.950Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=176113be166c83d5 -C extra-filename=-176113be166c83d5 --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-fd8eac20ff582016.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-90872a456a55b7bd.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-47ef65bb15fed0bf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46362025-02-11T20:06:29.460Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=a937c31712671851 -C extra-filename=-a937c31712671851 --out-dir /work/oxidecomputer/omicron/target/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"'`
46372025-02-11T20:06:30.168Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=9915cd23c8dc40f2 -C extra-filename=-9915cd23c8dc40f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382025-02-11T20:06:30.297Z Compiling async-executor v1.13.1
46392025-02-11T20:06:30.321Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3f0cbba96e13a609 -C extra-filename=-3f0cbba96e13a609 --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-90872a456a55b7bd.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-288f296a33552798.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-4f097a7529560f85.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402025-02-11T20:06:30.324Z Compiling async-signal v0.2.10
46412025-02-11T20:06:30.324Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=71e186f2734b09f0 -C extra-filename=-71e186f2734b09f0 --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-4cc53149eafca6fe.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-e181b83a9834373e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46422025-02-11T20:06:30.736Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46432025-02-11T20:06:30.738Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=14ad025826c7c86f -C extra-filename=-14ad025826c7c86f --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-721bb5b37e92804c.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46442025-02-11T20:06:31.025Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46452025-02-11T20:06:31.052Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=96ace5cc9f50c677 -C extra-filename=-96ace5cc9f50c677 --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-888e1b18038682b9.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46462025-02-11T20:06:32.031Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46472025-02-11T20:06:32.034Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b462132ca9cb604b -C extra-filename=-b462132ca9cb604b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46482025-02-11T20:06:34.652Z Compiling password-hash v0.4.2
46492025-02-11T20:06:34.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=bce0a367b7f65591 -C extra-filename=-bce0a367b7f65591 --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-13c7e0208d5dc15e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46502025-02-11T20:06:35.518Z Compiling futures-timer v3.0.3
46512025-02-11T20:06:35.521Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=68ce2498e30618d8 -C extra-filename=-68ce2498e30618d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46522025-02-11T20:06:35.582Z Compiling event-listener v2.5.3
46532025-02-11T20:06:35.584Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=cb0240b2da545c44 -C extra-filename=-cb0240b2da545c44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46542025-02-11T20:06:35.955Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c55ec642439a61e1 -C extra-filename=-c55ec642439a61e1 --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-d98e06afb0ecdece.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-1070e00b548fed23.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-ba8bc5716f25c698/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46552025-02-11T20:06:36.001Z Compiling target-spec v3.2.2
46562025-02-11T20:06:36.003Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=08d55f96efeacbb6 -C extra-filename=-08d55f96efeacbb6 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46572025-02-11T20:06:36.359Z Compiling async-channel v1.9.0
46582025-02-11T20:06:36.393Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=26afa5c94eaf216c -C extra-filename=-26afa5c94eaf216c --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-288f296a33552798.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-cb0240b2da545c44.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-02-11T20:06:36.615Z Compiling git2 v0.19.0
46602025-02-11T20:06:36.617Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=637945385240e9d0 -C extra-filename=-637945385240e9d0 --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-01159dab402db438.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c55ec642439a61e1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64`
46612025-02-11T20:06:36.640Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-08d55f96efeacbb6/build-script-build`
46622025-02-11T20:06:36.677Z Compiling pbkdf2 v0.11.0
46632025-02-11T20:06:36.679Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=7bc9d81be34f91d0 -C extra-filename=-7bc9d81be34f91d0 --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-a9f2b4b6a1fbdffa.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-bce0a367b7f65591.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642025-02-11T20:06:36.711Z Compiling async-global-executor v2.4.1
46652025-02-11T20:06:36.714Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=9975d1ea4e7d0016 -C extra-filename=-9975d1ea4e7d0016 --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-fd8eac20ff582016.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-3f0cbba96e13a609.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-176113be166c83d5.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662025-02-11T20:06:37.072Z Compiling async-process v2.3.0
46672025-02-11T20:06:37.075Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=03034f22b2f03290 -C extra-filename=-03034f22b2f03290 --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-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-71e186f2734b09f0.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-f150509ecc6bb677.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46682025-02-11T20:06:38.249Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=749f9f83774d4169 -C extra-filename=-749f9f83774d4169 --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-306c1e1ce10f7b6c.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-9915cd23c8dc40f2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-109d64e5bbc58719.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-d996eddaeda82c51.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-fa99c58fe6f785df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-02-11T20:06:38.395Z Compiling cfg-expr v0.17.0
46702025-02-11T20:06:38.435Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-0.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=04b744daa2a50cdf -C extra-filename=-04b744daa2a50cdf --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-6dc292e9f3a2bf65.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-02-11T20:06:39.381Z Compiling ssh-key v0.6.6
46722025-02-11T20:06:39.401Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=6e4207fc7e1a5294 -C extra-filename=-6e4207fc7e1a5294 --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-df334ac1455e3ebc.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-b0db2b38740e3aa2.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-4d4825e01ba29f8c.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-02-11T20:06:39.861Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=55b64f6463660461 -C extra-filename=-55b64f6463660461 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46742025-02-11T20:06:39.915Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46752025-02-11T20:06:39.918Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fee59489e18532d9 -C extra-filename=-fee59489e18532d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
46762025-02-11T20:06:39.946Z Compiling p256 v0.13.2
46772025-02-11T20:06:39.949Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c722add60b2b7599 -C extra-filename=-c722add60b2b7599 --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-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-02-11T20:06:40.746Z Compiling p521 v0.13.3
46792025-02-11T20:06:40.749Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9dff52c86ad0a7bd -C extra-filename=-9dff52c86ad0a7bd --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-e8b2861f754b86e4.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-19430a2f6f3e4d50.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802025-02-11T20:06:43.065Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6a0830da2b730bbd -C extra-filename=-6a0830da2b730bbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-637945385240e9d0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.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-ba8bc5716f25c698/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)'`
46812025-02-11T20:06:43.621Z Compiling petname v2.0.2
46822025-02-11T20:06:43.623Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=19bde22a1ae852eb -C extra-filename=-19bde22a1ae852eb --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-19bde22a1ae852eb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832025-02-11T20:06:44.733Z Compiling async-attributes v1.1.2
46842025-02-11T20:06:44.756Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6c3084bf408f5617 -C extra-filename=-6c3084bf408f5617 --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-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-0b3d324b272def3b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46852025-02-11T20:06:44.775Z Compiling num_cpus v1.16.0
46862025-02-11T20:06:44.777Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6d1f07119f625c34 -C extra-filename=-6d1f07119f625c34 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872025-02-11T20:06:44.943Z Compiling russh-cryptovec v0.7.3
46882025-02-11T20:06:44.945Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5b8637a9427dfbdf -C extra-filename=-5b8637a9427dfbdf --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892025-02-11T20:06:45.299Z Compiling kv-log-macro v1.0.7
46902025-02-11T20:06:45.301Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=57e2e9693cea642b -C extra-filename=-57e2e9693cea642b --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-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46912025-02-11T20:06:45.459Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
46922025-02-11T20:06:45.461Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=188c5058cb292aca -C extra-filename=-188c5058cb292aca --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-188c5058cb292aca -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-6a0830da2b730bbd.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-ba8bc5716f25c698/out/build -L native=/usr/lib/amd64`
46932025-02-11T20:06:45.552Z Compiling md5 v0.7.0
46942025-02-11T20:06:45.555Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=3b8cb47351e01526 -C extra-filename=-3b8cb47351e01526 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46952025-02-11T20:06:45.757Z Compiling async-std v1.13.0
46962025-02-11T20:06:45.760Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8179515d914d8133 -C extra-filename=-8179515d914d8133 --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-6c3084bf408f5617.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-26afa5c94eaf216c.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-9975d1ea4e7d0016.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-4cc53149eafca6fe.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-f2bc449b52bba64a.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-03034f22b2f03290.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-0754bafc128b88bc.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-57e2e9693cea642b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-191fa3bf3ffbfed4.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-890d8c93a53b900e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-cada76e4ef944563.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972025-02-11T20:06:46.088Z Compiling russh-keys v0.45.0
46982025-02-11T20:06:46.091Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=9c2b15007476a720 -C extra-filename=-9c2b15007476a720 --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-473099c43290a81c.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-df334ac1455e3ebc.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-98f6f495d8c43e5d.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-6d7fd5a150541115.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-be7fb8384212584f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-f8ac525f227664f4.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-3b8cb47351e01526.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-7bc9d81be34f91d0.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-26d7c248217d03e5.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-c9208cf3ec75bafe.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-6e7829e22b87aae1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-d1fbc7835bc0f1b3.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-8b84945d5afed316.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992025-02-11T20:06:47.566Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-188c5058cb292aca/build-script-build`
47002025-02-11T20:06:47.974Z Compiling polar-core v0.27.3
47012025-02-11T20:06:47.977Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=d2f1cef290aec742 -C extra-filename=-d2f1cef290aec742 --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-d2f1cef290aec742 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-59a73d3e586198f1.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022025-02-11T20:06:48.483Z Compiling threadpool v1.8.1
47032025-02-11T20:06:48.485Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=846e59c413275465 -C extra-filename=-846e59c413275465 --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-6d1f07119f625c34.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042025-02-11T20:06:49.194Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-19bde22a1ae852eb/build-script-build`
47052025-02-11T20:06:49.252Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=ed92640daa33e11b -C extra-filename=-ed92640daa33e11b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-a8a1cd11cad22ee4.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-b2723b33b373661a.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-e3b12ffea62c86a9.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-ce9e578ed5808b4e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-643516540c53ad0a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f067b8d891dfd9ac.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-a3732aa9983979ce.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/lib/amd64`
47062025-02-11T20:06:49.613Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=1fdfaa9e549fd810 -C extra-filename=-1fdfaa9e549fd810 --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-04b744daa2a50cdf.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-a937c31712671851.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-02-11T20:06:49.653Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-d2f1cef290aec742/build-script-build`
47082025-02-11T20:06:49.831Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47092025-02-11T20:06:49.833Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=afb9bcc181302ad7 -C extra-filename=-afb9bcc181302ad7 --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-14ad025826c7c86f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47102025-02-11T20:06:49.889Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47112025-02-11T20:06:49.912Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3b295674a8b04c1f -C extra-filename=-3b295674a8b04c1f --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-e47d5006890af801.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47122025-02-11T20:06:50.481Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47132025-02-11T20:06:50.484Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=6f004a5855bba5ad -C extra-filename=-6f004a5855bba5ad --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-b1ce1825125c2b44.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47142025-02-11T20:06:51.075Z Compiling httptest v0.16.1
47152025-02-11T20:06:51.077Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b771cceab546d15c -C extra-filename=-b771cceab546d15c --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-e31d762c6d2f42d1.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-b2592bbf09d20250.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47162025-02-11T20:06:51.410Z Compiling num-bigint v0.4.6
47172025-02-11T20:06:51.413Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=9da7b3e4e7cf8bb2 -C extra-filename=-9da7b3e4e7cf8bb2 --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-deb592893980e78a.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47182025-02-11T20:06:51.498Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=3cc1907bf08d6195 -C extra-filename=-3cc1907bf08d6195 --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-af0b922751e7470c.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-d0d8c9fa65644ebb.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47192025-02-11T20:06:52.051Z Compiling pathdiff v0.2.2
47202025-02-11T20:06:52.076Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=0bd9e75d59d90d2a -C extra-filename=-0bd9e75d59d90d2a --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-b1ce1825125c2b44.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47212025-02-11T20:06:52.298Z Compiling rustls-native-certs v0.7.3
47222025-02-11T20:06:52.300Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=768e65fdaf7c2098 -C extra-filename=-768e65fdaf7c2098 --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-0545e742edad87bb.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47232025-02-11T20:06:52.585Z Compiling des v0.8.1
47242025-02-11T20:06:52.587Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=178b500e1c4de51b -C extra-filename=-178b500e1c4de51b --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-c6e3a96c704ea7e1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-02-11T20:06:52.906Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47262025-02-11T20:06:52.940Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/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)' --check-cfg 'cfg(feature, values())' -C metadata=a3596dc93c0bd315 -C extra-filename=-a3596dc93c0bd315 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-02-11T20:06:52.947Z Compiling escape8259 v0.5.3
47282025-02-11T20:06:52.950Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f2bffbb6be9db26 -C extra-filename=-4f2bffbb6be9db26 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-02-11T20:06:53.358Z Compiling nested v0.1.1
47302025-02-11T20:06:53.361Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9361333588db9976 -C extra-filename=-9361333588db9976 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-02-11T20:06:53.676Z Compiling guppy v0.17.8
47322025-02-11T20:06:53.698Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=cf224f57aaa5a597 -C extra-filename=-cf224f57aaa5a597 --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-a6fc717be49c6018.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-8b31b40d58ece303.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-55b64f6463660461.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-9361333588db9976.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-0bd9e75d59d90d2a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-1fdfaa9e549fd810.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47332025-02-11T20:06:53.860Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47342025-02-11T20:06:53.863Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=e3e5f397b583c7e4 -C extra-filename=-e3e5f397b583c7e4 --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-a3596dc93c0bd315.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47352025-02-11T20:06:54.963Z Compiling russh v0.45.0
47362025-02-11T20:06:54.966Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=d83c703aab4b29fd -C extra-filename=-d83c703aab4b29fd --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-473099c43290a81c.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-52c772c57d664b59.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-b0161c8d12724da7.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-43a149e46b3c44d0.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-747fbb1d3e562941.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-178b500e1c4de51b.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-9da7b3e4e7cf8bb2.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-c722add60b2b7599.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-28fc35a96dd62f62.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-9dff52c86ad0a7bd.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-7197ef4d6aa74f56.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-5b8637a9427dfbdf.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-a66f236b78916709.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-6e4207fc7e1a5294.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47372025-02-11T20:06:56.287Z Compiling libtest-mimic v0.7.3
47382025-02-11T20:06:56.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7155b28ab4a46397 -C extra-filename=-7155b28ab4a46397 --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-e472a653572fba4d.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-4f2bffbb6be9db26.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-846e59c413275465.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47392025-02-11T20:06:57.012Z Compiling hyper-rustls v0.26.0
47402025-02-11T20:06:57.035Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=108aadc70831db78 -C extra-filename=-108aadc70831db78 --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-839ba9a41c83a702.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-768e65fdaf7c2098.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-d4102aff58bcf5e5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-22d667f1b82f1b2b.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-68c109a7dea1215e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/`
47412025-02-11T20:06:57.597Z Compiling async-object-pool v0.1.5
47422025-02-11T20:06:57.599Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9fd8b815417078c9 -C extra-filename=-9fd8b815417078c9 --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-8179515d914d8133.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47432025-02-11T20:06:57.818Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=8344b839423ce5a4 -C extra-filename=-8344b839423ce5a4 --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-5ea0ab5db09c380a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-02-11T20:06:58.177Z Compiling fancy-regex v0.13.0
47452025-02-11T20:06:58.180Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=e3018a9c5a2d3d8b -C extra-filename=-e3018a9c5a2d3d8b --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-405f76e08a13eea9.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-02-11T20:06:59.992Z Compiling rstest_macros v0.23.0
47472025-02-11T20:07:00.025Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=0ba1c09213434005 -C extra-filename=-0ba1c09213434005 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-87cd6b4b517bea28.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482025-02-11T20:07:00.288Z Compiling assert-json-diff v2.0.2
47492025-02-11T20:07:00.290Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ac8dda0d60e4ed2b -C extra-filename=-ac8dda0d60e4ed2b --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-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47502025-02-11T20:07:00.586Z Compiling oso v0.27.3
47512025-02-11T20:07:00.612Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=bf871d8fa11d7f83 -C extra-filename=-bf871d8fa11d7f83 --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-3a8991202317ba87.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-9cd0c6030bffc3a0.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-3cc1907bf08d6195.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522025-02-11T20:07:01.169Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47532025-02-11T20:07:01.171Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/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)' --check-cfg 'cfg(feature, values())' -C metadata=38c14de066ea080b -C extra-filename=-38c14de066ea080b --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47542025-02-11T20:07:01.273Z Compiling serde_regex v1.1.0
47552025-02-11T20:07:01.311Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a23249434fd3bc34 -C extra-filename=-a23249434fd3bc34 --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-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47562025-02-11T20:07:01.627Z Compiling path-tree v0.8.1
47572025-02-11T20:07:01.630Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f6b77e122b115775 -C extra-filename=-f6b77e122b115775 --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-6dc292e9f3a2bf65.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47582025-02-11T20:07:01.674Z Compiling target-triple v0.1.3
47592025-02-11T20:07:01.677Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b04a280297739ddd -C extra-filename=-b04a280297739ddd --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47602025-02-11T20:07:01.800Z Compiling internet-checksum v0.2.1
47612025-02-11T20:07:01.803Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=f1d9bb409fb948e6 -C extra-filename=-f1d9bb409fb948e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47622025-02-11T20:07:02.054Z Compiling stringmetrics v2.2.2
47632025-02-11T20:07:02.058Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=206d3986090fa659 -C extra-filename=-206d3986090fa659 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47642025-02-11T20:07:02.236Z Compiling sync-ptr v0.1.1
47652025-02-11T20:07:02.239Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=759d4e06e3a3b7cc -C extra-filename=-759d4e06e3a3b7cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47662025-02-11T20:07:02.294Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-b04a280297739ddd/build-script-build`
47672025-02-11T20:07:02.332Z Compiling httpmock v0.8.0-alpha.1
47682025-02-11T20:07:02.335Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8d16ff04e8eaa85a -C extra-filename=-8d16ff04e8eaa85a --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-ac8dda0d60e4ed2b.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-9fd8b815417078c9.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-8179515d914d8133.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-9a22328da2b144e8.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-f6b77e122b115775.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-a23249434fd3bc34.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-206d3986090fa659.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-f691b04cf9c315e4.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692025-02-11T20:07:02.335Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-0ba1c09213434005/build-script-build`
47702025-02-11T20:07:02.466Z Compiling datatest-stable v0.2.9
47712025-02-11T20:07:02.469Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e8d63b2fdd720dd2 -C extra-filename=-e8d63b2fdd720dd2 --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-b1ce1825125c2b44.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-e3018a9c5a2d3d8b.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-7155b28ab4a46397.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47722025-02-11T20:07:02.493Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47732025-02-11T20:07:02.495Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=900cba86b0f974cb -C extra-filename=-900cba86b0f974cb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
47742025-02-11T20:07:02.517Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47752025-02-11T20:07:02.520Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bb6fe8f0c2a8a06f -C extra-filename=-bb6fe8f0c2a8a06f --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-d98e06afb0ecdece.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
47762025-02-11T20:07:03.146Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47772025-02-11T20:07:03.149Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bf6c60c454229cf7 -C extra-filename=-bf6c60c454229cf7 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-bf6c60c454229cf7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47782025-02-11T20:07:03.172Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47792025-02-11T20:07:03.180Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c42f6d8b517429e5 -C extra-filename=-c42f6d8b517429e5 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-c42f6d8b517429e5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47802025-02-11T20:07:03.526Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=19230386b95deb9b -C extra-filename=-19230386b95deb9b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-984fef063dde39c9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47812025-02-11T20:07:03.574Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47822025-02-11T20:07:03.577Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7e7e5a83d8efd6af -C extra-filename=-7e7e5a83d8efd6af --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7e7e5a83d8efd6af -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47832025-02-11T20:07:03.961Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47842025-02-11T20:07:03.984Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=14d439bb4bef9bc4 -C extra-filename=-14d439bb4bef9bc4 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-14d439bb4bef9bc4 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47852025-02-11T20:07:04.365Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47862025-02-11T20:07:04.368Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=49d2ad33980be38a -C extra-filename=-49d2ad33980be38a --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-49d2ad33980be38a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
47872025-02-11T20:07:04.760Z Compiling similar-asserts v1.6.0
47882025-02-11T20:07:04.764Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-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="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=5218ce9d3e3d1428 -C extra-filename=-5218ce9d3e3d1428 --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-83a5f9d77687b7eb.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47892025-02-11T20:07:05.823Z Compiling proc-macro-crate v3.2.0
47902025-02-11T20:07:05.826Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a982b4e045bb325b -C extra-filename=-a982b4e045bb325b --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-235f88c7cd4c2e2f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47912025-02-11T20:07:06.058Z Compiling relative-path v1.9.3
47922025-02-11T20:07:06.061Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=9f36b4e60321fcbc -C extra-filename=-9f36b4e60321fcbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47932025-02-11T20:07:06.760Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-49d2ad33980be38a/build-script-build`
47942025-02-11T20:07:06.800Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-14d439bb4bef9bc4/build-script-build`
47952025-02-11T20:07:06.839Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-7e7e5a83d8efd6af/build-script-build`
47962025-02-11T20:07:06.881Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-c42f6d8b517429e5/build-script-build`
47972025-02-11T20:07:06.923Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-bf6c60c454229cf7/build-script-build`
47982025-02-11T20:07:06.966Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
47992025-02-11T20:07:06.968Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=952b0e5bf366c635 -C extra-filename=-952b0e5bf366c635 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8344b839423ce5a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48002025-02-11T20:07:07.216Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=7b240f3db42915b0 -C extra-filename=-7b240f3db42915b0 --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-2f4d20600755659a.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-a982b4e045bb325b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-9f36b4e60321fcbc.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-79c505353f8cd80b.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48012025-02-11T20:07:09.183Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=6f36d6eb5dc91213 -C extra-filename=-6f36d6eb5dc91213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-878292ffcfb27a80.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48022025-02-11T20:07:10.230Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d181239f69f95f8c -C extra-filename=-d181239f69f95f8c --out-dir /work/oxidecomputer/omicron/target/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"))'`
48032025-02-11T20:07:10.385Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48042025-02-11T20:07:10.421Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ded3d21328a4bc40 -C extra-filename=-ded3d21328a4bc40 --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-306c1e1ce10f7b6c.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48052025-02-11T20:07:12.734Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48062025-02-11T20:07:12.737Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5da31372ddd9c6da -C extra-filename=-5da31372ddd9c6da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48072025-02-11T20:07:13.111Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48082025-02-11T20:07:13.114Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=941d6e665081b9c5 -C extra-filename=-941d6e665081b9c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48092025-02-11T20:07:16.774Z Compiling multimap v0.10.0
48102025-02-11T20:07:16.798Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=ce992aadeccdd867 -C extra-filename=-ce992aadeccdd867 --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-74905474c961af45.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48112025-02-11T20:07:17.094Z Compiling uzers v0.12.1
48122025-02-11T20:07:17.097Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=9b126c9fdb310b2e -C extra-filename=-9b126c9fdb310b2e --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-d98e06afb0ecdece.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48132025-02-11T20:07:17.152Z Compiling rstest v0.23.0
48142025-02-11T20:07:17.155Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=427a59a3900b1c5a -C extra-filename=-427a59a3900b1c5a --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-8cb871a83619a59b.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-68ce2498e30618d8.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-7b240f3db42915b0.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48152025-02-11T20:07:17.431Z Compiling trybuild v1.0.101
48162025-02-11T20:07:17.433Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=6254d15103c48511 -C extra-filename=-6254d15103c48511 --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-a44787d7f19b2e4a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-ee3f54e659206937.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-d181239f69f95f8c.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-cc1047f50aa401f4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48172025-02-11T20:07:18.257Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48182025-02-11T20:07:18.287Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3bed3a60ead31a4e -C extra-filename=-3bed3a60ead31a4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48192025-02-11T20:07:18.421Z Compiling partial-io v0.5.4
48202025-02-11T20:07:18.423Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=b6a6f8b686c868db -C extra-filename=-b6a6f8b686c868db --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-8cb871a83619a59b.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-163a84fb3886e613.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48212025-02-11T20:07:18.897Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48222025-02-11T20:07:18.899Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1e016261e87139c0 -C extra-filename=-1e016261e87139c0 --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-1e016261e87139c0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48232025-02-11T20:07:19.298Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48242025-02-11T20:07:19.343Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c2797d48bcee236b -C extra-filename=-c2797d48bcee236b --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c2797d48bcee236b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-5ee5f1f13310c2b3.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48252025-02-11T20:07:19.697Z Compiling blake2b_simd v1.0.2
48262025-02-11T20:07:19.700Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=c2e3c3078913a095 -C extra-filename=-c2e3c3078913a095 --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-b3d4ec326635fe22.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-71958ee8350c0a2a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48272025-02-11T20:07:19.725Z Compiling rand_distr v0.4.3
48282025-02-11T20:07:19.725Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=c7f24e2bfd5ef0b9 -C extra-filename=-c7f24e2bfd5ef0b9 --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-e2a796a15b1388de.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48292025-02-11T20:07:20.381Z Compiling approx v0.5.1
48302025-02-11T20:07:20.384Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=1b768e2cfbef1294 -C extra-filename=-1b768e2cfbef1294 --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-e2a796a15b1388de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48312025-02-11T20:07:20.656Z Compiling rust-argon2 v2.1.0
48322025-02-11T20:07:20.656Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=dec2b31547e51175 -C extra-filename=-dec2b31547e51175 --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-dd1ad69982f96338.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-c2e3c3078913a095.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-4aec89e5c79a8b2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48332025-02-11T20:07:20.710Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-c2797d48bcee236b/build-script-build`
48342025-02-11T20:07:20.722Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-1e016261e87139c0/build-script-build`
48352025-02-11T20:07:20.766Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48362025-02-11T20:07:20.789Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fbe05a81319964ca -C extra-filename=-fbe05a81319964ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48372025-02-11T20:07:21.922Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b5bf801a2be07ee4 -C extra-filename=-b5bf801a2be07ee4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48382025-02-11T20:07:22.363Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48392025-02-11T20:07:22.394Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1c2652fa487df9b8 -C extra-filename=-1c2652fa487df9b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48402025-02-11T20:07:24.100Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48412025-02-11T20:07:24.103Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=eb91a003ee2b85cd -C extra-filename=-eb91a003ee2b85cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48422025-02-11T20:07:25.357Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48432025-02-11T20:07:25.360Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cef97c5c1285d588 -C extra-filename=-cef97c5c1285d588 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48442025-02-11T20:07:27.021Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48452025-02-11T20:07:27.023Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2194a74a432306d2 -C extra-filename=-2194a74a432306d2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48462025-02-11T20:07:27.295Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48472025-02-11T20:07:27.298Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b5e50ce5915b3e78 -C extra-filename=-b5e50ce5915b3e78 --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-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48482025-02-11T20:07:27.862Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48492025-02-11T20:07:27.865Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=efce8d10a60ed2f7 -C extra-filename=-efce8d10a60ed2f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48502025-02-11T20:07:28.298Z Compiling cargo_toml v0.20.5
48512025-02-11T20:07:28.324Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("features"))' -C metadata=fb484d69fa7c1f86 -C extra-filename=-fb484d69fa7c1f86 --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-74905474c961af45.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48522025-02-11T20:07:28.926Z Compiling termios v0.3.3
48532025-02-11T20:07:28.929Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e52e736774668ad6 -C extra-filename=-e52e736774668ad6 --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-d98e06afb0ecdece.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48542025-02-11T20:07:29.239Z Compiling indoc v2.0.5
48552025-02-11T20:07:29.267Z Running `/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=06f1a9f404f3cafa -C extra-filename=-06f1a9f404f3cafa --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`
48562025-02-11T20:07:29.505Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e359089e04069c86 -C extra-filename=-e359089e04069c86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-efce8d10a60ed2f7.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48572025-02-11T20:07:29.985Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d051fbb69b99f4f3 -C extra-filename=-d051fbb69b99f4f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-eb91a003ee2b85cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48582025-02-11T20:07:30.295Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d2856de364259ccd -C extra-filename=-d2856de364259ccd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
48592025-02-11T20:07:30.333Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48602025-02-11T20:07:30.335Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=99f4168e45887b3b -C extra-filename=-99f4168e45887b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-e52e736774668ad6.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48612025-02-11T20:07:31.561Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0f9f30211a1000f9 -C extra-filename=-0f9f30211a1000f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1c2652fa487df9b8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48622025-02-11T20:07:33.929Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a15d2a99e376774b -C extra-filename=-a15d2a99e376774b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-3bed3a60ead31a4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48632025-02-11T20:07:35.465Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7bc3e248937ba340 -C extra-filename=-7bc3e248937ba340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-3bed3a60ead31a4e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48642025-02-11T20:07:35.830Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48652025-02-11T20:07:35.833Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e36cc97518cf55ab -C extra-filename=-e36cc97518cf55ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-fb484d69fa7c1f86.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48662025-02-11T20:07:36.439Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48672025-02-11T20:07:36.441Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=80db5bc5ba9938e9 -C extra-filename=-80db5bc5ba9938e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2194a74a432306d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out`
48682025-02-11T20:07:38.042Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cbbe664a51374760 -C extra-filename=-cbbe664a51374760 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-cef97c5c1285d588.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48692025-02-11T20:07:38.392Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e17fcc7b9d54cca5 -C extra-filename=-e17fcc7b9d54cca5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48702025-02-11T20:07:39.569Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4241e93b6766fdf5 -C extra-filename=-4241e93b6766fdf5 --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-427a59a3900b1c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6254d15103c48511.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48712025-02-11T20:07:39.857Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ab5205a9c3a46275 -C extra-filename=-ab5205a9c3a46275 --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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-427a59a3900b1c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6254d15103c48511.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48722025-02-11T20:07:40.183Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1cf1b588257738a9 -C extra-filename=-1cf1b588257738a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fbe05a81319964ca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48732025-02-11T20:07:40.845Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c979334eed6f5967 -C extra-filename=-c979334eed6f5967 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48742025-02-11T20:07:43.140Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=65eda5a252fb1ba6 -C extra-filename=-65eda5a252fb1ba6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-941d6e665081b9c5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48752025-02-11T20:07:43.607Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8d2e898406ec9f8c -C extra-filename=-8d2e898406ec9f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-941d6e665081b9c5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
48762025-02-11T20:07:44.274Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2150fd3e23ae4453 -C extra-filename=-2150fd3e23ae4453 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-941d6e665081b9c5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48772025-02-11T20:07:44.941Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5fd28008ab6365f9 -C extra-filename=-5fd28008ab6365f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48782025-02-11T20:07:46.728Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7001f6d315f1b6d7 -C extra-filename=-7001f6d315f1b6d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48792025-02-11T20:07:50.646Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=75878be63903c781 -C extra-filename=-75878be63903c781 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48802025-02-11T20:07:53.201Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2e6e2b5ac2f0081e -C extra-filename=-2e6e2b5ac2f0081e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
48812025-02-11T20:07:53.364Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=ac90eae5a3f0b95b -C extra-filename=-ac90eae5a3f0b95b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
48822025-02-11T20:07:54.230Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=56aabce05bcb0cee -C extra-filename=-56aabce05bcb0cee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/usr/lib/amd64`
48832025-02-11T20:07:55.232Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5a98a27a3c05207b -C extra-filename=-5a98a27a3c05207b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5da31372ddd9c6da.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48842025-02-11T20:07:55.594Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=56b8d8e2767a09e0 -C extra-filename=-56b8d8e2767a09e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5da31372ddd9c6da.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48852025-02-11T20:07:55.987Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=361046e57ac7c018 -C extra-filename=-361046e57ac7c018 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5da31372ddd9c6da.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48862025-02-11T20:07:56.512Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9bdaad2ee84464ae -C extra-filename=-9bdaad2ee84464ae --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ded3d21328a4bc40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48872025-02-11T20:07:58.867Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2cbe2e32fd99865f -C extra-filename=-2cbe2e32fd99865f --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ded3d21328a4bc40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48882025-02-11T20:07:59.391Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b757a5ffa2b60516 -C extra-filename=-b757a5ffa2b60516 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48892025-02-11T20:08:01.570Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48902025-02-11T20:08:01.575Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c2a411abfe690cad -C extra-filename=-c2a411abfe690cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
48912025-02-11T20:08:03.778Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48922025-02-11T20:08:03.781Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=0f5c0666c8150f40 -C extra-filename=-0f5c0666c8150f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
48932025-02-11T20:08:12.023Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e9d9c43f1d36d359 -C extra-filename=-e9d9c43f1d36d359 --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
48942025-02-11T20:08:12.052Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48952025-02-11T20:08:12.054Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=135ada150532117f -C extra-filename=-135ada150532117f --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-8cb871a83619a59b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48962025-02-11T20:08:13.963Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a1478afaff871d4f -C extra-filename=-a1478afaff871d4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
48972025-02-11T20:08:14.475Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c90cd53c7b4bbd04 -C extra-filename=-c90cd53c7b4bbd04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48982025-02-11T20:08:15.439Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cd6d7179403e1dd7 -C extra-filename=-cd6d7179403e1dd7 --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-721bb5b37e92804c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48992025-02-11T20:08:16.983Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a58efda9a0514484 -C extra-filename=-a58efda9a0514484 --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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ded3d21328a4bc40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49002025-02-11T20:08:19.637Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2767bac5476c64c2 -C extra-filename=-2767bac5476c64c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49012025-02-11T20:08:19.772Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=d5e720592d3784e8 -C extra-filename=-d5e720592d3784e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49022025-02-11T20:08:21.974Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d7519780af0b18f3 -C extra-filename=-d7519780af0b18f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
49032025-02-11T20:08:22.075Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=6ac07473dc9d476e -C extra-filename=-6ac07473dc9d476e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49042025-02-11T20:08:23.065Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5330373fa0bc7dba -C extra-filename=-5330373fa0bc7dba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49052025-02-11T20:08:25.117Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=795d9835ebfd5799 -C extra-filename=-795d9835ebfd5799 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49062025-02-11T20:08:27.837Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=a6156ce740bc4c8c -C extra-filename=-a6156ce740bc4c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49072025-02-11T20:08:28.287Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=151461082a2e9e5d -C extra-filename=-151461082a2e9e5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49082025-02-11T20:08:33.954Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=279bb9f29aa79e8e -C extra-filename=-279bb9f29aa79e8e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49092025-02-11T20:08:35.094Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=137fc42db8cddc75 -C extra-filename=-137fc42db8cddc75 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-b5e50ce5915b3e78.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
49102025-02-11T20:08:42.817Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3ce8aa88e10a98b8 -C extra-filename=-3ce8aa88e10a98b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49112025-02-11T20:08:43.257Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=40c4cbc18969cfa7 -C extra-filename=-40c4cbc18969cfa7 --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49122025-02-11T20:08:47.080Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=223cb2f40cb3be1a -C extra-filename=-223cb2f40cb3be1a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49132025-02-11T20:08:55.410Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a482dacc471d293c -C extra-filename=-a482dacc471d293c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b5bf801a2be07ee4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49142025-02-11T20:08:57.623Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=687d505cf5f80987 -C extra-filename=-687d505cf5f80987 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49152025-02-11T20:09:01.731Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4208731d8e65e704 -C extra-filename=-4208731d8e65e704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-984fef063dde39c9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
49162025-02-11T20:09:03.259Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0dc911bc85d7b8df -C extra-filename=-0dc911bc85d7b8df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
49172025-02-11T20:09:06.576Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9ce61b0187f7da97 -C extra-filename=-9ce61b0187f7da97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49182025-02-11T20:09:13.167Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=85691c5a38c5e30e -C extra-filename=-85691c5a38c5e30e --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-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49192025-02-11T20:09:16.163Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=f03b25b64388f9d5 -C extra-filename=-f03b25b64388f9d5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-878292ffcfb27a80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49202025-02-11T20:09:16.687Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b9a653178b2165a4 -C extra-filename=-b9a653178b2165a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49212025-02-11T20:09:20.052Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=929695c3a1a42d5e -C extra-filename=-929695c3a1a42d5e --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-4fc27e504ca7c588.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
49222025-02-11T20:09:27.870Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=41ec9439e9e520d8 -C extra-filename=-41ec9439e9e520d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49232025-02-11T20:09:31.745Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=78b3b51bad229547 -C extra-filename=-78b3b51bad229547 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-952b0e5bf366c635.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49242025-02-11T20:09:37.257Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=92431c2323f71dbb -C extra-filename=-92431c2323f71dbb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L native=/opt/ooce/pgsql-13/lib/amd64`
49252025-02-11T20:09:58.809Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ef97a118a3ad415f -C extra-filename=-ef97a118a3ad415f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bb6fe8f0c2a8a06f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49262025-02-11T20:10:00.376Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=564dce6cae6c5f64 -C extra-filename=-564dce6cae6c5f64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49272025-02-11T20:10:06.190Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0fbb52079d957286 -C extra-filename=-0fbb52079d957286 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bb6fe8f0c2a8a06f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49282025-02-11T20:10:08.614Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f2877b38329754a3 -C extra-filename=-f2877b38329754a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49292025-02-11T20:10:10.026Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=204dfe3fc25c7c0b -C extra-filename=-204dfe3fc25c7c0b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49302025-02-11T20:10:12.434Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5ead823df71fa9c6 -C extra-filename=-5ead823df71fa9c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49312025-02-11T20:10:12.506Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ed634f8b68ff6b4c -C extra-filename=-ed634f8b68ff6b4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49322025-02-11T20:10:15.092Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bcc0d0ddbf3ae9e8 -C extra-filename=-bcc0d0ddbf3ae9e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8344b839423ce5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49332025-02-11T20:10:18.005Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e59f05b22ee09bc4 -C extra-filename=-e59f05b22ee09bc4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49342025-02-11T20:10:21.127Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8e0d4a9b89612ac3 -C extra-filename=-8e0d4a9b89612ac3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49352025-02-11T20:10:21.931Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=80c1bd2dc780d284 -C extra-filename=-80c1bd2dc780d284 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49362025-02-11T20:10:24.603Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e2d606927db3e8a8 -C extra-filename=-e2d606927db3e8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49372025-02-11T20:10:28.078Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5247aafd12fbed50 -C extra-filename=-5247aafd12fbed50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49382025-02-11T20:10:30.713Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49392025-02-11T20:10:30.720Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=44d3c6c95336b3ec -C extra-filename=-44d3c6c95336b3ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49402025-02-11T20:10:33.091Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d1a677aea7b3e2bc -C extra-filename=-d1a677aea7b3e2bc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49412025-02-11T20:10:35.762Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=47714eae7b3a59a8 -C extra-filename=-47714eae7b3a59a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49422025-02-11T20:10:37.115Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=d1b5c851003f3db1 -C extra-filename=-d1b5c851003f3db1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49432025-02-11T20:10:38.560Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=892632a5d937052b -C extra-filename=-892632a5d937052b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49442025-02-11T20:10:44.921Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=79aca38cf628d99d -C extra-filename=-79aca38cf628d99d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49452025-02-11T20:10:47.105Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f9fed23cdd74117c -C extra-filename=-f9fed23cdd74117c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49462025-02-11T20:10:50.383Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=660c319d31b9b067 -C extra-filename=-660c319d31b9b067 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49472025-02-11T20:10:50.798Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0ea8c6487ceba224 -C extra-filename=-0ea8c6487ceba224 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49482025-02-11T20:10:53.096Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=673d985e9e25d8ee -C extra-filename=-673d985e9e25d8ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49492025-02-11T20:11:16.029Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b588d8494bc1f55e -C extra-filename=-b588d8494bc1f55e --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-8e711cf06ab770f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49502025-02-11T20:11:18.393Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f18e46ef43058697 -C extra-filename=-f18e46ef43058697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49512025-02-11T20:11:18.939Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8f11434320960fdb -C extra-filename=-8f11434320960fdb --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-14ad025826c7c86f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49522025-02-11T20:11:20.259Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9e6436c13b402de0 -C extra-filename=-9e6436c13b402de0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49532025-02-11T20:11:21.322Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5e62033225b906e5 -C extra-filename=-5e62033225b906e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49542025-02-11T20:11:39.497Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=8853935251503c61 -C extra-filename=-8853935251503c61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49552025-02-11T20:11:40.109Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b55f5802cf14c2bd -C extra-filename=-b55f5802cf14c2bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49562025-02-11T20:11:42.421Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=55f254fef1b49bb0 -C extra-filename=-55f254fef1b49bb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49572025-02-11T20:11:42.771Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1d2c169df829c946 -C extra-filename=-1d2c169df829c946 --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-721bb5b37e92804c.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49582025-02-11T20:11:45.920Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7d455984d40529c7 -C extra-filename=-7d455984d40529c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
49592025-02-11T20:11:53.188Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a02f2c28ec70feb8 -C extra-filename=-a02f2c28ec70feb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49602025-02-11T20:11:55.888Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=813620454c2e4060 -C extra-filename=-813620454c2e4060 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49612025-02-11T20:12:01.982Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f178101b126bff56 -C extra-filename=-f178101b126bff56 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49622025-02-11T20:12:07.980Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b19b5b6b5c3f635e -C extra-filename=-b19b5b6b5c3f635e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49632025-02-11T20:12:18.287Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a94353ca9d1f5f16 -C extra-filename=-a94353ca9d1f5f16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49642025-02-11T20:12:18.668Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7d11eeaa943688db -C extra-filename=-7d11eeaa943688db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49652025-02-11T20:12:19.014Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=514b57e3f76caad8 -C extra-filename=-514b57e3f76caad8 --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49662025-02-11T20:12:23.731Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=359590342d0452a9 -C extra-filename=-359590342d0452a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49672025-02-11T20:12:26.222Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49682025-02-11T20:12:26.227Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=63bcd92a146d3fba -C extra-filename=-63bcd92a146d3fba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49692025-02-11T20:12:27.290Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=76f3bc1abd7d6eea -C extra-filename=-76f3bc1abd7d6eea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49702025-02-11T20:12:29.760Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=dc28db75d99b7b7d -C extra-filename=-dc28db75d99b7b7d --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-88d098eceba4d1a4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49712025-02-11T20:12:31.783Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a4c5a1ca67ee0ac2 -C extra-filename=-a4c5a1ca67ee0ac2 --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-721bb5b37e92804c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49722025-02-11T20:12:41.773Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=94e4d227845d3be0 -C extra-filename=-94e4d227845d3be0 --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-888e1b18038682b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49732025-02-11T20:12:42.463Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7f5f89ecf8f8ebc0 -C extra-filename=-7f5f89ecf8f8ebc0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49742025-02-11T20:12:45.091Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=304e9bc8b165b109 -C extra-filename=-304e9bc8b165b109 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49752025-02-11T20:12:45.628Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e136ce1cb4edf416 -C extra-filename=-e136ce1cb4edf416 --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49762025-02-11T20:12:48.824Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=975baaab406c3891 -C extra-filename=-975baaab406c3891 --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-f7b0236d3ba61eae.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49772025-02-11T20:12:50.580Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ce5733c2f76f7643 -C extra-filename=-ce5733c2f76f7643 --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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49782025-02-11T20:13:10.862Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b81492dcdd065db5 -C extra-filename=-b81492dcdd065db5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49792025-02-11T20:13:10.889Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=691539c07c1f4439 -C extra-filename=-691539c07c1f4439 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49802025-02-11T20:13:11.612Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2e74ad3e58456470 -C extra-filename=-2e74ad3e58456470 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49812025-02-11T20:13:13.314Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=82e6de17b396a79e -C extra-filename=-82e6de17b396a79e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49822025-02-11T20:13:15.849Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b54829483fa38916 -C extra-filename=-b54829483fa38916 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49832025-02-11T20:13:15.880Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b765c4ec8653141f -C extra-filename=-b765c4ec8653141f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49842025-02-11T20:13:18.480Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a59c88a10b4d1441 -C extra-filename=-a59c88a10b4d1441 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49852025-02-11T20:13:29.940Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=30259628e10fb1ae -C extra-filename=-30259628e10fb1ae --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-65434bb74d6027e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49862025-02-11T20:13:30.621Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bbb20d077846b81c -C extra-filename=-bbb20d077846b81c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49872025-02-11T20:13:30.624Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9bc8fa37c1a7c555 -C extra-filename=-9bc8fa37c1a7c555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49882025-02-11T20:13:32.919Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=9dbe203cfb96401b -C extra-filename=-9dbe203cfb96401b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49892025-02-11T20:13:34.370Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ae9670b9406ac707 -C extra-filename=-ae9670b9406ac707 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
49902025-02-11T20:13:40.031Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ec2f75f49e796fcd -C extra-filename=-ec2f75f49e796fcd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49912025-02-11T20:13:46.584Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e4cef100b4bb5107 -C extra-filename=-e4cef100b4bb5107 --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49922025-02-11T20:13:50.952Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0ab19ee20cef3292 -C extra-filename=-0ab19ee20cef3292 --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-2874f8c4e7350fed.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49932025-02-11T20:13:53.593Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4c74fc121a7af932 -C extra-filename=-4c74fc121a7af932 --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-90b29e6672e882f1.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49942025-02-11T20:13:56.995Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8621a37a246231f9 -C extra-filename=-8621a37a246231f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
49952025-02-11T20:13:57.801Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=72d67fdad495a89d -C extra-filename=-72d67fdad495a89d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49962025-02-11T20:13:58.936Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=030e6f2b6781e8c9 -C extra-filename=-030e6f2b6781e8c9 --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-90b29e6672e882f1.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49972025-02-11T20:13:59.649Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4b58403e6e697761 -C extra-filename=-4b58403e6e697761 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
49982025-02-11T20:14:01.526Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e6313e54f1ef2045 -C extra-filename=-e6313e54f1ef2045 --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-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49992025-02-11T20:14:01.593Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1c87a6bd3071a27d -C extra-filename=-1c87a6bd3071a27d --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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50002025-02-11T20:14:03.733Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2a1c9743f4453da9 -C extra-filename=-2a1c9743f4453da9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50012025-02-11T20:14:04.176Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=a9fe3658b444907e -C extra-filename=-a9fe3658b444907e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
50022025-02-11T20:14:04.871Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ab7138789ddc05ad -C extra-filename=-ab7138789ddc05ad --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-7e56c3e06a940178.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50032025-02-11T20:14:09.555Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=82dae8e92abdd8a8 -C extra-filename=-82dae8e92abdd8a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50042025-02-11T20:14:35.739Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c8671e72ec9d920c -C extra-filename=-c8671e72ec9d920c --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-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50052025-02-11T20:14:36.355Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c1cfbbc09bf44915 -C extra-filename=-c1cfbbc09bf44915 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50062025-02-11T20:14:38.890Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3dd0dbe9c43f2a83 -C extra-filename=-3dd0dbe9c43f2a83 --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-f0b326e0bc205bca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50072025-02-11T20:14:38.990Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=15716ec5acc4cd63 -C extra-filename=-15716ec5acc4cd63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50082025-02-11T20:14:42.644Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4ea9c7aaf96a6c0a -C extra-filename=-4ea9c7aaf96a6c0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-29027c09d7fb4952.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out`
50092025-02-11T20:14:43.660Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bc32576526536483 -C extra-filename=-bc32576526536483 --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-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50102025-02-11T20:14:50.114Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=6ea8f500e312d97b -C extra-filename=-6ea8f500e312d97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50112025-02-11T20:14:50.655Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=008269bda26d959a -C extra-filename=-008269bda26d959a --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-a9c2ba16803fc814.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50122025-02-11T20:14:51.796Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ff411c1f5a629c01 -C extra-filename=-ff411c1f5a629c01 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50132025-02-11T20:14:53.233Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2351906217ea81fc -C extra-filename=-2351906217ea81fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50142025-02-11T20:14:58.362Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=0fc719be18c2c586 -C extra-filename=-0fc719be18c2c586 --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-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50152025-02-11T20:15:02.347Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f3ee073c4f1d0e02 -C extra-filename=-f3ee073c4f1d0e02 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea8a1ffbba354ca3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b282e7a9bd172109.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50162025-02-11T20:15:03.131Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c7dac089c5ebddec -C extra-filename=-c7dac089c5ebddec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50172025-02-11T20:15:11.161Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e685609da8aa929b -C extra-filename=-e685609da8aa929b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50182025-02-11T20:15:12.711Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=fba4a60283905358 -C extra-filename=-fba4a60283905358 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50192025-02-11T20:15:13.244Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=40f9abe46e0d3faa -C extra-filename=-40f9abe46e0d3faa --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-776040bcc3443d7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-541fb791f743c3c0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34b42056888dff34.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50202025-02-11T20:15:15.101Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b532fc1271408553 -C extra-filename=-b532fc1271408553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea8a1ffbba354ca3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50212025-02-11T20:15:17.294Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1b6528f45f867b77 -C extra-filename=-1b6528f45f867b77 --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50222025-02-11T20:15:25.976Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50232025-02-11T20:15:25.976Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=717817f671310a48 -C extra-filename=-717817f671310a48 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50242025-02-11T20:15:26.974Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=c383570f7d2315dc -C extra-filename=-c383570f7d2315dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8fbee1d9149391a4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50252025-02-11T20:15:27.769Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50262025-02-11T20:15:27.772Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=ee4ffc660f5076ed -C extra-filename=-ee4ffc660f5076ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50272025-02-11T20:15:29.519Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=4d2532dd14743f53 -C extra-filename=-4d2532dd14743f53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8fbee1d9149391a4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50282025-02-11T20:15:29.693Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b29cc6c784af4de7 -C extra-filename=-b29cc6c784af4de7 --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-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/usr/lib/amd64`
50292025-02-11T20:15:30.938Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3627e8003a01aa06 -C extra-filename=-3627e8003a01aa06 --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-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50302025-02-11T20:15:30.964Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50312025-02-11T20:15:30.967Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1176a9214b9297db -C extra-filename=-1176a9214b9297db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50322025-02-11T20:15:30.967Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a87c913ad1917f5b -C extra-filename=-a87c913ad1917f5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50332025-02-11T20:15:31.787Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e8668bd90f5efcfd -C extra-filename=-e8668bd90f5efcfd --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-2874f8c4e7350fed.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50342025-02-11T20:15:31.949Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3959d9e65c2ef065 -C extra-filename=-3959d9e65c2ef065 --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-721bb5b37e92804c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50352025-02-11T20:15:32.846Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=635750a5111c1eb8 -C extra-filename=-635750a5111c1eb8 --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-b1ce1825125c2b44.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50362025-02-11T20:15:34.385Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=91db7e4bfebb951d -C extra-filename=-91db7e4bfebb951d --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-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50372025-02-11T20:15:34.807Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=73a1565970d5138f -C extra-filename=-73a1565970d5138f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50382025-02-11T20:15:36.543Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=455bc21f59518f8b -C extra-filename=-455bc21f59518f8b --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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50392025-02-11T20:15:38.506Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3be22e1f3824b2ea -C extra-filename=-3be22e1f3824b2ea --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50402025-02-11T20:15:38.940Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b03ca1a732a3c22a -C extra-filename=-b03ca1a732a3c22a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50412025-02-11T20:15:39.968Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=13b144928de7e643 -C extra-filename=-13b144928de7e643 --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50422025-02-11T20:15:40.019Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9807ec8652166eba -C extra-filename=-9807ec8652166eba --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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50432025-02-11T20:15:40.156Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=48acce1ae35e2c49 -C extra-filename=-48acce1ae35e2c49 --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-91fc1f3a7027e178.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50442025-02-11T20:15:42.914Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b5b149c373521d4d -C extra-filename=-b5b149c373521d4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50452025-02-11T20:15:43.447Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=16787d4b525c9bf0 -C extra-filename=-16787d4b525c9bf0 --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-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50462025-02-11T20:15:45.580Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=03cf47b0a012e24e -C extra-filename=-03cf47b0a012e24e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50472025-02-11T20:15:46.013Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=04bd6e95294c2350 -C extra-filename=-04bd6e95294c2350 --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-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50482025-02-11T20:15:49.064Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=043b1e09dcd193c8 -C extra-filename=-043b1e09dcd193c8 --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-92d4ef3e0c09d06b.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50492025-02-11T20:15:50.070Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=ec536291361e2da1 -C extra-filename=-ec536291361e2da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8fbee1d9149391a4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/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-0020565dc9f5640f/out/lib`
50502025-02-11T20:15:51.692Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=9ded43df64550bd2 -C extra-filename=-9ded43df64550bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d0ac4f2685b50c61.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e5da0062e2f2abd6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-254b122f7dcc8666.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50512025-02-11T20:15:53.622Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2b0248947294cc97 -C extra-filename=-2b0248947294cc97 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50522025-02-11T20:15:57.318Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=beaea13664ac956a -C extra-filename=-beaea13664ac956a --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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50532025-02-11T20:15:58.587Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8f38f699b37ae646 -C extra-filename=-8f38f699b37ae646 --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-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50542025-02-11T20:15:59.568Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=7996073264f39f0e -C extra-filename=-7996073264f39f0e --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-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50552025-02-11T20:16:02.256Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=c2d791c1ee0e2f7c -C extra-filename=-c2d791c1ee0e2f7c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-254b122f7dcc8666.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50562025-02-11T20:16:02.925Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=cfdcfb126f7069c9 -C extra-filename=-cfdcfb126f7069c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50572025-02-11T20:16:02.959Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3295b3e95085cb38 -C extra-filename=-3295b3e95085cb38 --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-776040bcc3443d7c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50582025-02-11T20:16:04.348Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=02cce99f058b132d -C extra-filename=-02cce99f058b132d --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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50592025-02-11T20:16:07.417Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=0f70d68340b6f827 -C extra-filename=-0f70d68340b6f827 --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-721bb5b37e92804c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50602025-02-11T20:16:09.148Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=3dee421920e58c7b -C extra-filename=-3dee421920e58c7b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50612025-02-11T20:16:10.274Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=6598af543ef1f242 -C extra-filename=-6598af543ef1f242 --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-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50622025-02-11T20:16:10.579Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1413b8c97d65e93b -C extra-filename=-1413b8c97d65e93b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50632025-02-11T20:16:10.856Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=f3aeaa3e76c7d36e -C extra-filename=-f3aeaa3e76c7d36e --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-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50642025-02-11T20:16:11.621Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=1ee502102e856ae1 -C extra-filename=-1ee502102e856ae1 --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-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50652025-02-11T20:16:11.659Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=14a708d6a100acbc -C extra-filename=-14a708d6a100acbc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50662025-02-11T20:16:11.818Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8c9861d8d4e172d3 -C extra-filename=-8c9861d8d4e172d3 --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-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50672025-02-11T20:16:13.002Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=171265a950492de2 -C extra-filename=-171265a950492de2 --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-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50682025-02-11T20:16:13.445Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=5f3ebdd9f3bf1769 -C extra-filename=-5f3ebdd9f3bf1769 --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-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50692025-02-11T20:16:15.669Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=52997fb0fe16d13b -C extra-filename=-52997fb0fe16d13b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50702025-02-11T20:16:16.173Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=709083aae6a7714b -C extra-filename=-709083aae6a7714b --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-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50712025-02-11T20:16:16.321Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=e04b3255c287c063 -C extra-filename=-e04b3255c287c063 --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-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50722025-02-11T20:16:16.490Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=9df02174f689b17a -C extra-filename=-9df02174f689b17a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50732025-02-11T20:16:16.827Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a8093fbcea8ee7d0 -C extra-filename=-a8093fbcea8ee7d0 --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-776040bcc3443d7c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50742025-02-11T20:16:17.465Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=cf02c783bf78aea0 -C extra-filename=-cf02c783bf78aea0 --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-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dad477c818e22db8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib`
50752025-02-11T20:16:17.552Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=3d76df66d6bda765 -C extra-filename=-3d76df66d6bda765 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50762025-02-11T20:17:19.396Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=8cc9b84ebbb0b33f -C extra-filename=-8cc9b84ebbb0b33f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50772025-02-11T20:17:19.420Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=b1ed6b9c9bc5e979 -C extra-filename=-b1ed6b9c9bc5e979 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bb6fe8f0c2a8a06f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50782025-02-11T20:17:19.426Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=6bbf74425e207136 -C extra-filename=-6bbf74425e207136 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50792025-02-11T20:17:19.426Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=a9a8601090f67061 -C extra-filename=-a9a8601090f67061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
50802025-02-11T20:17:19.427Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=bff6be829be9a241 -C extra-filename=-bff6be829be9a241 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50812025-02-11T20:17:23.458Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=027b325800cdb9e9 -C extra-filename=-027b325800cdb9e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-73d05713540a027d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-ce992aadeccdd867.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50822025-02-11T20:17:27.315Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=41388977be4f6875 -C extra-filename=-41388977be4f6875 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-952b0e5bf366c635.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50832025-02-11T20:17:33.695Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=01ad1ee3e6ff68f3 -C extra-filename=-01ad1ee3e6ff68f3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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`
50842025-02-11T20:17:40.032Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=63c6cde4dd5e1b77 -C extra-filename=-63c6cde4dd5e1b77 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50852025-02-11T20:17:44.699Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=4b94b2b4e6ba5716 -C extra-filename=-4b94b2b4e6ba5716 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bb6fe8f0c2a8a06f.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50862025-02-11T20:17:49.911Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=2ea7592fe9eac908 -C extra-filename=-2ea7592fe9eac908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50872025-02-11T20:17:52.039Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=091a1868850a468f -C extra-filename=-091a1868850a468f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/`
50882025-02-11T20:17:57.614Z Running `/home/build/.rustup/toolchains/1.84.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)' --check-cfg 'cfg(feature, values())' -C metadata=16c5fb3d35c169e1 -C extra-filename=-16c5fb3d35c169e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-952b0e5bf366c635.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.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-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/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-7b179b10c0faa089/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50892025-02-11T21:02:33.504Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 61m 16s
50902025-02-11T21:03:15.450Z
50912025-02-11T21:03:15.454Zreal 1:01:58.802472103
50922025-02-11T21:03:15.454Zuser 2:00:21.759260092
50932025-02-11T21:03:15.454Zsys 21:48.750400790
50942025-02-11T21:03:15.454Ztrap 10.107964169
50952025-02-11T21:03:15.454Ztflt 16.104132512
50962025-02-11T21:03:15.454Zdflt 4:14:22.201428100
50972025-02-11T21:03:15.454Zkflt 1.560139910
50982025-02-11T21:03:15.454Zlock 10:49:55.959590407
50992025-02-11T21:03:15.454Zslp 35:58:40.694341826
51002025-02-11T21:03:15.454Zlat 11:43.285113328
51012025-02-11T21:03:15.454Zstop 10:01.010679378
51022025-02-11T21:03:16.463Z+ banner test
51032025-02-11T21:03:16.507Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
51042025-02-11T21:03:17.443Z
51052025-02-11T21:03:17.443Z ##### ###### #### #####
51062025-02-11T21:03:17.443Z # # # #
51072025-02-11T21:03:17.443Z # ##### #### #
51082025-02-11T21:03:17.443Z # # # #
51092025-02-11T21:03:17.443Z # # # # #
51102025-02-11T21:03:17.443Z # ###### #### #
51112025-02-11T21:03:17.443Z
51122025-02-11T21:03:20.283Zinfo: experimental features enabled: setup-scripts
51132025-02-11T21:03:21.972Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
51142025-02-11T21:03:22.135Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51152025-02-11T21:03:22.160Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
51162025-02-11T21:03:22.182Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51172025-02-11T21:03:39.846Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.52s
51182025-02-11T21:04:00.380Z────────────
51192025-02-11T21:04:00.380Z Nextest run ID 6afd0f12-49ca-402b-9d1d-67b1bfcfff7a with nextest profile: ci
51202025-02-11T21:04:00.383Z Starting 1843 tests across 184 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
51212025-02-11T21:04:00.383Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
51222025-02-11T21:04:01.223Z Compiling newtype-uuid v1.2.1
51232025-02-11T21:04:01.829Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
51242025-02-11T21:04:02.180Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51252025-02-11T21:04:02.791Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51262025-02-11T21:04:10.731Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51272025-02-11T21:04:12.891Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51282025-02-11T21:04:14.629Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51292025-02-11T21:04:20.731Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.27s
51302025-02-11T21:04:20.871Z Running `target/debug/crdb-seed`
51312025-02-11T21:04:20.916ZFeb 11 21:04:19.460 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp7Zz7PA
51322025-02-11T21:04:20.920ZFeb 11 21:04:19.460 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmppUmF5P,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp7Zz7PA/listen-url
51332025-02-11T21:04:20.920ZFeb 11 21:04:19.460 INFO cockroach environment: BUILDOMAT_JOB_ID=01JKV96KSHGT39Z1WS4JKZWJ0G BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.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_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=9dfa35b328ef43e6efd533eddd4b8858fb66498f 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-28b13d275ecdb670/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-envHDtDW5 NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-28b13d275ecdb670/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out:/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=6afd0f12-49ca-402b-9d1d-67b1bfcfff7a 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.84.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
51342025-02-11T21:04:21.945ZFeb 11 21:04:20.489 INFO cockroach pid: 9203
51352025-02-11T21:04:21.945ZFeb 11 21:04:20.489 INFO cockroach listen URL: postgresql://root@[::1]:38045/omicron?sslmode=disable
51362025-02-11T21:04:21.945ZFeb 11 21:04:20.489 INFO cockroach: populating
51372025-02-11T21:04:23.955ZFeb 11 21:04:22.499 INFO cockroach: populated
51382025-02-11T21:04:24.898ZFeb 11 21:04:23.441 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e4d56e3c7515cdd0473c40c83d86cf638c3f9200aae213c4e08263bd7fbbdfa6.tar`
51392025-02-11T21:04:24.903Z SETUP PASS [ 24.515s] crdb-seed: cargo run -p crdb-seed --profile test
51402025-02-11T21:04:24.906Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51412025-02-11T21:04:25.768Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51422025-02-11T21:04:25.771Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51432025-02-11T21:04:25.771Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51442025-02-11T21:04:25.771Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51452025-02-11T21:04:25.881Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51462025-02-11T21:04:27.912Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51472025-02-11T21:04:28.093Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51482025-02-11T21:04:30.892Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51492025-02-11T21:04:32.649Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51502025-02-11T21:04:39.509Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
51512025-02-11T21:04:39.635Z Running `target/debug/clickhouse-cluster-dev`
51522025-02-11T21:04:39.676ZFeb 11 21:04:38.216 INFO Setting up a ClickHouse cluster
51532025-02-11T21:04:39.679ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51542025-02-11T21:04:39.687ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51552025-02-11T21:04:39.689ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51562025-02-11T21:04:39.692ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51572025-02-11T21:04:39.695ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51582025-02-11T21:04:42.427ZFeb 11 21:04:40.966 INFO ClickHouse server ready
51592025-02-11T21:04:42.881ZFeb 11 21:04:41.420 INFO ClickHouse server ready
51602025-02-11T21:04:43.390ZFeb 11 21:04:41.929 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51612025-02-11T21:04:43.396Z SETUP PASS [ 18.487s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51622025-02-11T21:04:43.430Z PASS [ 0.034s] api_identity test::test_identity_no_field
51632025-02-11T21:04:43.433Z PASS [ 0.034s] api_identity test::test_identity
51642025-02-11T21:04:43.443Z PASS [ 0.042s] bootstore schemes::tests::hello_roundtrip
51652025-02-11T21:04:43.446Z PASS [ 0.037s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51662025-02-11T21:04:43.453Z PASS [ 0.040s] bootstore schemes::v0::share_pkg::tests::create_packages
51672025-02-11T21:04:43.459Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51682025-02-11T21:04:43.465Z PASS [ 0.068s] authz-macros tests::test_authz_snapshots
51692025-02-11T21:04:43.498Z PASS [ 0.033s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51702025-02-11T21:04:43.498Z PASS [ 0.039s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51712025-02-11T21:04:43.511Z PASS [ 0.109s] bootstore schemes::v0::peer::tests::network_config
51722025-02-11T21:04:43.523Z PASS [ 0.024s] clickana chart::tests::gather_chart_data_for_query_count_success
51732025-02-11T21:04:43.529Z PASS [ 0.030s] clickana chart::tests::gather_chart_data_for_running_queries_success
51742025-02-11T21:04:43.572Z PASS [ 0.043s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51752025-02-11T21:04:43.583Z PASS [ 0.060s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51762025-02-11T21:04:43.583Z PASS [ 0.072s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51772025-02-11T21:04:43.597Z PASS [ 0.024s] clickhouse-admin-types tests::test_empty_output_parse_fail
51782025-02-11T21:04:43.612Z PASS [ 0.028s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51792025-02-11T21:04:43.617Z PASS [ 0.033s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51802025-02-11T21:04:43.622Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51812025-02-11T21:04:43.633Z PASS [ 0.021s] clickhouse-admin-types tests::test_full_lgif_parse_success
51822025-02-11T21:04:43.641Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51832025-02-11T21:04:43.664Z PASS [ 0.041s] clickhouse-admin-types tests::test_generate_keeper_config
51842025-02-11T21:04:43.666Z PASS [ 0.031s] clickhouse-admin-types tests::test_generate_replica_config
51852025-02-11T21:04:43.675Z PASS [ 0.028s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51862025-02-11T21:04:43.688Z PASS [ 0.024s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51872025-02-11T21:04:43.695Z PASS [ 0.250s] cert-dev::test-cert-dev test_cert_create
51882025-02-11T21:04:43.697Z PASS [ 0.030s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51892025-02-11T21:04:43.704Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51902025-02-11T21:04:43.712Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51912025-02-11T21:04:43.718Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51922025-02-11T21:04:43.724Z PASS [ 0.028s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51932025-02-11T21:04:43.729Z PASS [ 0.024s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51942025-02-11T21:04:43.734Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51952025-02-11T21:04:43.740Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
51962025-02-11T21:04:43.746Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
51972025-02-11T21:04:43.752Z PASS [ 0.022s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
51982025-02-11T21:04:43.757Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
51992025-02-11T21:04:43.763Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
52002025-02-11T21:04:43.769Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
52012025-02-11T21:04:43.775Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
52022025-02-11T21:04:43.781Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
52032025-02-11T21:04:43.787Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
52042025-02-11T21:04:43.794Z PASS [ 0.023s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
52052025-02-11T21:04:43.798Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
52062025-02-11T21:04:43.803Z PASS [ 0.021s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
52072025-02-11T21:04:43.808Z PASS [ 0.020s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
52082025-02-11T21:04:43.814Z PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
52092025-02-11T21:04:43.832Z PASS [ 0.015s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
52102025-02-11T21:04:43.832Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
52112025-02-11T21:04:43.849Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
52122025-02-11T21:04:43.856Z PASS [ 0.026s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
52132025-02-11T21:04:43.867Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
52142025-02-11T21:04:43.881Z PASS [ 0.078s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
52152025-02-11T21:04:43.888Z PASS [ 0.089s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
52162025-02-11T21:04:43.968Z PASS [ 0.514s] clickana chart::tests::gather_chart_data_failure
52172025-02-11T21:04:44.050Z PASS [ 0.081s] db-macros lookup::test::test_lookup_snapshots
52182025-02-11T21:04:44.067Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_for_enums
52192025-02-11T21:04:44.089Z PASS [ 0.020s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
52202025-02-11T21:04:44.107Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
52212025-02-11T21:04:44.128Z PASS [ 0.021s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
52222025-02-11T21:04:44.142Z PASS [ 0.274s] db-dev::test-db-dev test_db_dev_wipe_no_args
52232025-02-11T21:04:44.144Z PASS [ 0.286s] db-dev::test-db-dev test_db_dev_populate_no_args
52242025-02-11T21:04:44.153Z PASS [ 0.023s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
52252025-02-11T21:04:44.167Z PASS [ 0.024s] db-macros tests::test_derive_with_unknown_field
52262025-02-11T21:04:44.173Z PASS [ 0.030s] db-macros tests::test_derive_snapshots
52272025-02-11T21:04:44.387Z PASS [ 0.220s] dns-server storage::test::test_update_in_progress
52282025-02-11T21:04:44.394Z PASS [ 0.220s] dns-server storage::test::test_update_interrupted
52292025-02-11T21:04:44.397Z PASS [ 0.242s] dns-server storage::test::test_update_basic
52302025-02-11T21:04:44.516Z PASS [ 1.111s] bootstore schemes::v0::peer::tests::basic_3_nodes
52312025-02-11T21:04:44.905Z PASS [ 0.515s] dns-server::basic_test a_crud
52322025-02-11T21:04:44.912Z PASS [ 0.515s] dns-server::basic_test aaaa_crud
52332025-02-11T21:04:44.918Z PASS [ 0.515s] dns-server::basic_test answers_match_question
52342025-02-11T21:04:44.923Z PASS [ 0.401s] dns-server::basic_test empty_record
52352025-02-11T21:04:45.143Z PASS [ 0.231s] dns-server::basic_test nxdomain
52362025-02-11T21:04:45.155Z PASS [ 0.250s] dns-server::basic_test multi_record_crud
52372025-02-11T21:04:45.164Z PASS [ 0.252s] dns-server::basic_test name_contains_zone
52382025-02-11T21:04:45.203Z PASS [ 0.279s] dns-server::basic_test servfail
52392025-02-11T21:04:45.220Z PASS [ 0.055s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52402025-02-11T21:04:45.235Z PASS [ 0.031s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52412025-02-11T21:04:45.312Z PASS [ 0.091s] illumos-utils destructor::test::test_delayed_delete
52422025-02-11T21:04:45.343Z PASS [ 0.030s] illumos-utils destructor::test::test_destructor_bad_close
52432025-02-11T21:04:45.371Z PASS [ 0.227s] dns-server::basic_test srv_crud
52442025-02-11T21:04:45.377Z PASS [ 0.034s] illumos-utils link::test::test_allocate
52452025-02-11T21:04:45.401Z PASS [ 0.030s] illumos-utils link::test::test_allocate_within_scopes
52462025-02-11T21:04:45.408Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52472025-02-11T21:04:45.440Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_avail
52482025-02-11T21:04:45.447Z PASS [ 0.036s] illumos-utils zfs::test::parse_dataset_bad_quota
52492025-02-11T21:04:45.468Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_reservation
52502025-02-11T21:04:45.475Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_bad_usage
52512025-02-11T21:04:45.503Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_bad_uuid
52522025-02-11T21:04:45.509Z PASS [ 0.034s] illumos-utils zfs::test::parse_dataset_missing_fields
52532025-02-11T21:04:45.531Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_props
52542025-02-11T21:04:45.541Z PASS [ 0.030s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52552025-02-11T21:04:45.562Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_too_many_columns
52562025-02-11T21:04:45.574Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52572025-02-11T21:04:45.594Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52582025-02-11T21:04:45.601Z PASS [ 0.028s] illumos-utils zfs::test::parse_quota_ignored_if_default
52592025-02-11T21:04:45.622Z PASS [ 0.029s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52602025-02-11T21:04:45.629Z PASS [ 0.028s] illumos-utils zfs::test::parse_sorts_and_dedups
52612025-02-11T21:04:45.660Z PASS [ 0.030s] illumos-utils zpool::test::test_parse_zpool
52622025-02-11T21:04:45.666Z PASS [ 0.044s] illumos-utils zone::tests::test_parse_ip_network
52632025-02-11T21:04:45.689Z PASS [ 0.029s] illumos-utils zpool::test::test_parse_zpool_missing_column
52642025-02-11T21:04:46.112Z PASS [ 0.874s] illumos-utils destructor::test::test_delayed_delete_with_error
52652025-02-11T21:04:46.225Z PASS [ 2.791s] bootstore::v0-fsm-proptest-learner run
52662025-02-11T21:04:46.363Z PASS [ 0.253s] installinator-common block_size_writer::tests::proptest_block_writer
52672025-02-11T21:04:46.918Z PASS [ 0.554s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52682025-02-11T21:04:46.967Z PASS [ 0.742s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52692025-02-11T21:04:47.270Z PASS [ 0.350s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52702025-02-11T21:04:47.449Z PASS [ 0.481s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52712025-02-11T21:04:47.694Z PASS [ 2.004s] installinator write::tests::proptest_write_artifact
52722025-02-11T21:04:47.825Z PASS [ 0.556s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52732025-02-11T21:04:47.876Z PASS [ 0.051s] internal-dns-types config::test::display_hosts
52742025-02-11T21:04:47.885Z PASS [ 0.436s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52752025-02-11T21:04:47.905Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
52762025-02-11T21:04:47.940Z PASS [ 0.055s] internal-dns-types config::test::test_builder_errors
52772025-02-11T21:04:47.986Z PASS [ 0.045s] internal-dns-types diff::test::diff_different
52782025-02-11T21:04:47.986Z PASS [ 0.081s] internal-dns-types config::test::test_builder_output
52792025-02-11T21:04:47.993Z PASS [ 0.298s] internal-dns-resolver resolver::test::update_record
52802025-02-11T21:04:48.067Z PASS [ 0.028s] internal-dns-types diff::test::diff_equivalent
52812025-02-11T21:04:48.070Z PASS [ 0.073s] ipcc tests::deserialize_fixed_value
52822025-02-11T21:04:48.101Z PASS [ 0.108s] internal-dns-types diff::test::diff_invalid
52832025-02-11T21:04:48.128Z PASS [ 0.061s] ipcc tests::serialized_size
52842025-02-11T21:04:48.132Z PASS [ 0.061s] ipcc tests::installinator_image_id_round_trip
52852025-02-11T21:04:48.178Z PASS [ 0.050s] key-manager tests::different_ikm_produces_different_keys
52862025-02-11T21:04:48.182Z PASS [ 0.078s] key-manager tests::different_disks_produce_different_keys
52872025-02-11T21:04:48.182Z PASS [ 0.035s] key-manager tests::disk_encryption_key_epoch_0
52882025-02-11T21:04:48.239Z PASS [ 0.040s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52892025-02-11T21:04:48.323Z PASS [ 0.083s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52902025-02-11T21:04:48.350Z PASS [ 0.170s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52912025-02-11T21:04:48.359Z PASS [ 0.179s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52922025-02-11T21:04:48.369Z PASS [ 0.046s] nexus-auth authn::external::session_cookie::test::test_get_token
52932025-02-11T21:04:48.383Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
52942025-02-11T21:04:48.395Z PASS [ 0.036s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
52952025-02-11T21:04:48.403Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
52962025-02-11T21:04:48.417Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_other_cookie
52972025-02-11T21:04:48.430Z PASS [ 0.034s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
52982025-02-11T21:04:48.444Z PASS [ 0.041s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
52992025-02-11T21:04:48.459Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
53002025-02-11T21:04:48.474Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_make_header_value
53012025-02-11T21:04:48.483Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
53022025-02-11T21:04:48.503Z PASS [ 0.044s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
53032025-02-11T21:04:48.510Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
53042025-02-11T21:04:48.517Z PASS [ 0.033s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
53052025-02-11T21:04:48.541Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
53062025-02-11T21:04:48.549Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_make_header_value
53072025-02-11T21:04:48.556Z PASS [ 5.110s] bootstore::v0-fsm-proptest-rack-coordinator run
53082025-02-11T21:04:48.563Z PASS [ 0.052s] nexus-auth authn::external::test::test_authn_sequence
53092025-02-11T21:04:48.574Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
53102025-02-11T21:04:48.591Z PASS [ 0.041s] nexus-auth authn::external::token::test::test_token_header_missing
53112025-02-11T21:04:48.591Z PASS [ 0.034s] nexus-auth authn::external::token::test::test_token_header_valid
53122025-02-11T21:04:48.618Z PASS [ 0.054s] nexus-auth authn::test::test_internal_users
53132025-02-11T21:04:48.666Z PASS [ 0.075s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
53142025-02-11T21:04:48.705Z PASS [ 0.087s] nexus-auth context::test::test_child_context
53152025-02-11T21:04:48.712Z PASS [ 0.120s] nexus-auth context::test::test_background_context
53162025-02-11T21:04:48.744Z PASS [ 0.171s] nexus-auth authz::context::test::test_unregistered_resource
53172025-02-11T21:04:48.752Z PASS [ 0.084s] nexus-auth context::test::test_test_context
53182025-02-11T21:04:48.783Z PASS [ 0.031s] nexus-config nexus_config::test::test_config_nonexistent
53192025-02-11T21:04:48.790Z PASS [ 0.045s] nexus-config nexus_config::test::test_config_empty
53202025-02-11T21:04:48.796Z PASS [ 0.077s] nexus-config nexus_config::test::test_config_bad_toml
53212025-02-11T21:04:48.821Z PASS [ 0.116s] nexus-config nexus_config::test::test_bad_authn_schemes
53222025-02-11T21:04:48.824Z PASS [ 0.031s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
53232025-02-11T21:04:48.849Z PASS [ 0.027s] nexus-config postgres_config::test::test_bad_url
53242025-02-11T21:04:48.855Z PASS [ 0.071s] nexus-config nexus_config::test::test_deployment_config_schema
53252025-02-11T21:04:48.869Z PASS [ 0.042s] nexus-config nexus_config::test::test_valid
53262025-02-11T21:04:48.877Z PASS [ 0.079s] nexus-config nexus_config::test::test_repo_configs_are_valid
53272025-02-11T21:04:48.877Z PASS [ 0.027s] nexus-config postgres_config::test::test_example_url
53282025-02-11T21:04:48.897Z PASS [ 0.041s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53292025-02-11T21:04:48.905Z PASS [ 0.027s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53302025-02-11T21:04:48.908Z PASS [ 0.028s] nexus-db-fixed-data test::test_allowlist_id_is_valid
53312025-02-11T21:04:48.911Z PASS [ 0.043s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53322025-02-11T21:04:48.936Z PASS [ 5.053s] db-dev::test-db-dev test_db_killed
53332025-02-11T21:04:48.951Z PASS [ 0.053s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53342025-02-11T21:04:48.963Z PASS [ 0.058s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53352025-02-11T21:04:48.974Z PASS [ 0.038s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53362025-02-11T21:04:48.981Z PASS [ 0.076s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53372025-02-11T21:04:48.994Z PASS [ 0.042s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53382025-02-11T21:04:48.994Z PASS [ 0.077s] nexus-db-model device_auth::test::test_generate_user_code
53392025-02-11T21:04:49.006Z PASS [ 0.038s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53402025-02-11T21:04:49.017Z PASS [ 3.860s] dns-server::commands_test test_dnsadm
53412025-02-11T21:04:49.022Z PASS [ 0.040s] nexus-db-model schema_versions::test::test_known_versions
53422025-02-11T21:04:49.039Z PASS [ 0.064s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53432025-02-11T21:04:49.039Z PASS [ 0.033s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53442025-02-11T21:04:49.042Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53452025-02-11T21:04:49.059Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53462025-02-11T21:04:49.065Z PASS [ 0.034s] nexus-db-model schema_versions::test::test_verify
53472025-02-11T21:04:49.065Z PASS [ 0.027s] nexus-db-model semver_version::test::test_to_from_sortable_string
53482025-02-11T21:04:49.077Z PASS [ 0.035s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53492025-02-11T21:04:49.084Z PASS [ 0.025s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53502025-02-11T21:04:49.088Z PASS [ 0.043s] nexus-db-model tests::test_roles_database_strings
53512025-02-11T21:04:49.096Z PASS [ 0.051s] nexus-db-model tests::test_ipv6_net_random_subnet
53522025-02-11T21:04:49.100Z PASS [ 0.034s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53532025-02-11T21:04:49.100Z PASS [ 0.029s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53542025-02-11T21:04:49.301Z PASS [ 3.633s] installinator mock_peers::tests::proptest_fetch_artifact
53552025-02-11T21:04:52.592Z PASS [ 3.505s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53562025-02-11T21:04:52.595Z PASS [ 3.288s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53572025-02-11T21:04:52.700Z PASS [ 3.602s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53582025-02-11T21:04:52.822Z PASS [ 3.723s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53592025-02-11T21:04:52.870Z PASS [ 0.048s] nexus-db-queries db::collection_attach::test::test_verify_query
53602025-02-11T21:04:52.932Z PASS [ 3.856s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53612025-02-11T21:04:53.057Z PASS [ 3.972s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53622025-02-11T21:04:53.108Z PASS [ 4.009s] nexus-db-queries db::collection_attach::test::test_attach_once
53632025-02-11T21:04:55.355Z PASS [ 2.422s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53642025-02-11T21:04:55.549Z PASS [ 2.848s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53652025-02-11T21:04:55.755Z PASS [ 3.163s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53662025-02-11T21:04:55.804Z PASS [ 0.049s] nexus-db-queries db::collection_detach::test::test_verify_query
53672025-02-11T21:04:56.031Z PASS [ 3.160s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53682025-02-11T21:04:56.197Z PASS [ 3.137s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53692025-02-11T21:04:56.205Z PASS [ 3.086s] nexus-db-queries db::collection_detach::test::test_detach_once
53702025-02-11T21:04:56.245Z PASS [ 3.653s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53712025-02-11T21:04:58.748Z PASS [ 3.197s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53722025-02-11T21:04:58.750Z PASS [ 3.391s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53732025-02-11T21:04:58.824Z PASS [ 2.578s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53742025-02-11T21:04:58.955Z PASS [ 2.757s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53752025-02-11T21:04:59.002Z PASS [ 0.048s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53762025-02-11T21:04:59.014Z PASS [ 3.208s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53772025-02-11T21:04:59.105Z PASS [ 2.908s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53782025-02-11T21:04:59.152Z PASS [ 0.046s] nexus-db-queries db::collection_insert::test::test_verify_query
53792025-02-11T21:04:59.196Z PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53802025-02-11T21:04:59.244Z PASS [ 0.048s] nexus-db-queries db::column_walker::test::test_walk_columns
53812025-02-11T21:04:59.290Z PASS [ 0.046s] nexus-db-queries db::column_walker::test::test_walk_table
53822025-02-11T21:04:59.362Z PASS [ 3.329s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53832025-02-11T21:04:59.987Z PASS [ 16.094s] db-dev::test-db-dev test_db_run
53842025-02-11T21:05:01.087Z PASS [ 2.073s] nexus-db-queries db::collection_insert::test::test_collection_present
53852025-02-11T21:05:01.178Z PASS [ 2.173s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53862025-02-11T21:05:01.442Z PASS [ 2.693s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53872025-02-11T21:05:01.442Z PASS [ 2.693s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53882025-02-11T21:05:01.502Z PASS [ 2.677s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53892025-02-11T21:05:03.303Z PASS [ 1.800s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53902025-02-11T21:05:03.393Z PASS [ 4.029s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53912025-02-11T21:05:03.462Z PASS [ 4.169s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53922025-02-11T21:05:04.644Z PASS [ 3.201s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53932025-02-11T21:05:04.653Z PASS [ 4.661s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53942025-02-11T21:05:05.251Z PASS [ 4.072s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
53952025-02-11T21:05:05.270Z PASS [ 4.181s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
53962025-02-11T21:05:05.834Z PASS [ 2.530s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
53972025-02-11T21:05:05.847Z PASS [ 4.403s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
53982025-02-11T21:05:08.243Z PASS [ 4.780s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
53992025-02-11T21:05:08.520Z PASS [ 5.124s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
54002025-02-11T21:05:08.596Z PASS [ 0.077s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
54012025-02-11T21:05:08.970Z PASS [ 4.325s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
54022025-02-11T21:05:09.619Z PASS [ 4.367s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
54032025-02-11T21:05:09.791Z PASS [ 5.139s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
54042025-02-11T21:05:10.082Z PASS [ 4.811s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
54052025-02-11T21:05:10.089Z PASS [ 4.254s] nexus-db-queries db::datastore::deployment::tests::test_set_target
54062025-02-11T21:05:10.692Z PASS [ 4.844s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
54072025-02-11T21:05:12.739Z PASS [ 4.141s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
54082025-02-11T21:05:12.787Z PASS [ 4.541s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
54092025-02-11T21:05:13.465Z PASS [ 4.492s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
54102025-02-11T21:05:14.181Z PASS [ 4.388s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
54112025-02-11T21:05:14.291Z PASS [ 4.200s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
54122025-02-11T21:05:14.714Z PASS [ 4.630s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
54132025-02-11T21:05:15.050Z PASS [ 5.429s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
54142025-02-11T21:05:15.510Z PASS [ 4.816s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
54152025-02-11T21:05:17.301Z PASS [ 4.513s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
54162025-02-11T21:05:17.986Z PASS [ 4.521s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
54172025-02-11T21:05:18.648Z PASS [ 4.355s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
54182025-02-11T21:05:18.889Z PASS [ 4.706s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
54192025-02-11T21:05:19.005Z PASS [ 6.264s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
54202025-02-11T21:05:19.159Z PASS [ 4.443s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
54212025-02-11T21:05:19.271Z PASS [ 4.219s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
54222025-02-11T21:05:19.576Z PASS [ 4.062s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
54232025-02-11T21:05:21.938Z PASS [ 4.636s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
54242025-02-11T21:05:22.452Z PASS [ 4.465s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
54252025-02-11T21:05:23.552Z PASS [ 4.902s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
54262025-02-11T21:05:23.561Z PASS [ 4.287s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
54272025-02-11T21:05:23.670Z PASS [ 4.664s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
54282025-02-11T21:05:23.743Z PASS [ 4.582s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
54292025-02-11T21:05:24.061Z PASS [ 4.485s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54302025-02-11T21:05:25.756Z PASS [ 6.865s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54312025-02-11T21:05:26.598Z PASS [ 4.144s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54322025-02-11T21:05:27.579Z PASS [ 4.025s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54332025-02-11T21:05:27.787Z PASS [ 4.225s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54342025-02-11T21:05:28.018Z PASS [ 4.346s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54352025-02-11T21:05:28.027Z PASS [ 6.086s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54362025-02-11T21:05:28.029Z PASS [ 3.964s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54372025-02-11T21:05:28.751Z PASS [ 5.006s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54382025-02-11T21:05:31.514Z PASS [ 5.755s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54392025-02-11T21:05:32.035Z PASS [ 4.455s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54402025-02-11T21:05:32.337Z PASS [ 4.316s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54412025-02-11T21:05:32.542Z PASS [ 4.513s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54422025-02-11T21:05:32.620Z PASS [ 4.591s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54432025-02-11T21:05:33.366Z PASS [ 4.614s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54442025-02-11T21:05:36.287Z PASS [ 4.769s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54452025-02-11T21:05:36.849Z PASS [ 4.800s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54462025-02-11T21:05:36.943Z PASS [ 4.605s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54472025-02-11T21:05:37.454Z PASS [ 4.911s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54482025-02-11T21:05:37.954Z PASS [ 4.586s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54492025-02-11T21:05:38.818Z PASS [ 6.196s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54502025-02-11T21:05:38.869Z PASS [ 0.050s] nexus-db-queries db::datastore::region::test::test_extent_count
54512025-02-11T21:05:40.364Z PASS [ 13.761s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54522025-02-11T21:05:40.847Z PASS [ 4.562s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54532025-02-11T21:05:41.293Z PASS [ 4.454s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54542025-02-11T21:05:41.727Z PASS [ 4.780s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54552025-02-11T21:05:42.249Z PASS [ 4.294s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54562025-02-11T21:05:42.403Z PASS [ 4.947s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54572025-02-11T21:05:43.249Z PASS [ 4.236s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54582025-02-11T21:05:44.491Z PASS [ 4.126s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54592025-02-11T21:05:45.082Z PASS [ 4.233s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54602025-02-11T21:05:45.614Z PASS [ 4.319s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54612025-02-11T21:05:45.844Z PASS [ 4.119s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54622025-02-11T21:05:46.172Z PASS [ 3.921s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54632025-02-11T21:05:46.553Z PASS [ 4.148s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54642025-02-11T21:05:47.074Z PASS [ 3.965s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54652025-02-11T21:05:48.608Z PASS [ 4.113s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54662025-02-11T21:05:49.441Z PASS [ 4.357s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54672025-02-11T21:05:49.798Z PASS [ 4.183s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
54682025-02-11T21:05:49.821Z PASS [ 3.975s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
54692025-02-11T21:05:50.135Z PASS [ 3.961s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54702025-02-11T21:05:50.762Z PASS [ 22.969s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54712025-02-11T21:05:50.770Z PASS [ 4.215s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54722025-02-11T21:05:50.979Z PASS [ 3.903s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54732025-02-11T21:05:53.347Z PASS [ 4.739s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54742025-02-11T21:05:53.651Z PASS [ 4.207s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54752025-02-11T21:05:54.117Z PASS [ 4.317s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54762025-02-11T21:05:55.016Z PASS [ 5.194s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54772025-02-11T21:05:55.083Z PASS [ 4.946s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54782025-02-11T21:05:55.439Z PASS [ 4.459s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54792025-02-11T21:05:55.657Z PASS [ 4.892s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54802025-02-11T21:05:57.818Z PASS [ 4.392s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54812025-02-11T21:05:57.827Z PASS [ 4.153s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54822025-02-11T21:05:58.752Z PASS [ 4.633s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54832025-02-11T21:05:59.650Z PASS [ 8.877s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54842025-02-11T21:06:00.878Z PASS [ 5.854s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54852025-02-11T21:06:01.171Z PASS [ 6.085s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54862025-02-11T21:06:01.340Z PASS [ 5.870s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54872025-02-11T21:06:01.611Z PASS [ 5.951s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54882025-02-11T21:06:02.027Z PASS [ 4.285s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54892025-02-11T21:06:02.249Z PASS [ 4.443s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54902025-02-11T21:06:02.646Z PASS [ 3.892s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54912025-02-11T21:06:03.979Z PASS [ 4.322s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
54922025-02-11T21:06:05.370Z PASS [ 4.497s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54932025-02-11T21:06:05.450Z PASS [ 4.138s] nexus-db-queries db::datastore::test::test_project_creation
54942025-02-11T21:06:05.527Z PASS [ 3.914s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54952025-02-11T21:06:05.861Z PASS [ 4.690s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
54962025-02-11T21:06:06.446Z PASS [ 4.418s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
54972025-02-11T21:06:07.225Z PASS [ 4.578s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
54982025-02-11T21:06:09.397Z PASS [ 5.421s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
54992025-02-11T21:06:10.100Z PASS [ 4.727s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
55002025-02-11T21:06:11.414Z PASS [ 4.188s] nexus-db-queries db::datastore::test::test_session_methods
55012025-02-11T21:06:12.571Z PASS [ 10.317s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
55022025-02-11T21:06:13.663Z PASS [ 4.166s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
55032025-02-11T21:06:14.356Z PASS [ 4.254s] nexus-db-queries db::datastore::test::test_ssh_keys
55042025-02-11T21:06:14.484Z PASS [ 8.952s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
55052025-02-11T21:06:15.236Z PASS [ 9.782s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
55062025-02-11T21:06:15.536Z PASS [ 4.120s] nexus-db-queries db::datastore::test::test_table_scan
55072025-02-11T21:06:15.927Z PASS [ 9.478s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
55082025-02-11T21:06:16.017Z PASS [ 10.152s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
55092025-02-11T21:06:16.831Z PASS [ 4.259s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
55102025-02-11T21:06:16.886Z PASS [ 0.056s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
55112025-02-11T21:06:16.941Z PASS [ 0.054s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
55122025-02-11T21:06:18.015Z PASS [ 4.448s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
55132025-02-11T21:06:18.733Z PASS [ 4.376s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
55142025-02-11T21:06:18.923Z PASS [ 4.440s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
55152025-02-11T21:06:19.329Z PASS [ 3.791s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
55162025-02-11T21:06:19.669Z PASS [ 4.432s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
55172025-02-11T21:06:20.037Z PASS [ 4.109s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
55182025-02-11T21:06:22.792Z PASS [ 4.059s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
55192025-02-11T21:06:22.971Z PASS [ 4.047s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
55202025-02-11T21:06:23.350Z PASS [ 4.020s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
55212025-02-11T21:06:24.038Z PASS [ 4.368s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
55222025-02-11T21:06:24.488Z PASS [ 4.449s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
55232025-02-11T21:06:25.355Z PASS [ 9.336s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
55242025-02-11T21:06:25.761Z PASS [ 1.720s] nexus-db-queries db::explain::test::test_explain_async
55252025-02-11T21:06:26.450Z PASS [ 1.961s] nexus-db-queries db::explain::test::test_explain_full_table_scan
55262025-02-11T21:06:26.710Z PASS [ 9.766s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
55272025-02-11T21:06:27.803Z PASS [ 4.828s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
55282025-02-11T21:06:28.547Z PASS [ 10.529s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
55292025-02-11T21:06:28.581Z PASS [ 2.821s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
55302025-02-11T21:06:28.641Z PASS [ 0.059s] nexus-db-queries db::pagination::test::test_paginator
55312025-02-11T21:06:29.084Z PASS [ 2.633s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55322025-02-11T21:06:29.378Z PASS [ 4.020s] nexus-db-queries db::lookup::test::test_lookup
55332025-02-11T21:06:29.488Z PASS [ 6.136s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55342025-02-11T21:06:29.496Z PASS [ 2.778s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55352025-02-11T21:06:29.498Z PASS [ 6.702s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55362025-02-11T21:06:30.684Z PASS [ 2.883s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55372025-02-11T21:06:31.124Z PASS [ 2.575s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55382025-02-11T21:06:33.921Z PASS [ 4.431s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55392025-02-11T21:06:33.928Z PASS [ 4.841s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55402025-02-11T21:06:33.937Z PASS [ 4.439s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55412025-02-11T21:06:34.004Z PASS [ 5.361s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55422025-02-11T21:06:34.016Z PASS [ 4.518s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55432025-02-11T21:06:34.045Z PASS [ 0.041s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55442025-02-11T21:06:34.070Z PASS [ 4.691s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55452025-02-11T21:06:35.459Z PASS [ 4.773s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55462025-02-11T21:06:36.129Z PASS [ 5.003s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55472025-02-11T21:06:38.340Z PASS [ 4.268s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55482025-02-11T21:06:38.509Z PASS [ 4.578s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55492025-02-11T21:06:38.727Z PASS [ 4.804s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55502025-02-11T21:06:38.748Z PASS [ 4.701s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55512025-02-11T21:06:39.005Z PASS [ 4.987s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55522025-02-11T21:06:39.723Z PASS [ 5.783s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55532025-02-11T21:06:40.048Z PASS [ 4.587s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55542025-02-11T21:06:40.147Z PASS [ 4.016s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55552025-02-11T21:06:42.921Z PASS [ 4.411s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55562025-02-11T21:06:43.001Z PASS [ 4.659s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55572025-02-11T21:06:43.019Z PASS [ 4.291s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55582025-02-11T21:06:43.047Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55592025-02-11T21:06:43.136Z PASS [ 4.387s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55602025-02-11T21:06:43.404Z PASS [ 4.397s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55612025-02-11T21:06:44.324Z PASS [ 4.601s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55622025-02-11T21:06:44.513Z PASS [ 4.463s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55632025-02-11T21:06:44.552Z PASS [ 0.039s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55642025-02-11T21:06:44.608Z PASS [ 4.457s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55652025-02-11T21:06:45.145Z PASS [ 0.539s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55662025-02-11T21:06:45.506Z PASS [ 0.360s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55672025-02-11T21:06:45.718Z PASS [ 2.670s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55682025-02-11T21:06:45.784Z PASS [ 2.647s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55692025-02-11T21:06:45.797Z PASS [ 2.392s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55702025-02-11T21:06:46.756Z PASS [ 2.431s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55712025-02-11T21:06:47.032Z PASS [ 2.478s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55722025-02-11T21:06:47.078Z PASS [ 0.320s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55732025-02-11T21:06:47.208Z PASS [ 1.423s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55742025-02-11T21:06:47.247Z PASS [ 1.737s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55752025-02-11T21:06:47.394Z PASS [ 0.362s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55762025-02-11T21:06:47.457Z PASS [ 0.378s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55772025-02-11T21:06:47.511Z PASS [ 4.588s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55782025-02-11T21:06:47.628Z PASS [ 0.419s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55792025-02-11T21:06:47.745Z PASS [ 0.117s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55802025-02-11T21:06:47.778Z PASS [ 2.059s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55812025-02-11T21:06:47.785Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55822025-02-11T21:06:47.803Z PASS [ 4.778s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55832025-02-11T21:06:47.819Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55842025-02-11T21:06:47.826Z PASS [ 0.040s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55852025-02-11T21:06:47.841Z PASS [ 0.041s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55862025-02-11T21:06:48.045Z PASS [ 2.247s] nexus-db-queries db::queries::region_allocation::test::explainable
55872025-02-11T21:06:49.014Z PASS [ 1.769s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55882025-02-11T21:06:49.087Z PASS [ 1.692s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55892025-02-11T21:06:49.212Z PASS [ 1.700s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55902025-02-11T21:06:49.232Z PASS [ 1.774s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55912025-02-11T21:06:49.284Z PASS [ 0.051s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55922025-02-11T21:06:49.319Z PASS [ 1.499s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55932025-02-11T21:06:49.398Z PASS [ 0.078s] nexus-inventory builder::test::test_empty
55942025-02-11T21:06:49.465Z PASS [ 0.067s] nexus-inventory builder::test::test_problems
55952025-02-11T21:06:49.473Z PASS [ 1.631s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
55962025-02-11T21:06:49.570Z PASS [ 1.743s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55972025-02-11T21:06:49.630Z PASS [ 0.346s] nexus-inventory builder::test::test_basic
55982025-02-11T21:06:50.299Z PASS [ 0.727s] nexus-inventory collector::test::test_multi_mgs_failure
55992025-02-11T21:06:50.654Z PASS [ 1.022s] nexus-inventory collector::test::test_sled_agent_failure
56002025-02-11T21:06:51.093Z PASS [ 1.627s] nexus-inventory collector::test::test_basic
56012025-02-11T21:06:51.205Z PASS [ 1.731s] nexus-inventory collector::test::test_multi_mgs
56022025-02-11T21:06:51.352Z PASS [ 0.147s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
56032025-02-11T21:06:51.355Z PASS [ 0.259s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
56042025-02-11T21:06:51.393Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
56052025-02-11T21:06:51.401Z PASS [ 0.048s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
56062025-02-11T21:06:51.433Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
56072025-02-11T21:06:51.446Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
56082025-02-11T21:06:51.474Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
56092025-02-11T21:06:51.491Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
56102025-02-11T21:06:51.513Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
56112025-02-11T21:06:51.531Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
56122025-02-11T21:06:51.553Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
56132025-02-11T21:06:51.572Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
56142025-02-11T21:06:51.597Z PASS [ 0.044s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
56152025-02-11T21:06:51.620Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
56162025-02-11T21:06:51.653Z PASS [ 0.056s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
56172025-02-11T21:06:51.675Z PASS [ 0.055s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
56182025-02-11T21:06:51.708Z PASS [ 0.054s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
56192025-02-11T21:06:51.782Z PASS [ 0.074s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
56202025-02-11T21:06:51.845Z PASS [ 0.062s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
56212025-02-11T21:06:51.904Z PASS [ 0.059s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
56222025-02-11T21:06:51.975Z PASS [ 0.070s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
56232025-02-11T21:06:53.068Z PASS [ 3.855s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
56242025-02-11T21:06:53.254Z PASS [ 4.165s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
56252025-02-11T21:06:55.181Z PASS [ 4.882s] nexus-metrics-producer-gc tests::test_prune_expired_producers
56262025-02-11T21:06:55.353Z PASS [ 4.697s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
56272025-02-11T21:06:57.261Z PASS [ 9.214s] nexus-db-queries policy_test::test_conferred_roles
56282025-02-11T21:07:12.922Z PASS [ 19.847s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
56292025-02-11T21:07:13.192Z PASS [ 0.269s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56302025-02-11T21:07:13.230Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56312025-02-11T21:07:13.268Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56322025-02-11T21:07:13.355Z PASS [ 0.088s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56332025-02-11T21:07:13.401Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56342025-02-11T21:07:13.448Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56352025-02-11T21:07:13.496Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56362025-02-11T21:07:13.545Z PASS [ 0.048s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56372025-02-11T21:07:13.583Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56382025-02-11T21:07:13.634Z PASS [ 0.051s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56392025-02-11T21:07:13.689Z PASS [ 0.054s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56402025-02-11T21:07:13.733Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56412025-02-11T21:07:13.771Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56422025-02-11T21:07:13.809Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56432025-02-11T21:07:13.845Z PASS [ 0.036s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56442025-02-11T21:07:13.885Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
56452025-02-11T21:07:13.964Z PASS [ 0.078s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
56462025-02-11T21:07:15.167Z PASS [ 19.980s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56472025-02-11T21:07:15.213Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
56482025-02-11T21:07:15.548Z PASS [ 22.288s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56492025-02-11T21:07:15.962Z PASS [ 20.595s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56502025-02-11T21:07:16.219Z PASS [ 1.005s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56512025-02-11T21:07:16.262Z PASS [ 18.994s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56522025-02-11T21:07:16.294Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
56532025-02-11T21:07:16.350Z PASS [ 0.056s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56542025-02-11T21:07:16.382Z PASS [ 0.031s] nexus-reconfigurator-planning example::tests::instances_on_examples
56552025-02-11T21:07:16.474Z PASS [ 0.090s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56562025-02-11T21:07:16.499Z PASS [ 0.279s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56572025-02-11T21:07:16.524Z PASS [ 0.569s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56582025-02-11T21:07:16.546Z PASS [ 0.047s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56592025-02-11T21:07:16.549Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56602025-02-11T21:07:16.603Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56612025-02-11T21:07:16.630Z PASS [ 1.081s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56622025-02-11T21:07:16.633Z PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56632025-02-11T21:07:16.650Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56642025-02-11T21:07:16.669Z PASS [ 0.065s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56652025-02-11T21:07:16.687Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56662025-02-11T21:07:16.704Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56672025-02-11T21:07:16.708Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56682025-02-11T21:07:16.750Z PASS [ 0.064s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56692025-02-11T21:07:16.755Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56702025-02-11T21:07:16.812Z PASS [ 0.061s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56712025-02-11T21:07:16.820Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56722025-02-11T21:07:16.827Z PASS [ 0.122s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56732025-02-11T21:07:16.851Z PASS [ 0.147s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56742025-02-11T21:07:16.875Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56752025-02-11T21:07:16.884Z PASS [ 0.071s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56762025-02-11T21:07:16.901Z PASS [ 0.072s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56772025-02-11T21:07:17.009Z PASS [ 0.107s] nexus-saga-recovery recovery::test::test_plan_basic
56782025-02-11T21:07:17.024Z PASS [ 0.139s] nexus-saga-recovery recovery::test::test_execution_basic
56792025-02-11T21:07:17.043Z PASS [ 0.034s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56802025-02-11T21:07:17.069Z PASS [ 0.044s] nexus-saga-recovery test::test_basic
56812025-02-11T21:07:17.085Z PASS [ 0.041s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56822025-02-11T21:07:17.114Z PASS [ 0.045s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56832025-02-11T21:07:17.143Z PASS [ 0.058s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56842025-02-11T21:07:17.152Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56852025-02-11T21:07:17.177Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56862025-02-11T21:07:17.186Z PASS [ 0.033s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56872025-02-11T21:07:17.214Z PASS [ 0.036s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56882025-02-11T21:07:17.257Z PASS [ 0.043s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_insert_delete_datasets
56892025-02-11T21:07:17.257Z PASS [ 0.071s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_field_changes
56902025-02-11T21:07:17.292Z PASS [ 0.035s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_same_config
56912025-02-11T21:07:17.333Z PASS [ 0.040s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_insert_delete_disks
56922025-02-11T21:07:17.345Z PASS [ 0.070s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_field_changes
56932025-02-11T21:07:17.376Z PASS [ 0.041s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_same_config
56942025-02-11T21:07:17.382Z PASS [ 0.036s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_field_changes
56952025-02-11T21:07:17.404Z PASS [ 0.028s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_same_blueprint
56962025-02-11T21:07:17.411Z PASS [ 0.028s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::test_insert_delete_zones
56972025-02-11T21:07:17.450Z PASS [ 0.046s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
56982025-02-11T21:07:17.462Z PASS [ 0.050s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
56992025-02-11T21:07:18.439Z PASS [ 0.977s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
57002025-02-11T21:07:18.442Z PASS [ 0.988s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
57012025-02-11T21:07:18.611Z PASS [ 0.171s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
57022025-02-11T21:07:18.635Z PASS [ 0.195s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
57032025-02-11T21:07:18.899Z PASS [ 0.287s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
57042025-02-11T21:07:18.939Z PASS [ 0.303s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
57052025-02-11T21:07:19.084Z PASS [ 0.144s] nexus-types deployment::id_map::tests::serialization_is_transparent
57062025-02-11T21:07:19.108Z PASS [ 0.208s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
57072025-02-11T21:07:19.222Z PASS [ 0.136s] nexus-types deployment::id_map::tests::serialization_roundtrip
57082025-02-11T21:07:19.284Z PASS [ 0.174s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
57092025-02-11T21:07:19.320Z PASS [ 0.036s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
57102025-02-11T21:07:19.397Z PASS [ 0.177s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
57112025-02-11T21:07:19.542Z PASS [ 5.576s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
57122025-02-11T21:07:23.665Z PASS [ 4.266s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
57132025-02-11T21:07:23.710Z PASS [ 0.043s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
57142025-02-11T21:07:23.751Z PASS [ 0.042s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
57152025-02-11T21:07:23.801Z PASS [ 0.050s] nexus-types external_api::shared::test::test_policy_parsing
57162025-02-11T21:07:23.843Z PASS [ 0.040s] omicron-brand-metadata tests::test_deserialize
57172025-02-11T21:07:23.994Z PASS [ 0.150s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
57182025-02-11T21:07:24.055Z PASS [ 0.061s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
57192025-02-11T21:07:24.115Z PASS [ 0.060s] omicron-certificates tests::test_cert_extended_key_usage
57202025-02-11T21:07:24.172Z PASS [ 0.056s] omicron-certificates tests::test_common_name_is_validated
57212025-02-11T21:07:24.232Z PASS [ 0.060s] omicron-certificates tests::test_subject_alternate_names_are_validated
57222025-02-11T21:07:24.326Z PASS [ 0.093s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
57232025-02-11T21:07:24.364Z PASS [ 0.037s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
57242025-02-11T21:07:24.397Z PASS [ 0.032s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
57252025-02-11T21:07:24.428Z PASS [ 0.031s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
57262025-02-11T21:07:24.461Z PASS [ 0.032s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
57272025-02-11T21:07:25.128Z PASS [ 0.667s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
57282025-02-11T21:07:25.315Z PASS [ 0.186s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
57292025-02-11T21:07:25.722Z PASS [ 0.407s] omicron-clickhouse-admin::integration_test test_lgif_parsing
57302025-02-11T21:07:25.911Z PASS [ 0.188s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
57312025-02-11T21:07:26.193Z PASS [ 0.281s] omicron-clickhouse-admin::integration_test test_teardown
57322025-02-11T21:07:26.529Z PASS [ 6.985s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57332025-02-11T21:07:28.533Z PASS [ 2.002s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
57342025-02-11T21:07:28.535Z PASS [ 2.338s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
57352025-02-11T21:07:28.590Z PASS [ 0.056s] omicron-common address::test::test_dns_subnets
57362025-02-11T21:07:28.619Z PASS [ 0.029s] omicron-common address::test::test_ip_range_checks_non_decreasing
57372025-02-11T21:07:28.663Z PASS [ 0.044s] omicron-common address::test::test_ip_range_enum_deserialization
57382025-02-11T21:07:28.719Z PASS [ 0.055s] omicron-common address::test::test_ip_range_iter
57392025-02-11T21:07:28.752Z PASS [ 0.032s] omicron-common address::test::test_ip_range_length
57402025-02-11T21:07:28.782Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
57412025-02-11T21:07:28.850Z PASS [ 0.067s] omicron-common address::test::test_ipv6_subnet_deserialize
57422025-02-11T21:07:28.881Z PASS [ 0.030s] omicron-common address::test::test_sled_address
57432025-02-11T21:07:28.916Z PASS [ 0.035s] omicron-common api::external::error::test::test_bail_unless
57442025-02-11T21:07:28.949Z PASS [ 0.032s] omicron-common api::external::error::test::test_context
57452025-02-11T21:07:29.002Z PASS [ 0.052s] omicron-common api::external::http_pagination::test::test_pagination_examples
57462025-02-11T21:07:29.063Z PASS [ 0.061s] omicron-common api::external::http_pagination::test::test_pagination_schemas
57472025-02-11T21:07:29.102Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_id
57482025-02-11T21:07:29.131Z PASS [ 0.028s] omicron-common api::external::http_pagination::test::test_scan_by_name
57492025-02-11T21:07:29.162Z PASS [ 0.030s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
57502025-02-11T21:07:29.210Z PASS [ 0.048s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
57512025-02-11T21:07:29.249Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
57522025-02-11T21:07:29.280Z PASS [ 0.030s] omicron-common api::external::test::test_bytecount
57532025-02-11T21:07:29.309Z PASS [ 0.029s] omicron-common api::external::test::test_bytecount_display
57542025-02-11T21:07:29.374Z PASS [ 0.064s] omicron-common api::external::test::test_digest
57552025-02-11T21:07:29.405Z PASS [ 0.031s] omicron-common api::external::test::test_firewall_deserialization
57562025-02-11T21:07:29.484Z PASS [ 0.078s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57572025-02-11T21:07:29.538Z PASS [ 0.053s] omicron-common api::external::test::test_firewall_rule_target_parse
57582025-02-11T21:07:29.582Z PASS [ 0.043s] omicron-common api::external::test::test_hostname_from_str
57592025-02-11T21:07:29.609Z PASS [ 0.029s] omicron-common api::external::test::test_ip_port_range_from_str
57602025-02-11T21:07:29.641Z PASS [ 0.030s] omicron-common api::external::test::test_ip_port_range_into_str
57612025-02-11T21:07:29.673Z PASS [ 0.032s] omicron-common api::external::test::test_ipv6_net_operations
57622025-02-11T21:07:29.733Z PASS [ 0.061s] omicron-common api::external::test::test_mac_system_iterator
57632025-02-11T21:07:29.765Z PASS [ 0.031s] omicron-common api::external::test::test_mac_to_int_conversions
57642025-02-11T21:07:29.804Z PASS [ 0.038s] omicron-common api::external::test::test_macaddr
57652025-02-11T21:07:29.835Z PASS [ 0.031s] omicron-common api::external::test::test_name_parse
57662025-02-11T21:07:29.865Z PASS [ 0.030s] omicron-common api::external::test::test_name_parse_from_param
57672025-02-11T21:07:29.894Z PASS [ 0.029s] omicron-common api::external::test::test_resource_name_parse
57682025-02-11T21:07:29.927Z PASS [ 0.031s] omicron-common api::external::test::test_role_name_parse
57692025-02-11T21:07:29.983Z PASS [ 0.056s] omicron-common api::external::test::test_route_destination_parse
57702025-02-11T21:07:30.047Z PASS [ 0.064s] omicron-common api::external::test::test_route_target_parse
57712025-02-11T21:07:30.078Z PASS [ 0.031s] omicron-common api::external::test::test_semver_serialize
57722025-02-11T21:07:30.109Z PASS [ 0.030s] omicron-common api::external::test::test_semver_validation
57732025-02-11T21:07:30.139Z PASS [ 0.029s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57742025-02-11T21:07:30.142Z PASS [ 1.605s] omicron-cockroach-admin context::tests::test_node_id
57752025-02-11T21:07:30.169Z PASS [ 0.030s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57762025-02-11T21:07:30.176Z PASS [ 0.037s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57772025-02-11T21:07:30.198Z PASS [ 0.029s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57782025-02-11T21:07:30.206Z PASS [ 0.028s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57792025-02-11T21:07:30.248Z PASS [ 0.041s] omicron-common ledger::test::test_create_default_ledger
57802025-02-11T21:07:30.255Z PASS [ 0.057s] omicron-common ledger::test::test_commit_handles_write_failures
57812025-02-11T21:07:30.281Z PASS [ 0.033s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57822025-02-11T21:07:30.290Z PASS [ 0.034s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57832025-02-11T21:07:30.309Z PASS [ 0.027s] omicron-common update::tests::serde_artifact_kind
57842025-02-11T21:07:30.323Z PASS [ 0.033s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57852025-02-11T21:07:30.337Z PASS [ 0.028s] omicron-common zpool_name::test::test_parse_external_zpool_name
57862025-02-11T21:07:30.351Z PASS [ 0.027s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57872025-02-11T21:07:30.364Z PASS [ 0.025s] omicron-common zpool_name::test::test_parse_zpool_name_json
57882025-02-11T21:07:30.382Z PASS [ 0.030s] omicron-common zpool_name::test::test_zpool_name_regex
57892025-02-11T21:07:32.079Z PASS [ 1.696s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57902025-02-11T21:07:32.079Z PASS [ 1.716s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57912025-02-11T21:07:32.185Z PASS [ 0.105s] omicron-gateway management_switch::location_map::tests::test_config_validation
57922025-02-11T21:07:32.253Z PASS [ 0.067s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57932025-02-11T21:07:32.550Z PASS [ 13.226s] nexus-types deployment::tri_map::tests::proptest_ops
57942025-02-11T21:07:32.611Z PASS [ 0.060s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57952025-02-11T21:07:32.913Z PASS [ 0.659s] omicron-gateway::test_all integration_tests::component_list::component_list
57962025-02-11T21:07:33.062Z PASS [ 0.450s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57972025-02-11T21:07:33.130Z PASS [ 0.201s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57982025-02-11T21:07:33.250Z PASS [ 0.187s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57992025-02-11T21:07:40.913Z PASS [ 24.053s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
58002025-02-11T21:07:41.144Z PASS [ 24.262s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
58012025-02-11T21:07:46.395Z PASS [ 54.705s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
58022025-02-11T21:07:47.171Z PASS [ 15.086s] omicron-dev::test-omicron-dev test_run_all
58032025-02-11T21:07:49.040Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
58042025-02-11T21:07:52.001Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58052025-02-11T21:07:54.941Z PASS [ 21.820s] omicron-ls-apis::test_dependencies test_api_dependencies
58062025-02-11T21:07:57.604Z PASS [ 24.348s] omicron-nexus app::background::driver::test::test_activation_in_progress
58072025-02-11T21:07:59.149Z PASS [ 18.232s] omicron-nexus app::background::driver::test::test_driver_basic
58082025-02-11T21:08:01.793Z PASS [ 20.642s] omicron-nexus app::background::init::test::test_dns_propagation_basic
58092025-02-11T21:08:07.103Z PASS [ 5.309s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
58102025-02-11T21:08:07.379Z PASS [ 78.344s] nexus-db-queries policy_test::test_iam_roles_behavior
58112025-02-11T21:08:08.715Z PASS [ 76.720s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58122025-02-11T21:08:08.778Z PASS [ 0.062s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
58132025-02-11T21:08:11.667Z PASS [ 4.542s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
58142025-02-11T21:08:12.166Z PASS [ 4.785s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
58152025-02-11T21:08:12.731Z PASS [ 26.328s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
58162025-02-11T21:08:13.389Z PASS [ 26.212s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
58172025-02-11T21:08:15.885Z PASS [ 16.731s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
58182025-02-11T21:08:17.570Z PASS [ 19.961s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
58192025-02-11T21:08:20.933Z PASS [ 25.985s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
58202025-02-11T21:08:26.036Z PASS [ 17.247s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
58212025-02-11T21:08:28.986Z PASS [ 17.333s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
58222025-02-11T21:08:28.988Z PASS [ 16.815s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
58232025-02-11T21:08:29.916Z PASS [ 17.180s] omicron-nexus app::background::tasks::dns_config::test::test_basic
58242025-02-11T21:08:31.145Z PASS [ 17.751s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
58252025-02-11T21:08:33.996Z PASS [ 18.105s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
58262025-02-11T21:08:44.995Z PASS [ 24.054s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
58272025-02-11T21:08:47.098Z PASS [ 15.948s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
58282025-02-11T21:08:48.500Z PASS [ 18.579s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
58292025-02-11T21:08:49.560Z PASS [ 15.560s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
58302025-02-11T21:08:50.728Z PASS [ 21.736s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
58312025-02-11T21:08:58.160Z PASS [ 29.166s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
58322025-02-11T21:08:59.513Z PASS [ 14.514s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
58332025-02-11T21:09:00.377Z PASS [ 42.795s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
58342025-02-11T21:09:03.070Z PASS [ 15.967s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
58352025-02-11T21:09:03.968Z PASS [ 15.463s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
58362025-02-11T21:09:05.414Z PASS [ 15.850s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
58372025-02-11T21:09:07.244Z PASS [ 16.511s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
58382025-02-11T21:09:10.409Z PASS [ 3.164s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
58392025-02-11T21:09:14.719Z PASS [ 16.555s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
58402025-02-11T21:09:16.396Z PASS [ 16.877s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
58412025-02-11T21:09:17.889Z PASS [ 3.169s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
58422025-02-11T21:09:20.293Z PASS [ 19.910s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58432025-02-11T21:09:20.419Z PASS [ 16.446s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
58442025-02-11T21:09:22.159Z PASS [ 16.739s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58452025-02-11T21:09:24.917Z PASS [ 21.841s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58462025-02-11T21:09:26.060Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58472025-02-11T21:09:29.079Z PASS [ 18.664s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58482025-02-11T21:09:34.212Z PASS [ 17.812s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
58492025-02-11T21:09:35.453Z PASS [ 17.559s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
58502025-02-11T21:09:38.780Z PASS [ 18.355s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
58512025-02-11T21:09:38.860Z PASS [ 0.080s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
58522025-02-11T21:09:38.887Z PASS [ 18.590s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
58532025-02-11T21:09:39.342Z PASS [ 0.482s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
58542025-02-11T21:09:39.467Z PASS [ 0.580s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
58552025-02-11T21:09:39.890Z PASS [ 0.547s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
58562025-02-11T21:09:40.032Z PASS [ 0.564s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
58572025-02-11T21:09:40.272Z PASS [ 18.109s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
58582025-02-11T21:09:40.387Z PASS [ 0.114s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
58592025-02-11T21:09:41.044Z PASS [ 1.011s] omicron-nexus app::external_endpoints::test::test_authority
58602025-02-11T21:09:41.058Z PASS [ 75.008s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58612025-02-11T21:09:41.117Z PASS [ 0.058s] omicron-nexus app::external_endpoints::test::test_no_endpoint
58622025-02-11T21:09:41.152Z PASS [ 0.108s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
58632025-02-11T21:09:41.188Z PASS [ 0.071s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
58642025-02-11T21:09:41.209Z PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
58652025-02-11T21:09:41.245Z PASS [ 0.056s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
58662025-02-11T21:09:41.272Z PASS [ 0.062s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
58672025-02-11T21:09:41.310Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
58682025-02-11T21:09:41.355Z PASS [ 0.083s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
58692025-02-11T21:09:41.524Z PASS [ 1.633s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
58702025-02-11T21:09:41.569Z PASS [ 16.647s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
58712025-02-11T21:09:45.511Z PASS [ 5.122s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58722025-02-11T21:09:46.627Z PASS [ 17.543s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
58732025-02-11T21:09:50.017Z PASS [ 15.800s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
58742025-02-11T21:09:51.878Z PASS [ 16.420s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
58752025-02-11T21:10:03.504Z PASS [ 21.929s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58762025-02-11T21:10:03.835Z PASS [ 22.304s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58772025-02-11T21:10:05.312Z PASS [ 23.949s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58782025-02-11T21:10:07.206Z PASS [ 25.889s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58792025-02-11T21:10:08.294Z PASS [ 22.776s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58802025-02-11T21:10:08.499Z PASS [ 21.866s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58812025-02-11T21:10:29.713Z PASS [ 25.871s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58822025-02-11T21:10:30.758Z PASS [ 27.246s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58832025-02-11T21:10:32.233Z PASS [ 26.914s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58842025-02-11T21:10:33.611Z PASS [ 26.385s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58852025-02-11T21:10:37.821Z PASS [ 29.302s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58862025-02-11T21:10:38.313Z PASS [ 30.000s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58872025-02-11T21:10:50.045Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58882025-02-11T21:10:51.908Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58892025-02-11T21:10:54.873Z PASS [ 24.101s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58902025-02-11T21:10:54.901Z PASS [ 25.154s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58912025-02-11T21:11:04.282Z PASS [ 32.041s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58922025-02-11T21:11:05.388Z PASS [ 31.781s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58932025-02-11T21:11:05.770Z PASS [ 27.952s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58942025-02-11T21:11:06.360Z PASS [ 28.048s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58952025-02-11T21:11:22.062Z PASS [ 27.179s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58962025-02-11T21:11:26.820Z PASS [ 21.425s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58972025-02-11T21:11:27.156Z PASS [ 21.380s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58982025-02-11T21:11:27.593Z PASS [ 21.228s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58992025-02-11T21:11:31.751Z PASS [ 27.460s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
59002025-02-11T21:11:48.928Z PASS [ 21.766s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
59012025-02-11T21:11:49.040Z PASS [ 22.214s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
59022025-02-11T21:11:50.062Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59032025-02-11T21:11:51.923Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59042025-02-11T21:11:54.015Z PASS [ 26.407s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
59052025-02-11T21:11:54.897Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59062025-02-11T21:12:04.552Z PASS [ 69.668s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59072025-02-11T21:12:15.374Z PASS [ 26.327s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
59082025-02-11T21:12:16.252Z PASS [ 27.313s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
59092025-02-11T21:12:22.090Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59102025-02-11T21:12:31.276Z PASS [ 26.717s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
59112025-02-11T21:12:31.780Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59122025-02-11T21:12:44.448Z PASS [ 29.066s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
59132025-02-11T21:12:50.079Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59142025-02-11T21:12:51.939Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59152025-02-11T21:12:54.036Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59162025-02-11T21:12:54.048Z PASS [ 91.962s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59172025-02-11T21:12:58.378Z PASS [ 27.094s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
59182025-02-11T21:13:12.148Z PASS [ 27.693s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
59192025-02-11T21:13:16.277Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59202025-02-11T21:13:26.518Z PASS [ 28.132s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
59212025-02-11T21:13:31.620Z PASS [ 119.837s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59222025-02-11T21:13:38.357Z PASS [ 104.322s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59232025-02-11T21:13:39.434Z PASS [ 27.278s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
59242025-02-11T21:13:50.096Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59252025-02-11T21:13:51.956Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59262025-02-11T21:13:54.080Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59272025-02-11T21:13:57.072Z PASS [ 25.445s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
59282025-02-11T21:13:59.818Z PASS [ 65.752s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59292025-02-11T21:14:05.491Z PASS [ 27.127s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
59302025-02-11T21:14:16.294Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59312025-02-11T21:14:22.357Z PASS [ 25.278s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
59322025-02-11T21:14:26.545Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59332025-02-11T21:14:26.664Z PASS [ 26.838s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
59342025-02-11T21:14:39.463Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59352025-02-11T21:14:45.926Z PASS [ 66.474s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59362025-02-11T21:14:49.484Z PASS [ 153.196s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59372025-02-11T21:14:50.080Z PASS [ 27.714s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
59382025-02-11T21:14:50.113Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59392025-02-11T21:14:51.972Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59402025-02-11T21:15:05.519Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59412025-02-11T21:15:13.149Z PASS [ 27.215s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
59422025-02-11T21:15:16.074Z PASS [ 26.582s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
59432025-02-11T21:15:23.030Z PASS [ 116.482s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59442025-02-11T21:15:23.992Z PASS [ 33.905s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
59452025-02-11T21:15:26.691Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59462025-02-11T21:15:36.652Z PASS [ 23.497s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
59472025-02-11T21:15:39.478Z PASS [ 16.443s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
59482025-02-11T21:15:40.084Z PASS [ 16.085s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
59492025-02-11T21:15:43.635Z PASS [ 27.554s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59502025-02-11T21:15:50.129Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59512025-02-11T21:15:51.412Z PASS [ 105.892s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59522025-02-11T21:15:51.989Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59532025-02-11T21:15:55.239Z PASS [ 15.152s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
59542025-02-11T21:16:00.617Z PASS [ 21.133s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
59552025-02-11T21:16:01.833Z PASS [ 25.173s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59562025-02-11T21:16:05.136Z PASS [ 21.494s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
59572025-02-11T21:16:07.010Z PASS [ 15.594s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
59582025-02-11T21:16:13.350Z PASS [ 106.658s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59592025-02-11T21:16:25.331Z PASS [ 30.083s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59602025-02-11T21:16:25.940Z PASS [ 24.101s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
59612025-02-11T21:16:28.459Z PASS [ 23.316s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
59622025-02-11T21:16:29.954Z PASS [ 29.330s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59632025-02-11T21:16:33.065Z PASS [ 26.047s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
59642025-02-11T21:16:33.131Z PASS [ 0.066s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
59652025-02-11T21:16:38.648Z PASS [ 25.291s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59662025-02-11T21:16:42.442Z PASS [ 16.497s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59672025-02-11T21:16:50.147Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59682025-02-11T21:16:50.418Z PASS [ 25.080s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59692025-02-11T21:16:52.006Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59702025-02-11T21:16:55.828Z PASS [ 22.690s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59712025-02-11T21:17:05.980Z PASS [ 15.558s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59722025-02-11T21:17:08.433Z PASS [ 29.774s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59732025-02-11T21:17:11.188Z PASS [ 28.738s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59742025-02-11T21:17:11.243Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_accept_gz
59752025-02-11T21:17:11.300Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59762025-02-11T21:17:11.357Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59772025-02-11T21:17:11.478Z PASS [ 0.120s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59782025-02-11T21:17:11.537Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59792025-02-11T21:17:11.593Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59802025-02-11T21:17:11.649Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59812025-02-11T21:17:11.708Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_relative_uri
59822025-02-11T21:17:14.136Z PASS [ 5.703s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59832025-02-11T21:17:19.734Z PASS [ 23.899s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59842025-02-11T21:17:23.015Z PASS [ 17.030s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59852025-02-11T21:17:28.487Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59862025-02-11T21:17:29.983Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59872025-02-11T21:17:33.652Z PASS [ 19.510s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59882025-02-11T21:17:36.282Z PASS [ 16.543s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59892025-02-11T21:17:38.790Z PASS [ 2.506s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59902025-02-11T21:17:38.933Z PASS [ 5.278s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59912025-02-11T21:17:39.431Z PASS [ 0.640s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59922025-02-11T21:17:42.448Z PASS [ 19.427s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59932025-02-11T21:17:42.895Z PASS [ 72.921s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59942025-02-11T21:17:48.547Z PASS [ 36.829s] omicron-nexus populate::test::test_populators
59952025-02-11T21:17:50.163Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59962025-02-11T21:17:52.024Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59972025-02-11T21:17:56.471Z PASS [ 17.036s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59982025-02-11T21:17:56.536Z PASS [ 17.598s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59992025-02-11T21:17:59.481Z PASS [ 17.028s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
60002025-02-11T21:17:59.552Z PASS [ 16.652s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
60012025-02-11T21:17:59.776Z PASS [ 489.631s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60022025-02-11T21:18:07.200Z PASS [ 18.647s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
60032025-02-11T21:18:07.484Z PASS [ 495.475s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60042025-02-11T21:18:12.871Z PASS [ 16.330s] omicron-nexus::test_all integration_tests::basic::test_ping
60052025-02-11T21:18:13.544Z PASS [ 17.067s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
60062025-02-11T21:18:16.312Z PASS [ 16.531s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
60072025-02-11T21:18:23.199Z PASS [ 15.995s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
60082025-02-11T21:18:23.759Z PASS [ 16.271s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
60092025-02-11T21:18:24.248Z PASS [ 24.760s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
60102025-02-11T21:18:28.262Z PASS [ 15.387s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
60112025-02-11T21:18:28.503Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60122025-02-11T21:18:28.903Z PASS [ 29.342s] omicron-nexus::test_all integration_tests::basic::test_projects_list
60132025-02-11T21:18:29.044Z PASS [ 0.141s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
60142025-02-11T21:18:29.668Z PASS [ 5.418s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
60152025-02-11T21:18:29.674Z PASS [ 1.405s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
60162025-02-11T21:18:29.751Z PASS [ 16.202s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
60172025-02-11T21:18:33.587Z PASS [ 17.269s] omicron-nexus::test_all integration_tests::certificates::test_crud
60182025-02-11T21:18:39.042Z PASS [ 15.838s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
60192025-02-11T21:18:45.876Z PASS [ 16.828s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
60202025-02-11T21:18:46.324Z PASS [ 16.651s] omicron-nexus::test_all integration_tests::console_api::test_assets
60212025-02-11T21:18:47.080Z PASS [ 17.407s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
60222025-02-11T21:18:47.949Z PASS [ 24.183s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
60232025-02-11T21:18:49.703Z PASS [ 19.946s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
60242025-02-11T21:18:55.424Z PASS [ 16.377s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
60252025-02-11T21:18:55.858Z PASS [ 22.265s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
60262025-02-11T21:19:02.432Z PASS [ 16.550s] omicron-nexus::test_all integration_tests::console_api::test_session_me
60272025-02-11T21:19:03.985Z PASS [ 17.656s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
60282025-02-11T21:19:05.244Z PASS [ 17.289s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
60292025-02-11T21:19:08.135Z PASS [ 21.049s] omicron-nexus::test_all integration_tests::console_api::test_sessions
60302025-02-11T21:19:28.520Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60312025-02-11T21:19:29.972Z PASS [ 40.258s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
60322025-02-11T21:19:31.314Z PASS [ 35.881s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
60332025-02-11T21:19:35.168Z PASS [ 39.299s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
60342025-02-11T21:19:41.635Z PASS [ 39.192s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
60352025-02-11T21:19:46.775Z PASS [ 42.779s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
60362025-02-11T21:19:46.945Z PASS [ 41.691s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
60372025-02-11T21:19:50.169Z PASS [ 42.022s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
60382025-02-11T21:20:04.545Z PASS [ 34.563s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
60392025-02-11T21:20:09.261Z PASS [ 22.479s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
60402025-02-11T21:20:16.101Z PASS [ 44.774s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
60412025-02-11T21:20:16.841Z PASS [ 41.662s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
60422025-02-11T21:20:24.361Z PASS [ 15.095s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
60432025-02-11T21:20:27.342Z PASS [ 45.695s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
60442025-02-11T21:20:28.536Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60452025-02-11T21:20:31.612Z PASS [ 15.507s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
60462025-02-11T21:20:39.139Z PASS [ 22.292s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
60472025-02-11T21:20:46.973Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60482025-02-11T21:20:47.215Z PASS [ 19.867s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
60492025-02-11T21:20:50.084Z PASS [ 18.466s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
60502025-02-11T21:20:50.197Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60512025-02-11T21:20:51.626Z PASS [ 27.258s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
60522025-02-11T21:20:53.029Z PASS [ 48.471s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
60532025-02-11T21:20:59.826Z PASS [ 20.681s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
60542025-02-11T21:21:08.350Z PASS [ 21.129s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
60552025-02-11T21:21:11.070Z PASS [ 20.980s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
60562025-02-11T21:21:20.624Z PASS [ 93.653s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60572025-02-11T21:21:22.488Z PASS [ 30.853s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
60582025-02-11T21:21:22.981Z PASS [ 29.943s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
60592025-02-11T21:21:27.003Z PASS [ 18.648s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
60602025-02-11T21:21:28.553Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60612025-02-11T21:21:31.284Z PASS [ 20.209s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
60622025-02-11T21:21:38.256Z PASS [ 108.059s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60632025-02-11T21:21:38.270Z PASS [ 17.641s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60642025-02-11T21:21:38.483Z PASS [ 38.647s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60652025-02-11T21:21:39.559Z PASS [ 17.066s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60662025-02-11T21:21:44.433Z PASS [ 21.445s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60672025-02-11T21:21:46.459Z PASS [ 19.450s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60682025-02-11T21:21:57.338Z PASS [ 26.047s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60692025-02-11T21:22:01.073Z PASS [ 22.797s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60702025-02-11T21:22:03.494Z PASS [ 25.004s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60712025-02-11T21:22:05.123Z PASS [ 25.556s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60722025-02-11T21:22:09.711Z PASS [ 23.245s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60732025-02-11T21:22:10.460Z PASS [ 26.020s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60742025-02-11T21:22:16.213Z PASS [ 37.946s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60752025-02-11T21:22:23.866Z PASS [ 26.520s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60762025-02-11T21:22:24.578Z PASS [ 23.498s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60772025-02-11T21:22:26.048Z PASS [ 20.920s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60782025-02-11T21:22:26.596Z PASS [ 23.095s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60792025-02-11T21:22:28.570Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60802025-02-11T21:22:30.551Z PASS [ 20.835s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60812025-02-11T21:22:33.794Z PASS [ 23.327s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60822025-02-11T21:22:40.551Z PASS [ 24.331s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60832025-02-11T21:22:49.794Z PASS [ 19.237s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60842025-02-11T21:22:51.844Z PASS [ 27.970s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60852025-02-11T21:22:56.802Z PASS [ 32.215s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60862025-02-11T21:23:00.502Z PASS [ 19.945s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60872025-02-11T21:23:02.954Z PASS [ 29.153s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60882025-02-11T21:23:09.301Z PASS [ 42.694s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60892025-02-11T21:23:11.416Z PASS [ 19.566s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60902025-02-11T21:23:11.529Z PASS [ 45.468s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60912025-02-11T21:23:12.137Z PASS [ 0.607s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60922025-02-11T21:23:12.735Z PASS [ 0.598s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60932025-02-11T21:23:13.335Z PASS [ 0.600s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60942025-02-11T21:23:15.818Z PASS [ 19.011s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60952025-02-11T21:23:16.945Z PASS [ 3.609s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60962025-02-11T21:23:18.582Z PASS [ 28.779s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60972025-02-11T21:23:19.331Z PASS [ 18.823s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60982025-02-11T21:23:23.647Z PASS [ 20.687s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60992025-02-11T21:23:28.430Z PASS [ 19.123s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
61002025-02-11T21:23:28.587Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61012025-02-11T21:23:31.113Z PASS [ 19.691s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
61022025-02-11T21:23:37.294Z PASS [ 21.450s] omicron-nexus::test_all integration_tests::images::test_image_create
61032025-02-11T21:23:41.869Z PASS [ 24.916s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
61042025-02-11T21:23:41.958Z PASS [ 433.386s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61052025-02-11T21:23:42.658Z PASS [ 23.321s] omicron-nexus::test_all integration_tests::images::test_image_promotion
61062025-02-11T21:23:45.526Z PASS [ 26.937s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
61072025-02-11T21:23:46.710Z PASS [ 23.056s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
61082025-02-11T21:23:48.224Z PASS [ 6.263s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
61092025-02-11T21:23:48.275Z PASS [ 5.615s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
61102025-02-11T21:23:49.083Z PASS [ 20.647s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
61112025-02-11T21:23:51.614Z PASS [ 6.085s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
61122025-02-11T21:23:51.715Z PASS [ 20.597s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
61132025-02-11T21:23:54.538Z PASS [ 17.259s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
61142025-02-11T21:23:56.275Z PASS [ 14.401s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
61152025-02-11T21:24:11.030Z PASS [ 21.941s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
61162025-02-11T21:24:12.914Z PASS [ 24.631s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
61172025-02-11T21:24:15.064Z PASS [ 23.342s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
61182025-02-11T21:24:15.574Z PASS [ 23.953s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
61192025-02-11T21:24:16.584Z PASS [ 29.865s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
61202025-02-11T21:24:21.489Z PASS [ 25.208s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
61212025-02-11T21:24:21.602Z PASS [ 33.370s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
61222025-02-11T21:24:27.902Z PASS [ 16.867s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
61232025-02-11T21:24:31.368Z PASS [ 18.450s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
61242025-02-11T21:24:32.510Z PASS [ 37.961s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
61252025-02-11T21:24:34.537Z PASS [ 17.948s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
61262025-02-11T21:24:42.662Z PASS [ 27.590s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
61272025-02-11T21:24:49.430Z PASS [ 16.917s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
61282025-02-11T21:24:51.836Z PASS [ 36.252s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
61292025-02-11T21:24:53.535Z PASS [ 22.161s] omicron-nexus::test_all integration_tests::instances::test_instance_access
61302025-02-11T21:24:56.378Z PASS [ 34.880s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
61312025-02-11T21:25:02.259Z PASS [ 27.714s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
61322025-02-11T21:25:03.582Z PASS [ 35.671s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
61332025-02-11T21:25:14.126Z PASS [ 31.455s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
61342025-02-11T21:25:20.151Z PASS [ 30.713s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
61352025-02-11T21:25:20.890Z PASS [ 27.347s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
61362025-02-11T21:25:21.630Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61372025-02-11T21:25:22.855Z PASS [ 31.010s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
61382025-02-11T21:25:24.408Z PASS [ 28.021s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
61392025-02-11T21:25:34.238Z PASS [ 72.615s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61402025-02-11T21:25:34.943Z PASS [ 32.675s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
61412025-02-11T21:25:39.216Z PASS [ 25.083s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
61422025-02-11T21:25:42.808Z PASS [ 22.649s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
61432025-02-11T21:25:48.056Z PASS [ 27.158s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
61442025-02-11T21:25:48.680Z PASS [ 45.085s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
61452025-02-11T21:25:50.683Z PASS [ 27.819s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
61462025-02-11T21:25:52.193Z PASS [ 27.778s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
61472025-02-11T21:26:00.935Z PASS [ 25.985s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
61482025-02-11T21:26:01.751Z PASS [ 27.505s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
61492025-02-11T21:26:05.546Z PASS [ 26.323s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
61502025-02-11T21:26:19.197Z PASS [ 31.132s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
61512025-02-11T21:26:22.684Z PASS [ 31.992s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
61522025-02-11T21:26:24.072Z PASS [ 35.382s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
61532025-02-11T21:26:25.999Z PASS [ 33.796s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
61542025-02-11T21:26:28.734Z PASS [ 45.915s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
61552025-02-11T21:26:32.509Z PASS [ 30.750s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
61562025-02-11T21:26:36.647Z PASS [ 17.445s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
61572025-02-11T21:26:38.271Z PASS [ 37.326s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
61582025-02-11T21:26:39.006Z PASS [ 33.448s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
61592025-02-11T21:26:42.424Z PASS [ 18.347s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
61602025-02-11T21:26:50.456Z PASS [ 17.942s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
61612025-02-11T21:26:50.710Z PASS [ 24.704s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
61622025-02-11T21:26:51.964Z PASS [ 23.223s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
61632025-02-11T21:26:53.368Z PASS [ 30.676s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61642025-02-11T21:27:01.491Z PASS [ 24.836s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61652025-02-11T21:27:02.601Z PASS [ 24.323s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61662025-02-11T21:27:05.777Z PASS [ 15.062s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61672025-02-11T21:27:06.077Z PASS [ 23.646s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61682025-02-11T21:27:09.990Z PASS [ 18.021s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61692025-02-11T21:27:10.049Z PASS [ 16.676s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61702025-02-11T21:27:16.603Z PASS [ 37.585s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61712025-02-11T21:27:17.938Z PASS [ 27.474s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61722025-02-11T21:27:19.415Z PASS [ 17.919s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61732025-02-11T21:27:21.398Z PASS [ 15.613s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61742025-02-11T21:27:31.926Z PASS [ 29.313s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61752025-02-11T21:27:35.890Z PASS [ 25.832s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61762025-02-11T21:27:36.128Z PASS [ 26.130s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61772025-02-11T21:27:36.308Z PASS [ 16.886s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61782025-02-11T21:27:36.815Z PASS [ 30.729s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61792025-02-11T21:27:41.117Z PASS [ 19.717s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61802025-02-11T21:27:45.901Z PASS [ 27.955s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61812025-02-11T21:27:47.521Z PASS [ 30.914s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61822025-02-11T21:27:49.931Z PASS [ 18.004s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61832025-02-11T21:27:52.599Z PASS [ 16.688s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61842025-02-11T21:27:53.152Z PASS [ 16.836s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61852025-02-11T21:27:53.164Z PASS [ 17.022s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61862025-02-11T21:27:57.448Z PASS [ 16.894s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61872025-02-11T21:27:58.631Z PASS [ 17.509s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61882025-02-11T21:28:04.181Z PASS [ 18.275s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61892025-02-11T21:28:07.897Z PASS [ 20.370s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61902025-02-11T21:28:08.863Z PASS [ 18.926s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61912025-02-11T21:28:10.152Z PASS [ 16.993s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61922025-02-11T21:28:12.432Z PASS [ 19.279s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61932025-02-11T21:28:15.604Z PASS [ 23.016s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61942025-02-11T21:28:21.330Z PASS [ 27.516s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61952025-02-11T21:28:29.454Z PASS [ 19.296s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61962025-02-11T21:28:29.531Z PASS [ 17.094s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61972025-02-11T21:28:30.968Z PASS [ 23.064s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61982025-02-11T21:28:36.703Z PASS [ 38.061s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61992025-02-11T21:28:36.839Z PASS [ 21.228s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
62002025-02-11T21:28:46.113Z PASS [ 37.239s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
62012025-02-11T21:28:50.719Z PASS [ 21.178s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
62022025-02-11T21:28:50.825Z PASS [ 46.630s] omicron-nexus::test_all integration_tests::metrics::test_metrics
62032025-02-11T21:28:51.246Z PASS [ 29.998s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
62042025-02-11T21:28:52.487Z PASS [ 21.513s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
62052025-02-11T21:29:00.020Z PASS [ 23.309s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
62062025-02-11T21:29:09.302Z PASS [ 39.836s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
62072025-02-11T21:29:11.796Z PASS [ 21.075s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
62082025-02-11T21:29:14.246Z PASS [ 37.397s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
62092025-02-11T21:29:19.417Z PASS [ 28.148s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
62102025-02-11T21:29:21.675Z PASS [ 29.148s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
62112025-02-11T21:29:26.047Z PASS [ 37.828s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
62122025-02-11T21:29:28.414Z PASS [ 37.579s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
62132025-02-11T21:29:29.115Z PASS [ 29.085s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
62142025-02-11T21:29:29.993Z PASS [ 20.685s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
62152025-02-11T21:29:41.490Z PASS [ 19.841s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
62162025-02-11T21:29:42.220Z PASS [ 18.264s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
62172025-02-11T21:29:47.028Z PASS [ 17.030s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
62182025-02-11T21:29:49.677Z PASS [ 21.257s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
62192025-02-11T21:29:49.743Z PASS [ 20.625s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
62202025-02-11T21:29:51.050Z PASS [ 39.242s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
62212025-02-11T21:29:56.917Z PASS [ 42.658s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
62222025-02-11T21:30:05.352Z PASS [ 23.855s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
62232025-02-11T21:30:06.616Z PASS [ 19.582s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
62242025-02-11T21:30:07.377Z PASS [ 17.695s] omicron-nexus::test_all integration_tests::projects::test_projects
62252025-02-11T21:30:08.119Z PASS [ 25.890s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
62262025-02-11T21:30:08.234Z PASS [ 18.485s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
62272025-02-11T21:30:10.748Z PASS [ 13.828s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
62282025-02-11T21:30:14.584Z PASS [ 55.168s] omicron-nexus::test_all integration_tests::password_login::test_local_users
62292025-02-11T21:30:22.653Z PASS [ 17.296s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
62302025-02-11T21:30:24.706Z PASS [ 17.324s] omicron-nexus::test_all integration_tests::rack::test_sled_add
62312025-02-11T21:30:25.073Z PASS [ 16.950s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
62322025-02-11T21:30:25.388Z PASS [ 18.767s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
62332025-02-11T21:30:25.988Z PASS [ 17.749s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
62342025-02-11T21:30:26.393Z PASS [ 0.405s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
62352025-02-11T21:30:28.586Z PASS [ 3.512s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
62362025-02-11T21:30:28.721Z PASS [ 14.134s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
62372025-02-11T21:30:28.812Z PASS [ 18.059s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
62382025-02-11T21:30:28.933Z PASS [ 3.544s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
62392025-02-11T21:30:29.862Z PASS [ 3.468s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
62402025-02-11T21:30:31.990Z PASS [ 3.403s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
62412025-02-11T21:30:33.140Z PASS [ 42.079s] omicron-nexus::test_all integration_tests::quotas::test_quotas
62422025-02-11T21:30:33.335Z PASS [ 0.194s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
62432025-02-11T21:30:33.494Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
62442025-02-11T21:30:33.652Z PASS [ 0.158s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
62452025-02-11T21:30:33.799Z PASS [ 0.146s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
62462025-02-11T21:30:33.979Z PASS [ 0.179s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
62472025-02-11T21:30:38.253Z PASS [ 15.595s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
62482025-02-11T21:30:42.058Z PASS [ 17.347s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
62492025-02-11T21:30:48.523Z PASS [ 19.704s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
62502025-02-11T21:30:49.115Z PASS [ 19.247s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
62512025-02-11T21:30:49.418Z PASS [ 20.691s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
62522025-02-11T21:30:50.686Z PASS [ 16.701s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
62532025-02-11T21:30:50.826Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
62542025-02-11T21:30:51.850Z PASS [ 19.854s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
62552025-02-11T21:30:54.984Z PASS [ 26.043s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
62562025-02-11T21:30:55.117Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
62572025-02-11T21:30:55.250Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
62582025-02-11T21:30:55.772Z PASS [ 17.514s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
62592025-02-11T21:30:57.153Z PASS [ 15.091s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
62602025-02-11T21:31:06.127Z PASS [ 17.600s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
62612025-02-11T21:31:07.105Z PASS [ 17.985s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
62622025-02-11T21:31:07.647Z PASS [ 18.223s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62632025-02-11T21:31:08.861Z PASS [ 18.031s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62642025-02-11T21:31:09.723Z PASS [ 17.868s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62652025-02-11T21:31:10.886Z PASS [ 15.631s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62662025-02-11T21:31:11.158Z PASS [ 15.382s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62672025-02-11T21:31:11.263Z PASS [ 14.105s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62682025-02-11T21:31:12.401Z PASS [ 2.676s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62692025-02-11T21:31:14.273Z PASS [ 8.143s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62702025-02-11T21:31:14.485Z PASS [ 2.083s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62712025-02-11T21:31:16.224Z PASS [ 1.950s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62722025-02-11T21:31:16.266Z PASS [ 1.781s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62732025-02-11T21:31:18.024Z PASS [ 1.799s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62742025-02-11T21:31:18.086Z PASS [ 1.818s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62752025-02-11T21:31:19.337Z PASS [ 1.250s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62762025-02-11T21:31:46.978Z PASS [ 27.634s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62772025-02-11T21:31:57.847Z PASS [ 39.812s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62782025-02-11T21:32:08.163Z PASS [ 21.178s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62792025-02-11T21:32:21.984Z PASS [ 24.130s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62802025-02-11T21:32:32.733Z PASS [ 10.746s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62812025-02-11T21:32:32.779Z PASS [ 10.793s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62822025-02-11T21:32:33.122Z PASS [ 11.136s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62832025-02-11T21:32:33.293Z PASS [ 11.306s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62842025-02-11T21:32:43.517Z PASS [ 10.781s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62852025-02-11T21:32:43.873Z PASS [ 11.090s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62862025-02-11T21:32:44.202Z PASS [ 10.906s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62872025-02-11T21:32:44.228Z PASS [ 36.056s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62882025-02-11T21:32:44.247Z PASS [ 11.121s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62892025-02-11T21:33:01.848Z PASS [ 17.970s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62902025-02-11T21:33:01.937Z PASS [ 17.704s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62912025-02-11T21:33:02.085Z PASS [ 17.876s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62922025-02-11T21:33:02.685Z PASS [ 18.432s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62932025-02-11T21:33:02.829Z PASS [ 18.595s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62942025-02-11T21:33:03.137Z PASS [ 18.903s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62952025-02-11T21:33:03.262Z PASS [ 19.739s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62962025-02-11T21:33:10.172Z PASS [ 25.936s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62972025-02-11T21:33:19.700Z PASS [ 17.610s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62982025-02-11T21:33:19.990Z PASS [ 18.047s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62992025-02-11T21:33:20.458Z PASS [ 17.624s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
63002025-02-11T21:33:20.867Z PASS [ 17.725s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
63012025-02-11T21:33:20.966Z PASS [ 18.276s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
63022025-02-11T21:33:21.760Z PASS [ 19.906s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
63032025-02-11T21:33:24.706Z PASS [ 21.438s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
63042025-02-11T21:33:35.704Z PASS [ 25.525s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
63052025-02-11T21:33:38.269Z PASS [ 18.563s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
63062025-02-11T21:33:39.098Z PASS [ 18.634s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
63072025-02-11T21:33:40.334Z PASS [ 19.362s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
63082025-02-11T21:33:43.025Z PASS [ 23.028s] omicron-nexus::test_all integration_tests::silos::test_silos
63092025-02-11T21:33:43.763Z PASS [ 21.996s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
63102025-02-11T21:33:43.830Z PASS [ 19.115s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
63112025-02-11T21:33:47.496Z PASS [ 26.620s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
63122025-02-11T21:33:57.494Z PASS [ 17.155s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
63132025-02-11T21:34:02.070Z PASS [ 19.040s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
63142025-02-11T21:34:02.519Z PASS [ 18.687s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
63152025-02-11T21:34:02.530Z PASS [ 26.819s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
63162025-02-11T21:34:02.962Z PASS [ 19.195s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
63172025-02-11T21:34:05.195Z PASS [ 26.090s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
63182025-02-11T21:34:06.595Z PASS [ 28.317s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
63192025-02-11T21:34:07.356Z PASS [ 4.392s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
63202025-02-11T21:34:08.086Z PASS [ 1.492s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
63212025-02-11T21:34:09.796Z PASS [ 4.599s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
63222025-02-11T21:34:12.078Z PASS [ 4.720s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
63232025-02-11T21:34:12.459Z PASS [ 4.372s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
63242025-02-11T21:34:15.459Z PASS [ 27.956s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
63252025-02-11T21:34:17.446Z PASS [ 19.947s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
63262025-02-11T21:34:25.743Z PASS [ 23.205s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
63272025-02-11T21:34:26.837Z PASS [ 17.037s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
63282025-02-11T21:34:27.534Z PASS [ 25.007s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
63292025-02-11T21:34:28.134Z PASS [ 2.390s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
63302025-02-11T21:34:28.155Z PASS [ 26.078s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
63312025-02-11T21:34:31.380Z PASS [ 15.916s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
63322025-02-11T21:34:36.279Z PASS [ 23.813s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
63332025-02-11T21:34:42.607Z PASS [ 14.469s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
63342025-02-11T21:34:43.690Z PASS [ 31.603s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
63352025-02-11T21:34:43.847Z PASS [ 17.005s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
63362025-02-11T21:34:44.102Z PASS [ 15.942s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
63372025-02-11T21:34:49.380Z PASS [ 21.840s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
63382025-02-11T21:35:00.934Z PASS [ 24.648s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
63392025-02-11T21:35:00.937Z PASS [ 29.547s] omicron-nexus::test_all integration_tests::utilization::test_utilization
63402025-02-11T21:35:04.820Z PASS [ 21.124s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
63412025-02-11T21:35:08.984Z PASS [ 26.369s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
63422025-02-11T21:35:09.514Z PASS [ 25.660s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
63432025-02-11T21:35:09.517Z PASS [ 25.405s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
63442025-02-11T21:35:16.431Z PASS [ 27.044s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
63452025-02-11T21:35:17.473Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63462025-02-11T21:35:27.793Z PASS [ 26.851s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
63472025-02-11T21:35:27.885Z PASS [ 26.942s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
63482025-02-11T21:35:30.536Z PASS [ 25.709s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
63492025-02-11T21:35:32.240Z PASS [ 22.719s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
63502025-02-11T21:35:35.092Z PASS [ 26.100s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
63512025-02-11T21:35:47.714Z PASS [ 19.915s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
63522025-02-11T21:35:50.149Z PASS [ 19.607s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
63532025-02-11T21:35:53.059Z PASS [ 25.167s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
63542025-02-11T21:35:53.347Z PASS [ 95.876s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63552025-02-11T21:35:54.876Z PASS [ 22.630s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
63562025-02-11T21:36:02.215Z PASS [ 27.116s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
63572025-02-11T21:36:09.544Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63582025-02-11T21:36:09.587Z PASS [ 53.141s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
63592025-02-11T21:36:14.654Z PASS [ 26.933s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
63602025-02-11T21:36:16.100Z PASS [ 66.568s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63612025-02-11T21:36:20.952Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
63622025-02-11T21:36:25.203Z PASS [ 32.135s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
63632025-02-11T21:36:25.400Z PASS [ 32.043s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63642025-02-11T21:36:26.833Z PASS [ 24.611s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
63652025-02-11T21:36:27.562Z PASS [ 32.677s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63662025-02-11T21:36:35.845Z PASS [ 26.250s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63672025-02-11T21:36:46.235Z PASS [ 31.572s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63682025-02-11T21:36:48.310Z PASS [ 22.904s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63692025-02-11T21:36:49.114Z PASS [ 22.274s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63702025-02-11T21:36:49.980Z PASS [ 22.412s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63712025-02-11T21:36:57.602Z PASS [ 21.751s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63722025-02-11T21:37:05.197Z PASS [ 15.212s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63732025-02-11T21:37:07.624Z PASS [ 21.382s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63742025-02-11T21:37:09.053Z PASS [ 48.088s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63752025-02-11T21:37:09.919Z PASS [ 12.313s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63762025-02-11T21:37:12.061Z PASS [ 22.939s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63772025-02-11T21:37:12.356Z PASS [ 24.033s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63782025-02-11T21:37:16.127Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
63792025-02-11T21:37:21.773Z PASS [ 16.571s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63802025-02-11T21:37:23.581Z PASS [ 58.362s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63812025-02-11T21:37:23.769Z PASS [ 16.138s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63822025-02-11T21:37:25.951Z PASS [ 16.894s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63832025-02-11T21:37:27.055Z PASS [ 17.131s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63842025-02-11T21:37:28.439Z PASS [ 16.083s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63852025-02-11T21:37:28.471Z PASS [ 16.405s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63862025-02-11T21:37:39.652Z PASS [ 17.873s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63872025-02-11T21:37:41.401Z PASS [ 17.630s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63882025-02-11T21:37:41.966Z PASS [ 85.842s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
63892025-02-11T21:37:41.996Z PASS [ 18.410s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63902025-02-11T21:37:42.980Z PASS [ 17.024s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63912025-02-11T21:37:43.237Z PASS [ 16.177s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63922025-02-11T21:37:43.990Z PASS [ 15.515s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63932025-02-11T21:37:44.123Z PASS [ 15.680s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63942025-02-11T21:37:56.801Z PASS [ 17.144s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63952025-02-11T21:37:58.380Z PASS [ 16.973s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63962025-02-11T21:37:58.597Z PASS [ 16.626s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63972025-02-11T21:37:58.748Z PASS [ 16.747s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63982025-02-11T21:37:59.808Z PASS [ 16.821s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63992025-02-11T21:38:00.063Z PASS [ 16.821s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
64002025-02-11T21:38:00.241Z PASS [ 16.246s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
64012025-02-11T21:38:13.550Z PASS [ 29.419s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
64022025-02-11T21:38:14.698Z PASS [ 16.314s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
64032025-02-11T21:38:14.780Z PASS [ 16.027s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
64042025-02-11T21:38:15.023Z PASS [ 16.421s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
64052025-02-11T21:38:16.379Z PASS [ 16.310s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
64062025-02-11T21:38:17.306Z PASS [ 17.495s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
64072025-02-11T21:38:25.827Z PASS [ 29.018s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
64082025-02-11T21:38:27.936Z PASS [ 27.687s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
64092025-02-11T21:38:32.384Z PASS [ 17.680s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
64102025-02-11T21:38:33.210Z PASS [ 19.654s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
64112025-02-11T21:38:34.707Z PASS [ 19.921s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
64122025-02-11T21:38:39.198Z PASS [ 24.168s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
64132025-02-11T21:38:39.810Z PASS [ 23.426s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
64142025-02-11T21:38:39.871Z PASS [ 0.060s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
64152025-02-11T21:38:39.977Z PASS [ 0.106s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
64162025-02-11T21:38:40.063Z PASS [ 0.085s] omicron-package config::tests::multi_preset_arg
64172025-02-11T21:38:40.140Z PASS [ 0.077s] omicron-package dot::test::test_bad_dependency
64182025-02-11T21:38:40.192Z PASS [ 0.052s] omicron-package dot::test::test_dot_output
64192025-02-11T21:38:46.971Z PASS [ 7.771s] omicron-omdb::test_all_output test_omdb_usage_errors
64202025-02-11T21:38:46.999Z PASS [ 0.027s] omicron-passwords test::test_password_constraints
64212025-02-11T21:38:47.522Z PASS [ 7.327s] omicron-passwords test::test_compatible
64222025-02-11T21:38:48.467Z PASS [ 20.525s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
64232025-02-11T21:38:48.520Z PASS [ 0.052s] omicron-passwords test::test_stable
64242025-02-11T21:38:48.546Z PASS [ 0.025s] omicron-passwords test::test_weak_hashes
64252025-02-11T21:38:48.573Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
64262025-02-11T21:38:48.628Z PASS [ 0.054s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
64272025-02-11T21:38:48.656Z PASS [ 0.027s] omicron-rpaths internal::tests::test_emit_rpath
64282025-02-11T21:38:49.244Z PASS [ 0.587s] omicron-sled-agent artifact_store::test::list_get_put_delete
64292025-02-11T21:38:49.387Z PASS [ 0.143s] omicron-sled-agent artifact_store::test::no_dataset
64302025-02-11T21:38:49.550Z PASS [ 0.162s] omicron-sled-agent artifact_store::test::wrong_hash
64312025-02-11T21:38:49.679Z PASS [ 2.679s] omicron-passwords test::test_reproducible
64322025-02-11T21:38:49.682Z PASS [ 0.130s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
64332025-02-11T21:38:49.784Z PASS [ 0.097s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
64342025-02-11T21:38:49.935Z PASS [ 0.151s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
64352025-02-11T21:38:50.032Z PASS [ 0.096s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
64362025-02-11T21:38:50.291Z PASS [ 0.611s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
64372025-02-11T21:38:50.368Z PASS [ 0.077s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
64382025-02-11T21:38:50.424Z PASS [ 0.055s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
64392025-02-11T21:38:50.487Z PASS [ 0.063s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
64402025-02-11T21:38:50.529Z PASS [ 0.042s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
64412025-02-11T21:38:50.536Z PASS [ 24.702s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
64422025-02-11T21:38:50.565Z PASS [ 0.036s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
64432025-02-11T21:38:50.573Z PASS [ 0.036s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
64442025-02-11T21:38:50.591Z PASS [ 0.557s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
64452025-02-11T21:38:50.599Z PASS [ 0.033s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
64462025-02-11T21:38:50.611Z PASS [ 0.037s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
64472025-02-11T21:38:50.628Z PASS [ 0.036s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
64482025-02-11T21:38:50.676Z PASS [ 0.076s] omicron-sled-agent config::test::test_smf_configs
64492025-02-11T21:38:50.676Z PASS [ 0.048s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
64502025-02-11T21:38:50.684Z PASS [ 0.072s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
64512025-02-11T21:38:50.712Z PASS [ 0.036s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
64522025-02-11T21:38:50.731Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
64532025-02-11T21:38:50.740Z PASS [ 0.055s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
64542025-02-11T21:38:50.754Z PASS [ 0.041s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
64552025-02-11T21:38:51.330Z PASS [ 18.941s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
64562025-02-11T21:38:53.748Z PASS [ 36.432s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64572025-02-11T21:38:53.914Z PASS [ 20.698s] omicron-omdb::test_all_output test_omdb_env_settings
64582025-02-11T21:38:53.966Z PASS [ 0.052s] omicron-sled-agent probe_manager::test::probe_state_set_ops
64592025-02-11T21:38:53.997Z PASS [ 0.030s] omicron-sled-agent profile::tests::empty_profile
64602025-02-11T21:38:54.028Z PASS [ 3.296s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64612025-02-11T21:38:54.035Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_disabled_instance
64622025-02-11T21:38:54.057Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_instance
64632025-02-11T21:38:54.065Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
64642025-02-11T21:38:54.093Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_property
64652025-02-11T21:38:54.100Z PASS [ 2.768s] omicron-sled-agent instance::tests::test_instance_manager_creation
64662025-02-11T21:38:54.103Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
64672025-02-11T21:38:54.125Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service
64682025-02-11T21:38:54.132Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64692025-02-11T21:38:54.134Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_service_property_group
64702025-02-11T21:38:54.158Z PASS [ 0.033s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64712025-02-11T21:38:54.174Z PASS [ 0.042s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64722025-02-11T21:38:54.180Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64732025-02-11T21:38:54.212Z PASS [ 0.053s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64742025-02-11T21:38:54.220Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64752025-02-11T21:38:55.352Z PASS [ 4.596s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64762025-02-11T21:38:56.080Z PASS [ 5.338s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64772025-02-11T21:38:56.906Z PASS [ 2.692s] omicron-sled-agent services::illumos_tests::test_ensure_service
64782025-02-11T21:38:56.989Z PASS [ 2.808s] omicron-sled-agent services::illumos_tests::test_bad_generations
64792025-02-11T21:38:57.036Z PASS [ 0.046s] omicron-sled-agent services::test::test_all_zones_requests_schema
64802025-02-11T21:38:57.079Z PASS [ 0.043s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64812025-02-11T21:38:57.089Z PASS [ 2.866s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64822025-02-11T21:38:57.132Z PASS [ 0.053s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64832025-02-11T21:38:57.139Z PASS [ 0.050s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64842025-02-11T21:38:57.178Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64852025-02-11T21:38:57.185Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64862025-02-11T21:38:57.219Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64872025-02-11T21:38:57.226Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64882025-02-11T21:38:57.262Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64892025-02-11T21:38:57.305Z PASS [ 0.043s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64902025-02-11T21:38:57.347Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64912025-02-11T21:38:57.388Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64922025-02-11T21:38:57.435Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64932025-02-11T21:38:57.476Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64942025-02-11T21:38:57.523Z PASS [ 0.046s] omicron-sled-agent sim::storage::test::nested_dataset
64952025-02-11T21:38:57.564Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
64962025-02-11T21:38:57.601Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
64972025-02-11T21:38:57.636Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64982025-02-11T21:38:57.672Z PASS [ 0.036s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64992025-02-11T21:38:58.100Z PASS [ 2.746s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
65002025-02-11T21:38:59.068Z PASS [ 2.985s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
65012025-02-11T21:38:59.268Z PASS [ 11.742s] omicron-passwords test::test_smoke
65022025-02-11T21:38:59.372Z PASS [ 2.465s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
65032025-02-11T21:39:01.033Z PASS [ 3.805s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
65042025-02-11T21:39:01.137Z PASS [ 3.463s] omicron-sled-agent support_bundle::storage::tests::basic_crud
65052025-02-11T21:39:01.168Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_no_components
65062025-02-11T21:39:01.197Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_sled_agent_version
65072025-02-11T21:39:01.238Z PASS [ 0.039s] omicron-sled-agent updates::test::test_query_zone_version
65082025-02-11T21:39:01.282Z PASS [ 0.043s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
65092025-02-11T21:39:01.480Z PASS [ 3.377s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
65102025-02-11T21:39:02.587Z PASS [ 27.872s] omicron-omdb::test_all_output test_omdb_success_cases
65112025-02-11T21:39:02.623Z PASS [ 0.036s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
65122025-02-11T21:39:02.744Z PASS [ 3.673s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
65132025-02-11T21:39:03.123Z PASS [ 3.854s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
65142025-02-11T21:39:03.208Z PASS [ 3.833s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
65152025-02-11T21:39:03.267Z PASS [ 0.059s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
65162025-02-11T21:39:03.308Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_dir_size
65172025-02-11T21:39:03.366Z PASS [ 0.058s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
65182025-02-11T21:39:03.987Z PASS [ 0.620s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
65192025-02-11T21:39:04.311Z PASS [ 2.830s] omicron-sled-agent zone_bundle::illumos_tests::test_context
65202025-02-11T21:39:04.436Z PASS [ 3.153s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
65212025-02-11T21:39:04.469Z PASS [ 0.158s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
65222025-02-11T21:39:04.529Z PASS [ 0.059s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
65232025-02-11T21:39:04.557Z PASS [ 0.569s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
65242025-02-11T21:39:04.564Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
65252025-02-11T21:39:04.995Z PASS [ 3.961s] omicron-sled-agent support_bundle::storage::tests::ranges
65262025-02-11T21:39:05.166Z PASS [ 0.608s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
65272025-02-11T21:39:05.169Z PASS [ 0.601s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
65282025-02-11T21:39:05.197Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
65292025-02-11T21:39:05.203Z PASS [ 0.036s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
65302025-02-11T21:39:05.259Z PASS [ 0.823s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
65312025-02-11T21:39:05.272Z PASS [ 2.527s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
65322025-02-11T21:39:05.335Z PASS [ 0.137s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
65332025-02-11T21:39:05.497Z PASS [ 0.237s] omicron-test-utils dev::db::test::test_bad_cmd
65342025-02-11T21:39:05.636Z PASS [ 3.012s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
65352025-02-11T21:39:05.646Z PASS [ 0.443s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
65362025-02-11T21:39:05.674Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_make_pg_config_fail
65372025-02-11T21:39:05.681Z PASS [ 0.034s] omicron-test-utils dev::db::test::test_make_pg_config_ok
65382025-02-11T21:39:05.690Z PASS [ 0.418s] omicron-test-utils dev::db::test::test_cmd_fails
65392025-02-11T21:39:05.710Z PASS [ 0.036s] omicron-test-utils dev::db::test::test_process_exit_abnormal
65402025-02-11T21:39:05.719Z PASS [ 0.037s] omicron-test-utils dev::db::test::test_process_exit_normal
65412025-02-11T21:39:05.771Z PASS [ 2.646s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
65422025-02-11T21:39:05.777Z PASS [ 0.279s] omicron-test-utils dev::db::test::test_database_start_hang
65432025-02-11T21:39:05.802Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_starter_tmpdir
65442025-02-11T21:39:05.839Z PASS [ 0.036s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
65452025-02-11T21:39:05.850Z PASS [ 0.072s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
65462025-02-11T21:39:05.882Z PASS [ 0.043s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
65472025-02-11T21:39:05.890Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
65482025-02-11T21:39:05.963Z PASS [ 0.072s] omicron-test-utils dev::test_cmds::tests::test_redact_section
65492025-02-11T21:39:05.971Z PASS [ 0.088s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
65502025-02-11T21:39:06.026Z PASS [ 1.030s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
65512025-02-11T21:39:06.171Z LEAK [ 0.480s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
65522025-02-11T21:39:06.327Z PASS [ 0.155s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
65532025-02-11T21:39:06.521Z PASS [ 0.494s] oximeter test::timeseries_schema_consistency
65542025-02-11T21:39:06.529Z PASS [ 0.565s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
65552025-02-11T21:39:06.729Z PASS [ 0.199s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
65562025-02-11T21:39:06.752Z PASS [ 0.424s] oximeter-collector agent::tests::test_self_stat_collection_count
65572025-02-11T21:39:06.767Z PASS [ 0.246s] oximeter-collector agent::tests::test_self_stat_error_counter
65582025-02-11T21:39:06.799Z PASS [ 0.031s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
65592025-02-11T21:39:06.834Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
65602025-02-11T21:39:06.879Z PASS [ 0.149s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
65612025-02-11T21:39:06.979Z PASS [ 1.259s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
65622025-02-11T21:39:07.005Z PASS [ 1.669s] omicron-test-utils dev::db::test::test_database_concurrent
65632025-02-11T21:39:07.021Z PASS [ 1.050s] openapi-manager check::tests::check_apis_up_to_date
65642025-02-11T21:39:07.047Z PASS [ 0.041s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
65652025-02-11T21:39:07.053Z PASS [ 0.031s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
65662025-02-11T21:39:07.056Z PASS [ 0.075s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
65672025-02-11T21:39:07.056Z PASS [ 0.176s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
65682025-02-11T21:39:07.072Z PASS [ 0.024s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
65692025-02-11T21:39:07.341Z PASS [ 0.506s] oximeter-collector::test_commands test_oximeter_no_args
65702025-02-11T21:39:07.814Z PASS [ 1.061s] oximeter-collector agent::tests::verify_producer_details
65712025-02-11T21:39:07.947Z PASS [ 0.605s] oximeter-db client::tests::can_ping_clickhouse
65722025-02-11T21:39:08.051Z PASS [ 0.103s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65732025-02-11T21:39:08.121Z PASS [ 0.070s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65742025-02-11T21:39:08.258Z PASS [ 1.204s] oximeter-db client::oxql::tests::test_get_entire_table
65752025-02-11T21:39:08.287Z PASS [ 1.214s] oximeter-db client::oxql::tests::test_limit_operations
65762025-02-11T21:39:08.328Z PASS [ 1.273s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65772025-02-11T21:39:08.332Z PASS [ 1.269s] oximeter-db client::oxql::tests::test_get_one_timeseries
65782025-02-11T21:39:08.947Z PASS [ 0.618s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65792025-02-11T21:39:09.022Z PASS [ 0.735s] oximeter-db client::tests::read_latest_version_reports_max
65802025-02-11T21:39:09.067Z PASS [ 0.738s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65812025-02-11T21:39:09.713Z PASS [ 0.645s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65822025-02-11T21:39:09.743Z PASS [ 0.795s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65832025-02-11T21:39:10.097Z PASS [ 1.074s] oximeter-db client::tests::select_timeseries_with_select_one
65842025-02-11T21:39:10.539Z PASS [ 0.826s] oximeter-db client::tests::test_client_select_timeseries_one
65852025-02-11T21:39:10.543Z PASS [ 0.796s] oximeter-db client::tests::test_database_version_update_is_idempotent
65862025-02-11T21:39:10.629Z PASS [ 2.370s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65872025-02-11T21:39:10.887Z PASS [ 0.789s] oximeter-db client::tests::test_database_version_will_not_downgrade
65882025-02-11T21:39:11.295Z PASS [ 0.755s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65892025-02-11T21:39:11.407Z PASS [ 0.778s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65902025-02-11T21:39:11.463Z PASS [ 0.923s] oximeter-db client::tests::test_database_version_wipes_old_version
65912025-02-11T21:39:11.863Z PASS [ 0.975s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65922025-02-11T21:39:12.033Z PASS [ 0.737s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65932025-02-11T21:39:12.257Z PASS [ 0.794s] oximeter-db client::tests::test_field_record_count
65942025-02-11T21:39:12.814Z PASS [ 0.950s] oximeter-db client::tests::test_get_schema_no_new_values
65952025-02-11T21:39:12.836Z PASS [ 7.124s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65962025-02-11T21:39:12.846Z PASS [ 1.437s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65972025-02-11T21:39:12.875Z PASS [ 0.029s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65982025-02-11T21:39:12.886Z PASS [ 0.852s] oximeter-db client::tests::test_insert_samples
65992025-02-11T21:39:12.907Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete
66002025-02-11T21:39:12.915Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
66012025-02-11T21:39:12.936Z PASS [ 0.029s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
66022025-02-11T21:39:12.977Z PASS [ 0.719s] oximeter-db client::tests::test_is_oximeter_cluster
66032025-02-11T21:39:13.575Z PASS [ 0.738s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
66042025-02-11T21:39:13.602Z PASS [ 0.788s] oximeter-db client::tests::test_list_timeseries
66052025-02-11T21:39:13.674Z PASS [ 0.736s] oximeter-db client::tests::test_schema_mismatch
66062025-02-11T21:39:13.725Z PASS [ 0.747s] oximeter-db client::tests::test_schema_update
66072025-02-11T21:39:14.051Z PASS [ 1.135s] oximeter-db client::tests::test_recall_of_all_fields
66082025-02-11T21:39:14.370Z PASS [ 0.794s] oximeter-db client::tests::test_select_all_datum_types
66092025-02-11T21:39:14.382Z PASS [ 0.779s] oximeter-db client::tests::test_select_all_field_types
66102025-02-11T21:39:14.488Z PASS [ 0.814s] oximeter-db client::tests::test_select_timeseries_with_all
66112025-02-11T21:39:14.771Z PASS [ 1.045s] oximeter-db client::tests::test_select_timeseries_with_limit
66122025-02-11T21:39:15.006Z PASS [ 0.953s] oximeter-db client::tests::test_select_timeseries_with_order
66132025-02-11T21:39:15.193Z PASS [ 0.811s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
66142025-02-11T21:39:15.196Z PASS [ 0.823s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
66152025-02-11T21:39:15.223Z PASS [ 0.028s] oximeter-db client::tests::test_unravel_index
66162025-02-11T21:39:15.256Z PASS [ 0.034s] oximeter-db client::tests::test_verify_schema_upgrades
66172025-02-11T21:39:15.285Z PASS [ 0.028s] oximeter-db model::fields::tests::test_extract_fields_as_block
66182025-02-11T21:39:15.287Z PASS [ 0.796s] oximeter-db client::tests::test_select_timeseries_with_start_time
66192025-02-11T21:39:15.310Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
66202025-02-11T21:39:15.317Z PASS [ 0.031s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
66212025-02-11T21:39:15.339Z PASS [ 0.022s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
66222025-02-11T21:39:15.345Z PASS [ 0.030s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
66232025-02-11T21:39:15.362Z PASS [ 0.023s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
66242025-02-11T21:39:15.368Z PASS [ 0.022s] oximeter-db native::block::tests::concat_blocks
66252025-02-11T21:39:15.389Z PASS [ 0.027s] oximeter-db native::block::tests::datetime64_scale_checks_range
66262025-02-11T21:39:15.395Z PASS [ 0.026s] oximeter-db native::block::tests::parse_date_time
66272025-02-11T21:39:15.412Z PASS [ 0.023s] oximeter-db native::block::tests::parse_date_time64
66282025-02-11T21:39:15.419Z PASS [ 0.023s] oximeter-db native::block::tests::parse_escaped_date_time64
66292025-02-11T21:39:15.442Z PASS [ 0.029s] oximeter-db native::block::tests::test_data_type_to_string
66302025-02-11T21:39:15.449Z PASS [ 0.029s] oximeter-db native::block::tests::test_datetime64_conversions
66312025-02-11T21:39:15.473Z PASS [ 0.023s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
66322025-02-11T21:39:15.475Z PASS [ 0.031s] oximeter-db native::block::tests::test_parse_all_known_timezones
66332025-02-11T21:39:15.502Z PASS [ 0.029s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
66342025-02-11T21:39:15.508Z PASS [ 0.035s] oximeter-db native::block::tests::test_parse_enum8
66352025-02-11T21:39:15.527Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_enum_variant
66362025-02-11T21:39:15.533Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_invalid_data_type
66372025-02-11T21:39:15.763Z PASS [ 0.756s] oximeter-db client::tests::test_timeseries_schema_list
66382025-02-11T21:39:15.960Z PASS [ 0.766s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
66392025-02-11T21:39:16.079Z PASS [ 1.308s] oximeter-db client::tests::test_sql_query_output
66402025-02-11T21:39:16.110Z PASS [ 0.582s] oximeter-db native::connection::tests::test_basic_select_query
66412025-02-11T21:39:16.210Z PASS [ 0.676s] oximeter-db native::connection::tests::test_can_cancel_query
66422025-02-11T21:39:16.350Z PASS [ 0.586s] oximeter-db native::connection::tests::test_exchange_hello
66432025-02-11T21:39:16.537Z PASS [ 0.576s] oximeter-db native::connection::tests::test_insert_and_select_data
66442025-02-11T21:39:16.663Z PASS [ 0.583s] oximeter-db native::connection::tests::test_insert_and_select_uuid
66452025-02-11T21:39:16.689Z PASS [ 0.025s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
66462025-02-11T21:39:16.697Z PASS [ 0.586s] oximeter-db native::connection::tests::test_select_array_column
66472025-02-11T21:39:16.710Z PASS [ 0.021s] oximeter-db native::io::block::tests::test_decode_full_block
66482025-02-11T21:39:16.715Z PASS [ 0.018s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
66492025-02-11T21:39:16.732Z PASS [ 0.021s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
66502025-02-11T21:39:16.740Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
66512025-02-11T21:39:16.757Z PASS [ 0.024s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
66522025-02-11T21:39:16.764Z PASS [ 0.023s] oximeter-db native::io::column::tests::test_decode_string_column
66532025-02-11T21:39:16.786Z PASS [ 0.028s] oximeter-db native::io::column::tests::test_decode_uint64_column
66542025-02-11T21:39:16.797Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_uint8_column
66552025-02-11T21:39:16.805Z PASS [ 0.594s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
66562025-02-11T21:39:16.824Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_uuid_column
66572025-02-11T21:39:16.831Z PASS [ 0.033s] oximeter-db native::io::column::tests::test_encode_decode_column
66582025-02-11T21:39:16.836Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
66592025-02-11T21:39:16.845Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
66602025-02-11T21:39:16.854Z PASS [ 0.023s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
66612025-02-11T21:39:16.854Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
66622025-02-11T21:39:16.865Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
66632025-02-11T21:39:16.876Z PASS [ 0.021s] oximeter-db native::io::packet::server::tests::test_decode_pong
66642025-02-11T21:39:16.881Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
66652025-02-11T21:39:16.884Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
66662025-02-11T21:39:16.901Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_decode
66672025-02-11T21:39:16.907Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66682025-02-11T21:39:16.910Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_hello_world
66692025-02-11T21:39:16.922Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_count
66702025-02-11T21:39:16.927Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66712025-02-11T21:39:16.933Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66722025-02-11T21:39:16.938Z PASS [ 0.587s] oximeter-db native::connection::tests::test_select_nullable_column
66732025-02-11T21:39:16.943Z PASS [ 0.021s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66742025-02-11T21:39:16.947Z PASS [ 0.019s] oximeter-db native::io::varuint::test_encode_decode_varuint
66752025-02-11T21:39:16.953Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66762025-02-11T21:39:16.958Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66772025-02-11T21:39:16.964Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_comparison
66782025-02-11T21:39:16.969Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66792025-02-11T21:39:16.974Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66802025-02-11T21:39:16.979Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66812025-02-11T21:39:16.984Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66822025-02-11T21:39:16.990Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66832025-02-11T21:39:16.996Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66842025-02-11T21:39:17.004Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66852025-02-11T21:39:17.013Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66862025-02-11T21:39:17.016Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66872025-02-11T21:39:17.026Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66882025-02-11T21:39:17.033Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66892025-02-11T21:39:17.043Z PASS [ 0.028s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66902025-02-11T21:39:17.045Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_group_by
66912025-02-11T21:39:17.053Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_ident
66922025-02-11T21:39:17.058Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66932025-02-11T21:39:17.065Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66942025-02-11T21:39:17.071Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66952025-02-11T21:39:17.078Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66962025-02-11T21:39:17.082Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66972025-02-11T21:39:17.088Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66982025-02-11T21:39:17.095Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66992025-02-11T21:39:17.101Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
67002025-02-11T21:39:17.120Z PASS [ 0.582s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
67012025-02-11T21:39:17.127Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_query
67022025-02-11T21:39:17.133Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
67032025-02-11T21:39:17.136Z PASS [ 0.044s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
67042025-02-11T21:39:17.143Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
67052025-02-11T21:39:17.149Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
67062025-02-11T21:39:17.157Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_reducer
67072025-02-11T21:39:17.163Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
67082025-02-11T21:39:17.168Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
67092025-02-11T21:39:17.174Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
67102025-02-11T21:39:17.179Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
67112025-02-11T21:39:17.185Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
67122025-02-11T21:39:17.191Z PASS [ 0.021s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
67132025-02-11T21:39:17.197Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
67142025-02-11T21:39:17.202Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
67152025-02-11T21:39:17.207Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
67162025-02-11T21:39:17.217Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
67172025-02-11T21:39:17.224Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
67182025-02-11T21:39:17.231Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
67192025-02-11T21:39:17.238Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
67202025-02-11T21:39:17.244Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
67212025-02-11T21:39:17.255Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
67222025-02-11T21:39:17.265Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
67232025-02-11T21:39:17.267Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
67242025-02-11T21:39:17.275Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
67252025-02-11T21:39:17.280Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
67262025-02-11T21:39:17.286Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
67272025-02-11T21:39:17.291Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
67282025-02-11T21:39:17.296Z PASS [ 0.021s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
67292025-02-11T21:39:17.301Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
67302025-02-11T21:39:17.310Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
67312025-02-11T21:39:17.316Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
67322025-02-11T21:39:17.325Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
67332025-02-11T21:39:17.332Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
67342025-02-11T21:39:17.342Z PASS [ 0.031s] oximeter-db oxql::plan::align::test::test_align_input_schema
67352025-02-11T21:39:17.436Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
67362025-02-11T21:39:17.447Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
67372025-02-11T21:39:17.452Z PASS [ 0.130s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
67382025-02-11T21:39:17.455Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
67392025-02-11T21:39:17.552Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
67402025-02-11T21:39:17.561Z PASS [ 0.108s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
67412025-02-11T21:39:17.567Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
67422025-02-11T21:39:17.573Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
67432025-02-11T21:39:17.679Z PASS [ 0.126s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
67442025-02-11T21:39:17.689Z PASS [ 0.116s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
67452025-02-11T21:39:17.696Z PASS [ 0.134s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
67462025-02-11T21:39:17.699Z PASS [ 0.128s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
67472025-02-11T21:39:17.793Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
67482025-02-11T21:39:17.800Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
67492025-02-11T21:39:17.809Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
67502025-02-11T21:39:17.815Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
67512025-02-11T21:39:17.911Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
67522025-02-11T21:39:17.922Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
67532025-02-11T21:39:17.934Z PASS [ 0.125s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
67542025-02-11T21:39:17.942Z PASS [ 0.127s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
67552025-02-11T21:39:17.963Z PASS [ 0.020s] oximeter-db oxql::query::tests::test_coalesce_limits
67562025-02-11T21:39:17.996Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
67572025-02-11T21:39:18.028Z PASS [ 0.116s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
67582025-02-11T21:39:18.031Z PASS [ 0.032s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
67592025-02-11T21:39:18.040Z PASS [ 0.105s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
67602025-02-11T21:39:18.042Z PASS [ 0.118s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
67612025-02-11T21:39:18.057Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
67622025-02-11T21:39:18.063Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
67632025-02-11T21:39:18.066Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
67642025-02-11T21:39:18.068Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
67652025-02-11T21:39:18.083Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
67662025-02-11T21:39:18.092Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates
67672025-02-11T21:39:18.099Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
67682025-02-11T21:39:18.102Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
67692025-02-11T21:39:18.114Z PASS [ 0.030s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
67702025-02-11T21:39:18.128Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
67712025-02-11T21:39:18.130Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
67722025-02-11T21:39:18.130Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_query_end_time
67732025-02-11T21:39:18.140Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
67742025-02-11T21:39:18.147Z PASS [ 0.019s] oximeter-db query::tests::test_field_cmp
67752025-02-11T21:39:18.152Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
67762025-02-11T21:39:18.160Z PASS [ 0.020s] oximeter-db query::tests::test_field_selector_as_query
67772025-02-11T21:39:18.166Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_split_query
67782025-02-11T21:39:18.168Z PASS [ 0.019s] oximeter-db query::tests::test_field_value_as_db_str
67792025-02-11T21:39:18.180Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_field_selectors
67802025-02-11T21:39:18.193Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_filter_raw
67812025-02-11T21:39:18.196Z PASS [ 0.026s] oximeter-db query::tests::test_select_query_builder_from_parts
67822025-02-11T21:39:18.203Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_full
67832025-02-11T21:39:18.209Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_limit_offset
67842025-02-11T21:39:18.218Z PASS [ 0.024s] oximeter-db query::tests::test_select_query_builder_no_selectors
67852025-02-11T21:39:18.223Z PASS [ 0.030s] oximeter-db query::tests::test_select_query_builder_no_fields
67862025-02-11T21:39:18.229Z PASS [ 0.019s] oximeter-db query::tests::test_time_range
67872025-02-11T21:39:18.234Z PASS [ 0.029s] oximeter-db query::tests::test_string_field_selector
67882025-02-11T21:39:18.247Z PASS [ 0.024s] oximeter-db sql::tests::test_allow_subqueries
67892025-02-11T21:39:18.253Z PASS [ 0.030s] oximeter-db sql::tests::test_allow_limit_offset
67902025-02-11T21:39:18.256Z PASS [ 0.025s] oximeter-db sql::tests::test_cannot_name_database
67912025-02-11T21:39:18.265Z PASS [ 0.026s] oximeter-db sql::tests::test_ctes_are_not_supported
67922025-02-11T21:39:18.276Z PASS [ 0.028s] oximeter-db sql::tests::test_function_allow_list
67932025-02-11T21:39:18.284Z PASS [ 0.030s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
67942025-02-11T21:39:18.298Z PASS [ 0.032s] oximeter-db sql::tests::test_query_must_be_select_statement
67952025-02-11T21:39:18.308Z PASS [ 0.054s] oximeter-db sql::tests::test_join_must_be_inner
67962025-02-11T21:39:18.315Z PASS [ 0.038s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
67972025-02-11T21:39:18.322Z PASS [ 0.037s] oximeter-db sql::tests::test_require_table_is_timeseries_name
67982025-02-11T21:39:18.336Z PASS [ 0.037s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
67992025-02-11T21:39:18.344Z PASS [ 0.034s] oximeter-db sql::tests::test_with_comma_join_fails
68002025-02-11T21:39:18.349Z PASS [ 0.034s] oximeter-db tests::test_timeseries_key_field_stability
68012025-02-11T21:39:18.352Z PASS [ 0.027s] oximeter-db tests::test_timeseries_key_sample_stability
68022025-02-11T21:39:18.396Z PASS [ 1.301s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
68032025-02-11T21:39:18.403Z PASS [ 0.052s] oximeter-instruments http::tests::test_latency_tracker
68042025-02-11T21:39:18.441Z PASS [ 0.091s] oximeter-instruments kstat::link::tests::test_kstat_interested
68052025-02-11T21:39:18.602Z PASS [ 0.160s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
68062025-02-11T21:39:18.652Z PASS [ 0.254s] oximeter-instruments kstat::link::tests::test_kstat_sampler
68072025-02-11T21:39:18.703Z PASS [ 0.298s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
68082025-02-11T21:39:18.723Z PASS [ 0.121s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
68092025-02-11T21:39:18.749Z PASS [ 0.097s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
68102025-02-11T21:39:18.773Z PASS [ 0.071s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
68112025-02-11T21:39:18.786Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_sled_datalink
68122025-02-11T21:39:18.793Z PASS [ 0.044s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
68132025-02-11T21:39:18.802Z PASS [ 0.028s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
68142025-02-11T21:39:18.809Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
68152025-02-11T21:39:18.815Z PASS [ 0.022s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
68162025-02-11T21:39:18.823Z PASS [ 0.020s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
68172025-02-11T21:39:18.832Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_annotated_field
68182025-02-11T21:39:18.841Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_datum_field
68192025-02-11T21:39:18.847Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
68202025-02-11T21:39:18.853Z PASS [ 0.020s] oximeter-macro-impl tests::test_metric_without_datum_field
68212025-02-11T21:39:18.862Z PASS [ 0.021s] oximeter-macro-impl tests::test_target
68222025-02-11T21:39:18.868Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct
68232025-02-11T21:39:18.872Z PASS [ 0.018s] oximeter-macro-impl tests::test_target_enum
68242025-02-11T21:39:18.878Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_unit_struct
68252025-02-11T21:39:18.884Z PASS [ 0.016s] oximeter-macro-impl tests::test_target_with_datum_field
68262025-02-11T21:39:18.960Z PASS [ 0.081s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
68272025-02-11T21:39:18.967Z PASS [ 0.083s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
68282025-02-11T21:39:18.990Z PASS [ 0.030s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
68292025-02-11T21:39:18.996Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
68302025-02-11T21:39:19.014Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
68312025-02-11T21:39:19.036Z PASS [ 0.039s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
68322025-02-11T21:39:19.043Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
68332025-02-11T21:39:19.077Z PASS [ 0.034s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
68342025-02-11T21:39:19.080Z PASS [ 0.041s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
68352025-02-11T21:39:19.119Z PASS [ 0.040s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
68362025-02-11T21:39:19.119Z PASS [ 0.040s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
68372025-02-11T21:39:19.143Z PASS [ 0.024s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
68382025-02-11T21:39:19.150Z PASS [ 0.031s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
68392025-02-11T21:39:19.168Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
68402025-02-11T21:39:19.175Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
68412025-02-11T21:39:19.196Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
68422025-02-11T21:39:19.204Z PASS [ 0.028s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
68432025-02-11T21:39:19.223Z PASS [ 0.027s] oximeter-schema ir::tests::fail_on_empty_descriptions
68442025-02-11T21:39:19.232Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_empty_metric_name
68452025-02-11T21:39:19.245Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_target_name
68462025-02-11T21:39:19.253Z PASS [ 0.020s] oximeter-schema ir::tests::fail_on_very_long_field_names
68472025-02-11T21:39:19.272Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
68482025-02-11T21:39:19.279Z PASS [ 0.026s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
68492025-02-11T21:39:19.296Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
68502025-02-11T21:39:19.306Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
68512025-02-11T21:39:19.319Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
68522025-02-11T21:39:19.331Z PASS [ 0.024s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
68532025-02-11T21:39:19.342Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
68542025-02-11T21:39:19.354Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
68552025-02-11T21:39:19.365Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
68562025-02-11T21:39:19.377Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
68572025-02-11T21:39:19.390Z PASS [ 0.024s] oximeter-schema ir::tests::only_support_format_version_1
68582025-02-11T21:39:19.404Z PASS [ 0.026s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
68592025-02-11T21:39:19.415Z PASS [ 0.025s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
68602025-02-11T21:39:19.531Z PASS [ 0.116s] oximeter-test-utils tests::test_sample_struct
68612025-02-11T21:39:19.537Z PASS [ 0.133s] oximeter-test-utils tests::test_gen_test_samples
68622025-02-11T21:39:19.559Z PASS [ 0.027s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
68632025-02-11T21:39:19.565Z PASS [ 0.027s] oximeter-test-utils tests::test_timeseries_schema_from_parts
68642025-02-11T21:39:19.580Z PASS [ 0.021s] oximeter-test-utils tests::test_timeseries_schema_from_sample
68652025-02-11T21:39:19.609Z PASS [ 0.043s] oximeter-types histogram::tests::test_bin_range
68662025-02-11T21:39:19.612Z PASS [ 0.028s] oximeter-types histogram::tests::test_bin_range_from
68672025-02-11T21:39:19.638Z PASS [ 0.029s] oximeter-types histogram::tests::test_bin_range_to
68682025-02-11T21:39:19.644Z PASS [ 0.034s] oximeter-types histogram::tests::test_empty_bins_not_supported
68692025-02-11T21:39:19.657Z PASS [ 0.018s] oximeter-types histogram::tests::test_ensure_finite
68702025-02-11T21:39:19.671Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram
68712025-02-11T21:39:19.676Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_construct_with
68722025-02-11T21:39:19.692Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_bins
68732025-02-11T21:39:19.698Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_extreme_samples
68742025-02-11T21:39:19.714Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_float_bins
68752025-02-11T21:39:19.719Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unbounded_samples
68762025-02-11T21:39:19.734Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_unsorted_bins
68772025-02-11T21:39:19.739Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_bins
68782025-02-11T21:39:19.751Z PASS [ 0.017s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
68792025-02-11T21:39:19.755Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
68802025-02-11T21:39:19.767Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_bins_u64
68812025-02-11T21:39:19.774Z PASS [ 0.019s] oximeter-types histogram::tests::test_log_bins_u8
68822025-02-11T21:39:19.795Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
68832025-02-11T21:39:19.807Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
68842025-02-11T21:39:19.816Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
68852025-02-11T21:39:19.833Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
68862025-02-11T21:39:19.842Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
68872025-02-11T21:39:19.863Z PASS [ 0.029s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
68882025-02-11T21:39:19.869Z PASS [ 0.026s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
68892025-02-11T21:39:19.884Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
68902025-02-11T21:39:19.890Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
68912025-02-11T21:39:19.903Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades
68922025-02-11T21:39:19.909Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
68932025-02-11T21:39:19.922Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
68942025-02-11T21:39:19.929Z PASS [ 0.019s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
68952025-02-11T21:39:19.943Z PASS [ 0.021s] oximeter-types quantile::tests::test_default_percentiles
68962025-02-11T21:39:19.948Z PASS [ 0.018s] oximeter-types quantile::tests::test_empty_observations
68972025-02-11T21:39:19.962Z PASS [ 0.018s] oximeter-types quantile::tests::test_find_cells
68982025-02-11T21:39:19.967Z PASS [ 0.019s] oximeter-types quantile::tests::test_float_observations
68992025-02-11T21:39:19.985Z PASS [ 0.023s] oximeter-types quantile::tests::test_integer_observations
69002025-02-11T21:39:19.990Z PASS [ 0.022s] oximeter-types quantile::tests::test_invalid_p_value
69012025-02-11T21:39:20.008Z PASS [ 0.022s] oximeter-types quantile::tests::test_max_p
69022025-02-11T21:39:20.013Z PASS [ 0.022s] oximeter-types quantile::tests::test_min_p
69032025-02-11T21:39:20.026Z PASS [ 0.018s] oximeter-types quantile::tests::test_non_filled_observations
69042025-02-11T21:39:20.033Z PASS [ 0.019s] oximeter-types quantile::tests::test_rounding
69052025-02-11T21:39:20.051Z PASS [ 0.025s] oximeter-types schema::tests::test_field_schema_ordering
69062025-02-11T21:39:20.089Z PASS [ 0.055s] oximeter-types schema::tests::test_timeseries_name
69072025-02-11T21:39:20.095Z PASS [ 0.043s] oximeter-types schema::tests::test_timeseries_name_from_str
69082025-02-11T21:39:20.111Z PASS [ 0.022s] oximeter-types traits::tests::test_metric_trait
69092025-02-11T21:39:20.125Z PASS [ 0.029s] oximeter-types traits::tests::test_producer_trait
69102025-02-11T21:39:20.131Z PASS [ 0.019s] oximeter-types traits::tests::test_target_trait
69112025-02-11T21:39:20.148Z PASS [ 0.021s] oximeter-types types::tests::test_cumulative_f64
69122025-02-11T21:39:20.152Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_i64
69132025-02-11T21:39:20.170Z PASS [ 0.022s] oximeter-types types::tests::test_datum
69142025-02-11T21:39:20.175Z PASS [ 0.023s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
69152025-02-11T21:39:20.191Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
69162025-02-11T21:39:20.197Z PASS [ 0.021s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
69172025-02-11T21:39:20.211Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
69182025-02-11T21:39:20.216Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
69192025-02-11T21:39:20.231Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
69202025-02-11T21:39:20.237Z PASS [ 0.020s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
69212025-02-11T21:39:20.254Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
69222025-02-11T21:39:20.263Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
69232025-02-11T21:39:20.284Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
69242025-02-11T21:39:20.288Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
69252025-02-11T21:39:20.301Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
69262025-02-11T21:39:20.306Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
69272025-02-11T21:39:20.317Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
69282025-02-11T21:39:20.322Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
69292025-02-11T21:39:20.334Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
69302025-02-11T21:39:20.339Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
69312025-02-11T21:39:20.351Z PASS [ 0.016s] oximeter-types types::tests::test_measurement
69322025-02-11T21:39:20.356Z PASS [ 0.016s] oximeter-types types::tests::test_verify_field_names
69332025-02-11T21:39:20.369Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
69342025-02-11T21:39:20.374Z PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
69352025-02-11T21:39:20.384Z PASS [ 0.014s] oxlog tests::test_sort_logs
69362025-02-11T21:39:20.437Z PASS [ 0.052s] oxql-types point::tests::test_cast_points_from_double
69372025-02-11T21:39:20.439Z PASS [ 0.062s] oxql-types point::tests::test_cast_points_from_bool
69382025-02-11T21:39:20.458Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_double_distribution
69392025-02-11T21:39:20.462Z PASS [ 0.022s] oxql-types point::tests::test_cast_points_from_int_distribution
69402025-02-11T21:39:20.489Z PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_integer
69412025-02-11T21:39:20.497Z PASS [ 0.038s] oxql-types point::tests::test_cast_points_from_string
69422025-02-11T21:39:20.512Z PASS [ 0.022s] oxql-types point::tests::test_join_point_arrays
69432025-02-11T21:39:20.518Z PASS [ 0.021s] oxql-types point::tests::test_point_delta_between
69442025-02-11T21:39:20.529Z PASS [ 0.017s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
69452025-02-11T21:39:20.534Z PASS [ 0.015s] oxql-types point::tests::test_point_delta_between_with_new_epoch
69462025-02-11T21:39:20.546Z PASS [ 0.017s] oxql-types point::tests::test_push_concrete_values
69472025-02-11T21:39:20.552Z PASS [ 0.017s] oxql-types point::tests::test_sub_between_histogram_distributions
69482025-02-11T21:39:20.593Z PASS [ 0.041s] range-requests test::get_response_with_range
69492025-02-11T21:39:20.595Z PASS [ 0.046s] range-requests test::get_response_no_range
69502025-02-11T21:39:20.609Z PASS [ 0.015s] range-requests test::invalid_ranges
69512025-02-11T21:39:20.613Z PASS [ 0.019s] range-requests test::parse_range_invalid
69522025-02-11T21:39:20.622Z PASS [ 0.013s] range-requests test::parse_range_valid
69532025-02-11T21:39:20.637Z PASS [ 0.023s] range-requests test::potential_range_parsing_does_not_crash
69542025-02-11T21:39:20.639Z PASS [ 0.014s] range-requests test::single_range_parsing_does_not_crash
69552025-02-11T21:39:21.338Z PASS [ 0.700s] reconfigurator-cli::test_basic test_basic
69562025-02-11T21:39:21.476Z PASS [ 0.138s] reconfigurator-cli::test_basic test_example
69572025-02-11T21:39:21.586Z PASS [ 0.110s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
69582025-02-11T21:39:21.724Z PASS [ 0.137s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
69592025-02-11T21:39:21.761Z PASS [ 0.036s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
69602025-02-11T21:39:21.810Z PASS [ 0.048s] sled-agent-types rack_init::tests::parse_rack_initialization
69612025-02-11T21:39:21.835Z PASS [ 0.025s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
69622025-02-11T21:39:21.872Z PASS [ 2.999s] oximeter-producer tests::test_producer_registration_task
69632025-02-11T21:39:21.885Z PASS [ 0.050s] sled-agent-types rack_init::tests::test_extra_certs
69642025-02-11T21:39:21.896Z PASS [ 0.024s] sled-agent-types rack_init::tests::test_subnets
69652025-02-11T21:39:21.923Z PASS [ 0.026s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
69662025-02-11T21:39:21.936Z PASS [ 0.050s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
69672025-02-11T21:39:21.946Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_compare_bundles
69682025-02-11T21:39:21.961Z PASS [ 0.025s] sled-agent-types zone_bundle::tests::test_priority_dimension
69692025-02-11T21:39:21.967Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
69702025-02-11T21:39:21.988Z PASS [ 0.027s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
69712025-02-11T21:39:22.011Z PASS [ 0.043s] sled-diagnostics queries::test::test_command_stderr_is_correct
69722025-02-11T21:39:22.017Z PASS [ 0.028s] sled-diagnostics queries::test::test_command_stdout_is_correct
69732025-02-11T21:39:22.034Z PASS [ 0.023s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
69742025-02-11T21:39:22.069Z PASS [ 0.034s] sled-hardware disk::test::test_disk_paths
69752025-02-11T21:39:22.095Z PASS [ 0.025s] sled-hardware disk::test::test_partition_device_paths
69762025-02-11T21:39:22.159Z PASS [ 0.064s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
69772025-02-11T21:39:22.182Z PASS [ 0.023s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
69782025-02-11T21:39:22.211Z PASS [ 0.028s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
69792025-02-11T21:39:22.236Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
69802025-02-11T21:39:22.283Z PASS [ 0.046s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
69812025-02-11T21:39:22.310Z PASS [ 0.027s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
69822025-02-11T21:39:22.335Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
69832025-02-11T21:39:22.385Z PASS [ 0.049s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
69842025-02-11T21:39:22.459Z PASS [ 0.074s] sled-storage dataset::test::serialize_dataset_name
69852025-02-11T21:39:22.537Z PASS [ 0.077s] sled-storage manager::test::test_datasets_schema
69862025-02-11T21:39:22.540Z PASS [ 0.519s] sled-diagnostics queries::test::test_long_running_command_is_aborted
69872025-02-11T21:39:22.560Z PASS [ 0.022s] sled-storage manager::test::test_omicron_physical_disks_schema
69882025-02-11T21:39:23.601Z PASS [ 0.981s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
69892025-02-11T21:39:23.605Z PASS [ 0.036s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
69902025-02-11T21:39:24.376Z PASS [ 1.838s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
69912025-02-11T21:39:25.898Z PASS [ 32.140s] omicron-sled-agent nexus::test::nexus_self_notification_test
69922025-02-11T21:39:26.362Z PASS [ 1.985s] sled-storage manager::tests::ensure_datasets
69932025-02-11T21:39:26.429Z PASS [ 0.067s] sled-storage manager::tests::ensure_using_exactly_these_disks
69942025-02-11T21:39:26.700Z PASS [ 3.120s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
69952025-02-11T21:39:28.358Z PASS [ 1.928s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
69962025-02-11T21:39:28.920Z PASS [ 2.219s] sled-storage manager::tests::nested_dataset
69972025-02-11T21:39:29.987Z PASS [ 1.066s] sled-storage manager::tests::update_rawdisk_firmware
69982025-02-11T21:39:30.797Z PASS [ 2.438s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
69992025-02-11T21:39:32.255Z PASS [ 2.267s] sled-storage manager::tests::upsert_filesystem
70002025-02-11T21:39:32.986Z PASS [ 2.187s] sled-storage manager::tests::upsert_filesystem_no_uuid
70012025-02-11T21:39:33.264Z PASS [ 14.915s] oximeter-db::integration_test test_schemas_disjoint
70022025-02-11T21:39:33.492Z PASS [ 1.237s] sled-storage manager::tests::wait_for_boot_disk
70032025-02-11T21:39:34.038Z PASS [ 0.774s] tufaceous::integration-tests command_tests::test_init_and_add
70042025-02-11T21:39:34.071Z PASS [ 1.085s] tufaceous::integration-tests command_tests::test_assemble_fake
70052025-02-11T21:39:34.078Z PASS [ 0.585s] tufaceous::manifest-tests check_manifest::fake.toml
70062025-02-11T21:39:34.096Z PASS [ 0.057s] tufaceous-lib archive::tests::test_validate_path
70072025-02-11T21:39:34.164Z PASS [ 0.092s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
70082025-02-11T21:39:34.358Z PASS [ 0.279s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
70092025-02-11T21:39:34.993Z PASS [ 0.828s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
70102025-02-11T21:39:35.000Z PASS [ 0.903s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
70112025-02-11T21:39:35.079Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
70122025-02-11T21:39:35.093Z PASS [ 0.092s] update-common artifacts::update_plan::tests::test_bad_rot_versions
70132025-02-11T21:39:35.172Z PASS [ 0.093s] update-common artifacts::update_plan::tests::test_multi_rot_bord
70142025-02-11T21:39:35.200Z PASS [ 0.107s] update-common artifacts::update_plan::tests::test_multi_rot_version
70152025-02-11T21:39:35.228Z PASS [ 0.055s] update-common artifacts::update_plan::tests::test_split_control_plane
70162025-02-11T21:39:35.257Z PASS [ 0.056s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
70172025-02-11T21:39:35.292Z PASS [ 0.063s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
70182025-02-11T21:39:35.355Z PASS [ 0.098s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
70192025-02-11T21:39:35.504Z PASS [ 0.148s] update-engine display::group_display::tests::test_stats
70202025-02-11T21:39:35.539Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter
70212025-02-11T21:39:35.573Z PASS [ 0.033s] update-engine display::line_display_shared::tests::test_start_line
70222025-02-11T21:39:35.608Z PASS [ 0.035s] update-engine engine::tests::error_exits_early
70232025-02-11T21:39:35.651Z PASS [ 0.358s] update-engine buffer::tests::test_buffer
70242025-02-11T21:39:35.664Z PASS [ 0.054s] update-engine events::tests::progress_event_parse_unknown
70252025-02-11T21:39:35.690Z PASS [ 0.039s] update-engine events::tests::step_event_parse_unknown
70262025-02-11T21:39:35.701Z PASS [ 0.037s] update-engine spec::tests::test_merge_anyhow_list
70272025-02-11T21:39:35.740Z PASS [ 0.037s] wicket state::inventory::tests::component_id_display
70282025-02-11T21:39:35.775Z PASS [ 0.035s] wicket state::rack::tests::prev_next_are_opposites
70292025-02-11T21:39:35.810Z PASS [ 0.035s] wicket state::rack::tests::up_down_are_opposites
70302025-02-11T21:39:35.915Z PASS [ 0.224s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
70312025-02-11T21:39:36.014Z PASS [ 0.098s] wicket-common rack_setup::tests::roundtrip_import_export_policy
70322025-02-11T21:39:36.224Z PASS [ 0.210s] wicketd installinator_progress::tests::test_states
70332025-02-11T21:39:36.336Z PASS [ 0.111s] wicketd rss_config::tests::test_bgp_auth_key_states
70342025-02-11T21:39:36.347Z PASS [ 0.536s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
70352025-02-11T21:39:37.185Z PASS [ 11.283s] sled-storage manager::tests::ensure_many_datasets
70362025-02-11T21:39:37.263Z PASS [ 16.621s] reconfigurator-cli::test_basic test_blueprint_edit
70372025-02-11T21:39:37.516Z PASS [ 3.157s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
70382025-02-11T21:39:37.702Z PASS [ 1.365s] wicketd::mod integration_tests::inventory::test_inventory
70392025-02-11T21:39:37.903Z PASS [ 30.081s] oximeter-db client::tests::cannot_ping_nonexistent_server
70402025-02-11T21:39:38.165Z PASS [ 0.980s] wicketd::mod integration_tests::updates::test_update_races
70412025-02-11T21:39:39.348Z PASS [ 2.085s] wicketd::mod integration_tests::updates::test_updates
70422025-02-11T21:39:39.973Z PASS [ 3.625s] wicketd::mod integration_tests::updates::test_installinator_fetch
70432025-02-11T21:39:45.711Z PASS [ 27.368s] oximeter-db::integration_test test_cluster
70442025-02-11T21:40:08.146Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70452025-02-11T21:40:08.940Z PASS [ 60.792s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70462025-02-11T21:40:11.635Z PASS [ 2.704s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70472025-02-11T21:40:23.414Z PASS [ 11.776s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70482025-02-11T21:40:43.022Z PASS [ 19.603s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70492025-02-11T21:41:43.046Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
70502025-02-11T21:42:43.063Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
70512025-02-11T21:43:43.079Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
70522025-02-11T21:44:43.096Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
70532025-02-11T21:45:43.113Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
70542025-02-11T21:45:47.418Z PASS [ 304.316s] oximeter-db client::tests::test_replicated
70552025-02-11T21:45:47.423Z────────────
70562025-02-11T21:45:47.423Z Summary [2506.388s] 1843 tests run: 1843 passed (25 slow, 1 leaky), 4 skipped
70572025-02-11T21:45:47.510Z
70582025-02-11T21:45:47.510Zreal 42:30.327106955
70592025-02-11T21:45:47.510Zuser 3:48:40.681045202
70602025-02-11T21:45:47.510Zsys 40:39.363695039
70612025-02-11T21:45:47.510Ztrap 3:04.458655893
70622025-02-11T21:45:47.510Ztflt 57.434522303
70632025-02-11T21:45:47.510Zdflt 5:28.957020325
70642025-02-11T21:45:47.510Zkflt 1.545162566
70652025-02-11T21:45:47.514Zlock 1213:36:56.913788653
70662025-02-11T21:45:47.514Zslp 99:12:44.173646391
70672025-02-11T21:45:47.514Zlat 5:01:06.330014435
70682025-02-11T21:45:47.514Zstop 1:06:25.578288810
70692025-02-11T21:45:47.514Z+ banner doctest
70702025-02-11T21:45:47.514Z
70712025-02-11T21:45:47.514Z ##### #### #### ##### ###### #### #####
70722025-02-11T21:45:47.514Z # # # # # # # # # #
70732025-02-11T21:45:47.514Z # # # # # # ##### #### #
70742025-02-11T21:45:47.514Z # # # # # # # # #
70752025-02-11T21:45:47.514Z # # # # # # # # # # #
70762025-02-11T21:45:47.514Z ##### #### #### # ###### #### #
70772025-02-11T21:45:47.514Z
70782025-02-11T21:45:47.516Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
70792025-02-11T21:45:49.634Z Fresh unicode-ident v1.0.14
70802025-02-11T21:45:49.638Z Fresh cfg-if v1.0.0
70812025-02-11T21:45:49.638Z Fresh autocfg v1.4.0
70822025-02-11T21:45:49.638Z Fresh memchr v2.7.4
70832025-02-11T21:45:49.638Z Fresh version_check v0.9.5
70842025-02-11T21:45:49.638Z Fresh proc-macro2 v1.0.92
70852025-02-11T21:45:49.638Z Fresh value-bag v1.9.0
70862025-02-11T21:45:49.638Z Fresh scopeguard v1.2.0
70872025-02-11T21:45:49.638Z Fresh once_cell v1.20.2
70882025-02-11T21:45:49.638Z Fresh itoa v1.0.11
70892025-02-11T21:45:49.638Z Fresh quote v1.0.38
70902025-02-11T21:45:49.638Z Fresh libc v0.2.169
70912025-02-11T21:45:49.638Z Fresh log v0.4.22
70922025-02-11T21:45:49.638Z Fresh smallvec v1.13.2
70932025-02-11T21:45:49.638Z Fresh byteorder v1.5.0
70942025-02-11T21:45:49.638Z Fresh subtle v2.6.1
70952025-02-11T21:45:49.638Z Fresh pin-project-lite v0.2.14
70962025-02-11T21:45:49.641Z Fresh syn v2.0.96
70972025-02-11T21:45:49.641Z Fresh getrandom v0.2.15
70982025-02-11T21:45:49.641Z Fresh lock_api v0.4.12
70992025-02-11T21:45:49.641Z Fresh regex-syntax v0.8.5
71002025-02-11T21:45:49.641Z Fresh shlex v1.3.0
71012025-02-11T21:45:49.641Z Fresh aho-corasick v1.1.3
71022025-02-11T21:45:49.641Z Fresh jobserver v0.1.32
71032025-02-11T21:45:49.641Z Fresh serde_derive v1.0.217
71042025-02-11T21:45:49.641Z Fresh rand_core v0.6.4
71052025-02-11T21:45:49.641Z Fresh zeroize_derive v1.4.2
71062025-02-11T21:45:49.641Z Fresh zerocopy-derive v0.7.35
71072025-02-11T21:45:49.641Z Fresh regex-automata v0.4.8
71082025-02-11T21:45:49.641Z Fresh ryu v1.0.18
71092025-02-11T21:45:49.641Z Fresh cc v1.1.30
71102025-02-11T21:45:49.641Z Fresh serde v1.0.217
71112025-02-11T21:45:49.642Z Fresh zeroize v1.8.1
71122025-02-11T21:45:49.642Z Fresh zerocopy v0.7.35
71132025-02-11T21:45:49.642Z Fresh allocator-api2 v0.2.18
71142025-02-11T21:45:49.642Z Fresh libm v0.2.8
71152025-02-11T21:45:49.642Z Fresh bytes v1.9.0
71162025-02-11T21:45:49.642Z Fresh bitflags v2.6.0
71172025-02-11T21:45:49.642Z Fresh thiserror-impl v1.0.69
71182025-02-11T21:45:49.642Z Fresh num-traits v0.2.19
71192025-02-11T21:45:49.642Z Fresh typenum v1.17.0
71202025-02-11T21:45:49.642Z Fresh regex v1.11.1
71212025-02-11T21:45:49.642Z Fresh futures-core v0.3.31
71222025-02-11T21:45:49.642Z Fresh signal-hook-registry v1.4.2
71232025-02-11T21:45:49.642Z Fresh parking_lot_core v0.9.10
71242025-02-11T21:45:49.642Z Fresh generic-array v0.14.7
71252025-02-11T21:45:49.642Z Fresh thiserror v1.0.69
71262025-02-11T21:45:49.642Z Fresh errno v0.3.9
71272025-02-11T21:45:49.642Z Fresh fnv v1.0.7
71282025-02-11T21:45:49.642Z Fresh either v1.13.0
71292025-02-11T21:45:49.642Z Fresh parking_lot v0.12.3
71302025-02-11T21:45:49.642Z Fresh serde_json v1.0.135
71312025-02-11T21:45:49.642Z Fresh crypto-common v0.1.6
71322025-02-11T21:45:49.642Z Fresh equivalent v1.0.1
71332025-02-11T21:45:49.642Z Fresh foldhash v0.1.3
71342025-02-11T21:45:49.642Z Fresh spin v0.9.8
71352025-02-11T21:45:49.642Z Fresh mio v1.0.2
71362025-02-11T21:45:49.642Z Fresh rustix v0.38.37
71372025-02-11T21:45:49.642Z Fresh hashbrown v0.15.1
71382025-02-11T21:45:49.642Z Fresh tokio-macros v2.5.0
71392025-02-11T21:45:49.642Z Fresh socket2 v0.5.7
71402025-02-11T21:45:49.642Z Fresh const-oid v0.9.6
71412025-02-11T21:45:49.642Z Fresh futures-io v0.3.31
71422025-02-11T21:45:49.642Z Fresh block-buffer v0.10.4
71432025-02-11T21:45:49.645Z Fresh indexmap v2.7.1
71442025-02-11T21:45:49.645Z Fresh tokio v1.43.0
71452025-02-11T21:45:49.646Z Fresh digest v0.10.7
71462025-02-11T21:45:49.646Z Fresh lazy_static v1.5.0
71472025-02-11T21:45:49.646Z Fresh heck v0.5.0
71482025-02-11T21:45:49.646Z Fresh cpufeatures v0.2.14
71492025-02-11T21:45:49.646Z Fresh pkg-config v0.3.31
71502025-02-11T21:45:49.646Z Fresh slab v0.4.9
71512025-02-11T21:45:49.646Z Fresh iana-time-zone v0.1.61
71522025-02-11T21:45:49.646Z Fresh futures-sink v0.3.31
71532025-02-11T21:45:49.646Z Fresh stable_deref_trait v1.2.0
71542025-02-11T21:45:49.646Z Fresh pin-utils v0.1.0
71552025-02-11T21:45:49.646Z Fresh uuid v1.12.0
71562025-02-11T21:45:49.646Z Fresh futures-macro v0.3.31
71572025-02-11T21:45:49.646Z Fresh chrono v0.4.39
71582025-02-11T21:45:49.646Z Fresh futures-channel v0.3.31
71592025-02-11T21:45:49.646Z Fresh futures-task v0.3.31
71602025-02-11T21:45:49.646Z Fresh synstructure v0.13.1
71612025-02-11T21:45:49.646Z Fresh serde_derive_internals v0.29.1
71622025-02-11T21:45:49.646Z Fresh dyn-clone v1.0.17
71632025-02-11T21:45:49.646Z Fresh semver v1.0.24
71642025-02-11T21:45:49.646Z Fresh futures-util v0.3.31
71652025-02-11T21:45:49.646Z Fresh schemars_derive v0.8.21
71662025-02-11T21:45:49.646Z Fresh zerofrom-derive v0.1.4
71672025-02-11T21:45:49.646Z Fresh ppv-lite86 v0.2.20
71682025-02-11T21:45:49.646Z Fresh yoke-derive v0.7.4
71692025-02-11T21:45:49.646Z Fresh tracing-attributes v0.1.27
71702025-02-11T21:45:49.646Z Fresh schemars v0.8.21
71712025-02-11T21:45:49.646Z Fresh zerofrom v0.1.4
71722025-02-11T21:45:49.646Z Fresh rand_chacha v0.3.1
71732025-02-11T21:45:49.646Z Fresh tracing-core v0.1.32
71742025-02-11T21:45:49.646Z Fresh zerovec-derive v0.10.3
71752025-02-11T21:45:49.646Z Fresh displaydoc v0.2.5
71762025-02-11T21:45:49.646Z Fresh glob v0.3.2
71772025-02-11T21:45:49.646Z Fresh tracing v0.1.40
71782025-02-11T21:45:49.646Z Fresh yoke v0.7.4
71792025-02-11T21:45:49.647Z Fresh rand v0.8.5
71802025-02-11T21:45:49.647Z Fresh http v1.2.0
71812025-02-11T21:45:49.647Z Fresh home v0.5.9
71822025-02-11T21:45:49.647Z Fresh minimal-lexical v0.2.1
71832025-02-11T21:45:49.647Z Fresh writeable v0.5.5
71842025-02-11T21:45:49.647Z Fresh syn v1.0.109
71852025-02-11T21:45:49.647Z Fresh zerovec v0.10.4
71862025-02-11T21:45:49.647Z Fresh nom v7.1.3
71872025-02-11T21:45:49.647Z Fresh litemap v0.7.3
71882025-02-11T21:45:49.647Z Fresh icu_provider_macros v1.5.0
71892025-02-11T21:45:49.650Z Fresh percent-encoding v2.3.1
71902025-02-11T21:45:49.650Z Fresh tinystr v0.7.6
71912025-02-11T21:45:49.650Z Fresh vcpkg v0.2.15
71922025-02-11T21:45:49.650Z Fresh icu_locid_transform_data v1.5.0
71932025-02-11T21:45:49.650Z Fresh icu_collections v1.5.0
71942025-02-11T21:45:49.650Z Fresh itertools v0.12.1
71952025-02-11T21:45:49.650Z Fresh libloading v0.8.5
71962025-02-11T21:45:49.650Z Fresh icu_locid v1.5.0
71972025-02-11T21:45:49.650Z Fresh icu_properties_data v1.5.0
71982025-02-11T21:45:49.650Z Fresh prettyplease v0.2.25
71992025-02-11T21:45:49.650Z Fresh clang-sys v1.8.1
72002025-02-11T21:45:49.650Z Fresh cexpr v0.6.0
72012025-02-11T21:45:49.651Z Fresh form_urlencoded v1.2.1
72022025-02-11T21:45:49.651Z Fresh icu_provider v1.5.0
72032025-02-11T21:45:49.651Z Fresh which v4.4.2
72042025-02-11T21:45:49.651Z Fresh utf16_iter v1.0.5
72052025-02-11T21:45:49.651Z Fresh rustc-hash v1.1.0
72062025-02-11T21:45:49.651Z Fresh lazycell v1.3.0
72072025-02-11T21:45:49.651Z Fresh icu_locid_transform v1.5.0
72082025-02-11T21:45:49.651Z Fresh icu_normalizer_data v1.5.0
72092025-02-11T21:45:49.651Z Fresh write16 v1.0.0
72102025-02-11T21:45:49.651Z Fresh utf8_iter v1.0.4
72112025-02-11T21:45:49.651Z Fresh crossbeam-utils v0.8.20
72122025-02-11T21:45:49.651Z Fresh bindgen v0.69.5
72132025-02-11T21:45:49.651Z Fresh icu_properties v1.5.1
72142025-02-11T21:45:49.651Z Fresh adler2 v2.0.0
72152025-02-11T21:45:49.651Z Fresh num-conv v0.1.0
72162025-02-11T21:45:49.651Z Fresh strsim v0.11.1
72172025-02-11T21:45:49.651Z Fresh time-core v0.1.2
72182025-02-11T21:45:49.651Z Fresh powerfmt v0.2.0
72192025-02-11T21:45:49.651Z Fresh icu_normalizer v1.5.0
72202025-02-11T21:45:49.651Z Fresh miniz_oxide v0.8.0
72212025-02-11T21:45:49.651Z Fresh deranged v0.3.11
72222025-02-11T21:45:49.651Z Fresh httparse v1.9.5
72232025-02-11T21:45:49.651Z Fresh time-macros v0.2.18
72242025-02-11T21:45:49.651Z Fresh atomic-waker v1.1.2
72252025-02-11T21:45:49.651Z Fresh num_threads v0.1.7
72262025-02-11T21:45:49.655Z Fresh idna_adapter v1.2.0
72272025-02-11T21:45:49.655Z Fresh paste v1.0.15
72282025-02-11T21:45:49.655Z Fresh time v0.3.36
72292025-02-11T21:45:49.655Z Fresh tokio-util v0.7.12
72302025-02-11T21:45:49.655Z Fresh block-padding v0.3.3
72312025-02-11T21:45:49.655Z Fresh cmake v0.1.51
72322025-02-11T21:45:49.655Z Fresh untrusted v0.9.0
72332025-02-11T21:45:49.655Z Fresh idna v1.0.3
72342025-02-11T21:45:49.655Z Fresh dunce v1.0.5
72352025-02-11T21:45:49.655Z Fresh fs_extra v1.3.0
72362025-02-11T21:45:49.655Z Fresh inout v0.1.3
72372025-02-11T21:45:49.655Z Fresh ring v0.17.8
72382025-02-11T21:45:49.655Z Fresh sha2 v0.10.8
72392025-02-11T21:45:49.655Z Fresh serde_tokenstream v0.2.2
72402025-02-11T21:45:49.655Z Fresh url v2.5.3
72412025-02-11T21:45:49.655Z Fresh cipher v0.4.4
72422025-02-11T21:45:49.655Z Fresh ahash v0.8.11
72432025-02-11T21:45:49.655Z Fresh rustls-pki-types v1.10.0
72442025-02-11T21:45:49.655Z Fresh serde_spanned v0.6.8
72452025-02-11T21:45:49.656Z Fresh toml_datetime v0.6.8
72462025-02-11T21:45:49.656Z Fresh base64ct v1.6.0
72472025-02-11T21:45:49.656Z Fresh gimli v0.31.1
72482025-02-11T21:45:49.656Z Fresh http-body v1.0.1
72492025-02-11T21:45:49.656Z Fresh hmac v0.12.1
72502025-02-11T21:45:49.656Z Fresh object v0.36.5
72512025-02-11T21:45:49.656Z Fresh rustc-demangle v0.1.24
72522025-02-11T21:45:49.656Z Fresh httpdate v1.0.3
72532025-02-11T21:45:49.656Z Fresh addr2line v0.24.2
72542025-02-11T21:45:49.656Z Fresh aws-lc-sys v0.22.0
72552025-02-11T21:45:49.656Z Fresh untrusted v0.7.1
72562025-02-11T21:45:49.656Z Fresh mirai-annotations v1.12.0
72572025-02-11T21:45:49.656Z Fresh try-lock v0.2.5
72582025-02-11T21:45:49.656Z Fresh base64 v0.22.1
72592025-02-11T21:45:49.656Z Fresh want v0.3.1
72602025-02-11T21:45:49.656Z Fresh aws-lc-rs v1.10.0
72612025-02-11T21:45:49.656Z Fresh backtrace v0.3.74
72622025-02-11T21:45:49.656Z Fresh h2 v0.4.6
72632025-02-11T21:45:49.656Z Fresh tower-service v0.3.3
72642025-02-11T21:45:49.656Z Fresh rustls-webpki v0.102.8
72652025-02-11T21:45:49.656Z Fresh hyper v1.5.2
72662025-02-11T21:45:49.656Z Fresh anyhow v1.0.95
72672025-02-11T21:45:49.656Z Fresh pem-rfc7468 v0.7.0
72682025-02-11T21:45:49.656Z Fresh mime v0.3.17
72692025-02-11T21:45:49.656Z Fresh http-body-util v0.1.2
72702025-02-11T21:45:49.656Z Fresh slog v2.7.0
72712025-02-11T21:45:49.656Z Fresh hyper-util v0.1.10
72722025-02-11T21:45:49.656Z Fresh der_derive v0.7.3
72732025-02-11T21:45:49.656Z Fresh async-trait v0.1.85
72742025-02-11T21:45:49.656Z Fresh flagset v0.4.6
72752025-02-11T21:45:49.656Z Fresh pbkdf2 v0.12.2
72762025-02-11T21:45:49.656Z Fresh aes v0.8.4
72772025-02-11T21:45:49.656Z Fresh rustls-pemfile v2.2.0
72782025-02-11T21:45:49.656Z Fresh der v0.7.9
72792025-02-11T21:45:49.656Z Fresh rustc_version v0.4.1
72802025-02-11T21:45:49.656Z Fresh ipnet v2.10.1
72812025-02-11T21:45:49.657Z Fresh foreign-types-shared v0.1.1
72822025-02-11T21:45:49.657Z Fresh openssl-probe v0.1.5
72832025-02-11T21:45:49.657Z Fresh openssl-sys v0.9.105
72842025-02-11T21:45:49.657Z Fresh cbc v0.1.2
72852025-02-11T21:45:49.657Z Fresh spki v0.7.3
72862025-02-11T21:45:49.657Z Fresh foreign-types v0.3.2
72872025-02-11T21:45:49.657Z Fresh salsa20 v0.10.2
72882025-02-11T21:45:49.657Z Fresh serde_urlencoded v0.7.1
72892025-02-11T21:45:49.657Z Fresh futures-executor v0.3.31
72902025-02-11T21:45:49.657Z Fresh openssl-macros v0.1.1
72912025-02-11T21:45:49.657Z Fresh encoding_rs v0.8.34
72922025-02-11T21:45:49.657Z Fresh scrypt v0.11.0
72932025-02-11T21:45:49.657Z Fresh openssl v0.10.70
72942025-02-11T21:45:49.657Z Fresh futures v0.3.31
72952025-02-11T21:45:49.657Z Fresh openapiv3 v2.0.0
72962025-02-11T21:45:49.657Z Fresh is-terminal v0.4.13
72972025-02-11T21:45:49.657Z Fresh pkcs5 v0.7.1
72982025-02-11T21:45:49.657Z Fresh psl-types v2.0.11
72992025-02-11T21:45:49.657Z Fresh litrs v0.4.1
73002025-02-11T21:45:49.657Z Fresh rustversion v1.0.17
73012025-02-11T21:45:49.657Z Fresh rustls v0.23.19
73022025-02-11T21:45:49.657Z Fresh pkcs8 v0.10.2
73032025-02-11T21:45:49.657Z Fresh native-tls v0.2.12
73042025-02-11T21:45:49.657Z Fresh publicsuffix v2.3.0
73052025-02-11T21:45:49.660Z Fresh document-features v0.2.10
73062025-02-11T21:45:49.660Z Fresh tokio-rustls v0.26.0
73072025-02-11T21:45:49.660Z Fresh tokio-native-tls v0.3.1
73082025-02-11T21:45:49.660Z Fresh cookie v0.18.1
73092025-02-11T21:45:49.660Z Fresh camino v1.1.9
73102025-02-11T21:45:49.661Z Fresh webpki-roots v0.26.6
73112025-02-11T21:45:49.661Z Fresh dirs-sys-next v0.1.2
73122025-02-11T21:45:49.661Z Fresh winnow v0.5.40
73132025-02-11T21:45:49.661Z Fresh data-encoding v2.6.0
73142025-02-11T21:45:49.661Z Fresh utf8parse v0.2.2
73152025-02-11T21:45:49.661Z Fresh winnow v0.6.20
73162025-02-11T21:45:49.661Z Fresh hyper-tls v0.6.0
73172025-02-11T21:45:49.661Z Fresh hyper-rustls v0.27.3
73182025-02-11T21:45:49.661Z Fresh cookie_store v0.21.1
73192025-02-11T21:45:49.661Z Fresh toml_edit v0.19.15
73202025-02-11T21:45:49.661Z Fresh dirs-next v2.0.0
73212025-02-11T21:45:49.661Z Fresh sha1 v0.10.6
73222025-02-11T21:45:49.661Z Fresh sync_wrapper v1.0.1
73232025-02-11T21:45:49.661Z Fresh term v0.7.0
73242025-02-11T21:45:49.661Z Fresh siphasher v0.3.11
73252025-02-11T21:45:49.661Z Fresh ucd-trie v0.1.7
73262025-02-11T21:45:49.661Z Fresh anstyle v1.0.10
73272025-02-11T21:45:49.661Z Fresh signature v2.2.0
73282025-02-11T21:45:49.661Z Fresh scroll_derive v0.12.0
73292025-02-11T21:45:49.661Z Fresh toml_edit v0.22.22
73302025-02-11T21:45:49.661Z Fresh reqwest v0.12.9
73312025-02-11T21:45:49.661Z Fresh pest v2.7.14
73322025-02-11T21:45:49.661Z Fresh scroll v0.12.0
73332025-02-11T21:45:49.661Z Fresh anstyle-parse v0.2.5
73342025-02-11T21:45:49.661Z Fresh colorchoice v1.0.2
73352025-02-11T21:45:49.661Z Fresh plain v0.2.3
73362025-02-11T21:45:49.661Z Fresh tinyvec_macros v0.1.1
73372025-02-11T21:45:49.661Z Fresh unicode-segmentation v1.12.0
73382025-02-11T21:45:49.661Z Fresh pest_meta v2.7.14
73392025-02-11T21:45:49.661Z Fresh is_terminal_polyfill v1.70.1
73402025-02-11T21:45:49.661Z Fresh anstyle-query v1.1.1
73412025-02-11T21:45:49.661Z Fresh tinyvec v1.8.0
73422025-02-11T21:45:49.661Z Fresh goblin v0.8.2
73432025-02-11T21:45:49.661Z Fresh terminal_size v0.4.0
73442025-02-11T21:45:49.661Z Fresh itertools v0.10.5
73452025-02-11T21:45:49.661Z Fresh crc32fast v1.4.2
73462025-02-11T21:45:49.661Z Fresh pest_generator v2.7.14
73472025-02-11T21:45:49.662Z Fresh anstream v0.6.15
73482025-02-11T21:45:49.662Z Fresh pretty-hex v0.4.1
73492025-02-11T21:45:49.662Z Fresh clap_lex v0.7.4
73502025-02-11T21:45:49.662Z Fresh base16ct v0.2.0
73512025-02-11T21:45:49.662Z Fresh crossbeam-channel v0.5.13
73522025-02-11T21:45:49.662Z Fresh clap_derive v4.5.24
73532025-02-11T21:45:49.662Z Fresh pest_derive v2.7.14
73542025-02-11T21:45:49.662Z Fresh dof v0.3.0
73552025-02-11T21:45:49.662Z Fresh sec1 v0.7.3
73562025-02-11T21:45:49.662Z Fresh clap_builder v4.5.27
73572025-02-11T21:45:49.662Z Fresh num-integer v0.1.46
73582025-02-11T21:45:49.662Z Fresh ff v0.13.0
73592025-02-11T21:45:49.662Z Fresh thread-id v4.2.2
73602025-02-11T21:45:49.662Z Fresh dtrace-parser v0.2.0
73612025-02-11T21:45:49.662Z Fresh thread_local v1.1.8
73622025-02-11T21:45:49.662Z Fresh group v0.13.0
73632025-02-11T21:45:49.662Z Fresh clap v4.5.27
73642025-02-11T21:45:49.662Z Fresh hkdf v0.12.4
73652025-02-11T21:45:49.662Z Fresh crossbeam-epoch v0.9.18
73662025-02-11T21:45:49.662Z Fresh crypto-bigint v0.5.5
73672025-02-11T21:45:49.662Z Fresh usdt-impl v0.5.0
73682025-02-11T21:45:49.662Z Fresh heck v0.4.1
73692025-02-11T21:45:49.662Z Fresh bitflags v1.3.2
73702025-02-11T21:45:49.662Z Fresh utf-8 v0.7.6
73712025-02-11T21:45:49.662Z Fresh take_mut v0.2.2
73722025-02-11T21:45:49.662Z Fresh match_cfg v0.1.0
73732025-02-11T21:45:49.665Z Fresh hostname v0.3.1
73742025-02-11T21:45:49.665Z Fresh slog-async v2.8.0
73752025-02-11T21:45:49.665Z Fresh elliptic-curve v0.13.8
73762025-02-11T21:45:49.665Z Fresh slog-term v2.9.1
73772025-02-11T21:45:49.665Z Fresh toml v0.8.19
73782025-02-11T21:45:49.665Z Fresh hex v0.4.3
73792025-02-11T21:45:49.665Z Fresh bit-vec v0.6.3
73802025-02-11T21:45:49.665Z Fresh bit-set v0.5.3
73812025-02-11T21:45:49.666Z Fresh usdt-attr-macro v0.5.0
73822025-02-11T21:45:49.666Z Fresh usdt-macro v0.5.0
73832025-02-11T21:45:49.666Z Fresh crossbeam-deque v0.8.5
73842025-02-11T21:45:49.666Z Fresh num-iter v0.1.45
73852025-02-11T21:45:49.666Z Fresh flate2 v1.0.35
73862025-02-11T21:45:49.666Z Fresh memmap v0.7.0
73872025-02-11T21:45:49.666Z Fresh static_assertions v1.1.0
73882025-02-11T21:45:49.666Z Fresh usdt v0.5.0
73892025-02-11T21:45:49.666Z Fresh rayon-core v1.12.1
73902025-02-11T21:45:49.666Z Fresh phf_shared v0.11.2
73912025-02-11T21:45:49.666Z Fresh toml v0.7.8
73922025-02-11T21:45:49.666Z Fresh slog-json v2.6.1
73932025-02-11T21:45:49.666Z Fresh rfc6979 v0.4.0
73942025-02-11T21:45:49.666Z Fresh bstr v1.10.0
73952025-02-11T21:45:49.666Z Fresh curve25519-dalek-derive v0.1.1
73962025-02-11T21:45:49.666Z Fresh zerocopy-derive v0.6.6
73972025-02-11T21:45:49.666Z Fresh fixedbitset v0.4.2
73982025-02-11T21:45:49.667Z Fresh managed v0.8.0
73992025-02-11T21:45:49.667Z Fresh slog-bunyan v2.5.0
74002025-02-11T21:45:49.667Z Fresh num-bigint-dig v0.8.4
74012025-02-11T21:45:49.667Z Fresh petgraph v0.6.5
74022025-02-11T21:45:49.667Z Fresh zerocopy v0.6.6
74032025-02-11T21:45:49.667Z Fresh curve25519-dalek v4.1.3
74042025-02-11T21:45:49.667Z Fresh rustls v0.22.4
74052025-02-11T21:45:49.667Z Fresh ecdsa v0.16.9
74062025-02-11T21:45:49.667Z Fresh phf_shared v0.10.0
74072025-02-11T21:45:49.667Z Fresh pkcs1 v0.7.5
74082025-02-11T21:45:49.667Z Fresh precomputed-hash v0.1.1
74092025-02-11T21:45:49.667Z Fresh unicode-xid v0.2.6
74102025-02-11T21:45:49.667Z Fresh new_debug_unreachable v1.0.6
74112025-02-11T21:45:49.667Z Fresh signal-hook v0.3.17
74122025-02-11T21:45:49.667Z Fresh rsa v0.9.6
74132025-02-11T21:45:49.667Z Fresh tokio-rustls v0.25.0
74142025-02-11T21:45:49.667Z Fresh unicode-normalization v0.1.24
74152025-02-11T21:45:49.667Z Fresh ed25519 v2.2.3
74162025-02-11T21:45:49.667Z Fresh string_cache v0.8.7
74172025-02-11T21:45:49.667Z Fresh hubpack_derive v0.1.1
74182025-02-11T21:45:49.667Z Fresh enum-as-inner v0.6.1
74192025-02-11T21:45:49.667Z Fresh async-stream-impl v0.3.6
74202025-02-11T21:45:49.667Z Fresh debug-ignore v1.0.5
74212025-02-11T21:45:49.667Z Fresh quick-error v1.2.3
74222025-02-11T21:45:49.667Z Fresh ed25519-dalek v2.1.1
74232025-02-11T21:45:49.667Z Fresh multer v3.1.0
74242025-02-11T21:45:49.667Z Fresh hubpack v0.1.2
74252025-02-11T21:45:49.667Z Fresh hickory-proto v0.24.2
74262025-02-11T21:45:49.667Z Fresh async-stream v0.3.6
74272025-02-11T21:45:49.667Z Fresh bzip2-sys v0.1.11+1.0.8
74282025-02-11T21:45:49.667Z Fresh x509-cert v0.2.5
74292025-02-11T21:45:49.667Z Fresh waitgroup v0.1.2
74302025-02-11T21:45:49.667Z Fresh serde_path_to_error v0.1.16
74312025-02-11T21:45:49.667Z Fresh hostname v0.4.0
74322025-02-11T21:45:49.667Z Fresh lalrpop-util v0.19.12
74332025-02-11T21:45:49.667Z Fresh unicode-width v0.2.0
74342025-02-11T21:45:49.667Z Fresh bzip2 v0.4.4
74352025-02-11T21:45:49.668Z Fresh signal-hook-mio v0.2.4
74362025-02-11T21:45:49.668Z Fresh console v0.15.10
74372025-02-11T21:45:49.668Z Fresh dropshot_endpoint v0.12.0
74382025-02-11T21:45:49.668Z Fresh hash32 v0.2.1
74392025-02-11T21:45:49.668Z Fresh predicates-core v1.0.8
74402025-02-11T21:45:49.668Z Fresh unicode-properties v0.1.3
74412025-02-11T21:45:49.668Z Fresh unicode-bidi v0.3.17
74422025-02-11T21:45:49.668Z Fresh linked-hash-map v0.5.6
74432025-02-11T21:45:49.671Z Fresh newtype-uuid v1.2.1
74442025-02-11T21:45:49.672Z Fresh stringprep v0.1.5
74452025-02-11T21:45:49.672Z Fresh dropshot v0.12.0
74462025-02-11T21:45:49.672Z Fresh heapless v0.7.17
74472025-02-11T21:45:49.672Z Fresh crossterm v0.28.1
74482025-02-11T21:45:49.672Z Fresh lru-cache v0.1.2
74492025-02-11T21:45:49.672Z Fresh similar v2.6.0
74502025-02-11T21:45:49.672Z Fresh rayon v1.10.0
74512025-02-11T21:45:49.672Z Fresh tokio-stream v0.1.16
74522025-02-11T21:45:49.672Z Fresh md-5 v0.10.6
74532025-02-11T21:45:49.672Z Fresh float-cmp v0.9.0
74542025-02-11T21:45:49.672Z Fresh difflib v0.4.0
74552025-02-11T21:45:49.672Z Fresh normalize-line-endings v0.3.0
74562025-02-11T21:45:49.672Z Fresh fallible-iterator v0.2.0
74572025-02-11T21:45:49.672Z Fresh portable-atomic v1.9.0
74582025-02-11T21:45:49.672Z Fresh smoltcp v0.9.1
74592025-02-11T21:45:49.672Z Fresh zip v0.6.6
74602025-02-11T21:45:49.672Z Fresh resolv-conf v0.7.0
74612025-02-11T21:45:49.672Z Fresh phf v0.11.2
74622025-02-11T21:45:49.672Z Fresh postgres-protocol v0.6.7
74632025-02-11T21:45:49.672Z Fresh predicates v3.1.2
74642025-02-11T21:45:49.672Z Fresh tungstenite v0.24.0
74652025-02-11T21:45:49.672Z Fresh strum_macros v0.25.3
74662025-02-11T21:45:49.672Z Fresh serde-big-array v0.5.1
74672025-02-11T21:45:49.672Z Fresh serde_repr v0.1.19
74682025-02-11T21:45:49.672Z Fresh number_prefix v0.4.0
74692025-02-11T21:45:49.672Z Fresh peg-runtime v0.8.3
74702025-02-11T21:45:49.672Z Fresh indicatif v0.17.11
74712025-02-11T21:45:49.672Z Fresh tokio-tungstenite v0.24.0
74722025-02-11T21:45:49.672Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74732025-02-11T21:45:49.672Z Fresh postgres-types v0.2.8
74742025-02-11T21:45:49.672Z Fresh hickory-resolver v0.24.2
74752025-02-11T21:45:49.672Z Fresh derive-where v1.2.7
74762025-02-11T21:45:49.672Z Fresh whoami v1.5.2
74772025-02-11T21:45:49.672Z Fresh fs-err v2.11.0
74782025-02-11T21:45:49.672Z Fresh qorb v0.2.1
74792025-02-11T21:45:49.672Z Fresh hashbrown v0.14.5
74802025-02-11T21:45:49.673Z Fresh ident_case v1.0.1
74812025-02-11T21:45:49.673Z Fresh thiserror-impl v2.0.11
74822025-02-11T21:45:49.673Z Fresh unsafe-libyaml v0.2.11
74832025-02-11T21:45:49.673Z Fresh tokio-postgres v0.7.12
74842025-02-11T21:45:49.673Z Fresh regress v0.10.1
74852025-02-11T21:45:49.673Z Fresh darling_core v0.20.10
74862025-02-11T21:45:49.673Z Fresh serde_yaml v0.9.34+deprecated
74872025-02-11T21:45:49.673Z Fresh fastrand v2.1.1
74882025-02-11T21:45:49.673Z Fresh progenitor-client v0.9.1
74892025-02-11T21:45:49.673Z Fresh ipnetwork v0.20.0
74902025-02-11T21:45:49.673Z Fresh darling_macro v0.20.10
74912025-02-11T21:45:49.673Z Fresh thiserror v2.0.11
74922025-02-11T21:45:49.673Z Fresh typify-impl v0.2.0
74932025-02-11T21:45:49.673Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
74942025-02-11T21:45:49.673Z Fresh tempfile v3.13.0
74952025-02-11T21:45:49.673Z Fresh strum_macros v0.26.4
74962025-02-11T21:45:49.674Z Fresh progenitor-client v0.8.0
74972025-02-11T21:45:49.674Z Fresh darling v0.20.10
74982025-02-11T21:45:49.674Z Fresh typify-macro v0.2.0
74992025-02-11T21:45:49.674Z Fresh strum v0.26.3
75002025-02-11T21:45:49.674Z Fresh macaddr v1.0.1
75012025-02-11T21:45:49.674Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
75022025-02-11T21:45:49.674Z Fresh instant v0.1.13
75032025-02-11T21:45:49.674Z Fresh regress v0.9.1
75042025-02-11T21:45:49.674Z Fresh serde_with_macros v3.11.0
75052025-02-11T21:45:49.674Z Fresh typify v0.2.0
75062025-02-11T21:45:49.674Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
75072025-02-11T21:45:49.674Z Fresh structmeta-derive v0.3.0
75082025-02-11T21:45:49.674Z Fresh dropshot_endpoint v0.15.1
75092025-02-11T21:45:49.674Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75102025-02-11T21:45:49.674Z Fresh serde_with v3.11.0
75112025-02-11T21:45:49.674Z Fresh progenitor-impl v0.8.0
75122025-02-11T21:45:49.674Z Fresh structmeta v0.3.0
75132025-02-11T21:45:49.674Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75142025-02-11T21:45:49.674Z Fresh backoff v0.4.0
75152025-02-11T21:45:49.674Z Fresh progenitor-macro v0.8.0
75162025-02-11T21:45:49.674Z Fresh parse-display-derive v0.10.0
75172025-02-11T21:45:49.674Z Fresh dropshot v0.15.1
75182025-02-11T21:45:49.674Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
75192025-02-11T21:45:49.674Z Fresh wait-timeout v0.2.0
75202025-02-11T21:45:49.674Z Fresh rand_xorshift v0.3.0
75212025-02-11T21:45:49.674Z Fresh unarray v0.1.4
75222025-02-11T21:45:49.674Z Fresh structmeta-derive v0.2.0
75232025-02-11T21:45:49.674Z Fresh progenitor v0.8.0
75242025-02-11T21:45:49.674Z Fresh parse-display v0.10.0
75252025-02-11T21:45:49.674Z Fresh rusty-fork v0.3.0
75262025-02-11T21:45:49.674Z Fresh structmeta v0.2.0
75272025-02-11T21:45:49.674Z Fresh camino-tempfile v1.1.1
75282025-02-11T21:45:49.674Z Fresh itertools v0.13.0
75292025-02-11T21:45:49.674Z Fresh unicode-width v0.1.14
75302025-02-11T21:45:49.674Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
75312025-02-11T21:45:49.681Z Fresh proptest v1.5.0
75322025-02-11T21:45:49.681Z Fresh test-strategy v0.3.1
75332025-02-11T21:45:49.681Z Fresh proc-macro-crate v1.3.1
75342025-02-11T21:45:49.681Z Fresh proc-macro-error-attr v1.0.4
75352025-02-11T21:45:49.681Z Fresh num_enum_derive v0.5.11
75362025-02-11T21:45:49.681Z Fresh foreign-types-macros v0.2.3
75372025-02-11T21:45:49.681Z Fresh foreign-types-shared v0.3.1
75382025-02-11T21:45:49.681Z Fresh proc-macro-error v1.0.4
75392025-02-11T21:45:49.681Z Fresh num_enum v0.5.11
75402025-02-11T21:45:49.681Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75412025-02-11T21:45:49.681Z Fresh foreign-types v0.5.0
75422025-02-11T21:45:49.681Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75432025-02-11T21:45:49.681Z Fresh tabwriter v1.4.0
75442025-02-11T21:45:49.681Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75452025-02-11T21:45:49.681Z Fresh cstr-argument v0.1.2
75462025-02-11T21:45:49.681Z Fresh pretty-hex v0.2.1
75472025-02-11T21:45:49.681Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75482025-02-11T21:45:49.681Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75492025-02-11T21:45:49.681Z Fresh colored v2.1.0
75502025-02-11T21:45:49.681Z Fresh smf v0.2.3
75512025-02-11T21:45:49.681Z Fresh typify-impl v0.3.0
75522025-02-11T21:45:49.681Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75532025-02-11T21:45:49.681Z Fresh typify-macro v0.3.0
75542025-02-11T21:45:49.681Z Fresh zerocopy-derive v0.8.10
75552025-02-11T21:45:49.681Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75562025-02-11T21:45:49.681Z Fresh hash32 v0.3.1
75572025-02-11T21:45:49.681Z Fresh typify v0.3.0
75582025-02-11T21:45:49.681Z Fresh crucible-workspace-hack v0.1.0
75592025-02-11T21:45:49.681Z Fresh zerocopy v0.8.10
75602025-02-11T21:45:49.681Z Fresh cobs v0.2.3
75612025-02-11T21:45:49.682Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75622025-02-11T21:45:49.682Z Fresh progenitor-impl v0.9.1
75632025-02-11T21:45:49.682Z Fresh heapless v0.8.0
75642025-02-11T21:45:49.682Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75652025-02-11T21:45:49.682Z Fresh postcard v1.0.10
75662025-02-11T21:45:49.682Z Fresh termtree v0.4.1
75672025-02-11T21:45:49.682Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75682025-02-11T21:45:49.682Z Fresh progenitor-macro v0.9.1
75692025-02-11T21:45:49.682Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75702025-02-11T21:45:49.682Z Fresh smoltcp v0.11.0
75712025-02-11T21:45:49.682Z Fresh predicates-tree v1.0.11
75722025-02-11T21:45:49.682Z Fresh sigpipe v0.1.3
75732025-02-11T21:45:49.682Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
75742025-02-11T21:45:49.682Z Fresh progenitor v0.9.1
75752025-02-11T21:45:49.682Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75762025-02-11T21:45:49.682Z Fresh zone_cfg_derive v0.3.0
75772025-02-11T21:45:49.682Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
75782025-02-11T21:45:49.682Z Fresh num-derive v0.4.2
75792025-02-11T21:45:49.682Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75802025-02-11T21:45:49.682Z Fresh mockall_derive v0.13.0
75812025-02-11T21:45:49.682Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
75822025-02-11T21:45:49.682Z Fresh fragile v2.0.0
75832025-02-11T21:45:49.682Z Fresh downcast v0.11.0
75842025-02-11T21:45:49.682Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
75852025-02-11T21:45:49.682Z Fresh zone v0.3.0
75862025-02-11T21:45:49.682Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75872025-02-11T21:45:49.682Z Fresh mockall v0.13.0
75882025-02-11T21:45:49.682Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
75892025-02-11T21:45:49.682Z Fresh convert_case v0.4.0
75902025-02-11T21:45:49.682Z Fresh base64 v0.21.7
75912025-02-11T21:45:49.682Z Fresh atomicwrites v0.4.4
75922025-02-11T21:45:49.682Z Fresh newline-converter v0.3.0
75932025-02-11T21:45:49.682Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75942025-02-11T21:45:49.682Z Fresh derive_more v0.99.18
75952025-02-11T21:45:49.682Z Fresh expectorate v1.1.0
75962025-02-11T21:45:49.682Z Fresh same-file v1.0.6
75972025-02-11T21:45:49.682Z Fresh tungstenite v0.21.0
75982025-02-11T21:45:49.682Z Fresh xattr v1.3.1
75992025-02-11T21:45:49.683Z Fresh filetime v0.2.25
76002025-02-11T21:45:49.683Z Fresh walkdir v2.5.0
76012025-02-11T21:45:49.683Z Fresh tokio-tungstenite v0.21.0
76022025-02-11T21:45:49.683Z Fresh tar v0.4.42
76032025-02-11T21:45:49.683Z Fresh indent_write v2.2.0
76042025-02-11T21:45:49.683Z Fresh password-hash v0.5.0
76052025-02-11T21:45:49.683Z Fresh blake2 v0.10.6
76062025-02-11T21:45:49.683Z Fresh cancel-safe-futures v0.1.5
76072025-02-11T21:45:49.683Z Fresh num-rational v0.4.2
76082025-02-11T21:45:49.683Z Fresh libsw v3.3.1
76092025-02-11T21:45:49.683Z Fresh num-complex v0.4.6
76102025-02-11T21:45:49.683Z Fresh swrite v0.1.0
76112025-02-11T21:45:49.683Z Fresh owo-colors v4.1.0
76122025-02-11T21:45:49.683Z Fresh argon2 v0.5.3
76132025-02-11T21:45:49.683Z Fresh linear-map v1.2.0
76142025-02-11T21:45:49.683Z Fresh num v0.4.3
76152025-02-11T21:45:49.683Z Fresh float-ord v0.3.2
76162025-02-11T21:45:49.683Z Fresh highway v1.2.0
76172025-02-11T21:45:49.683Z Fresh humantime v2.1.0
76182025-02-11T21:45:49.683Z Fresh semver v0.1.20
76192025-02-11T21:45:49.683Z Fresh arc-swap v1.7.1
76202025-02-11T21:45:49.683Z Fresh pem v3.0.4
76212025-02-11T21:45:49.683Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76222025-02-11T21:45:49.683Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
76232025-02-11T21:45:49.683Z Fresh slog-scope v4.4.0
76242025-02-11T21:45:49.684Z Fresh rustc_version v0.1.7
76252025-02-11T21:45:49.684Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76262025-02-11T21:45:49.684Z Fresh heck v0.3.3
76272025-02-11T21:45:49.684Z Fresh headers-core v0.3.0
76282025-02-11T21:45:49.684Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76292025-02-11T21:45:49.684Z Fresh slog-stdlog v4.1.1
76302025-02-11T21:45:49.684Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76312025-02-11T21:45:49.688Z Fresh zone_cfg_derive v0.1.2
76322025-02-11T21:45:49.688Z Fresh headers v0.4.0
76332025-02-11T21:45:49.688Z Fresh base64 v0.13.1
76342025-02-11T21:45:49.688Z Fresh slog-envlogger v2.2.0
76352025-02-11T21:45:49.688Z Fresh lzma-sys v0.1.20
76362025-02-11T21:45:49.688Z Fresh zone v0.1.8
76372025-02-11T21:45:49.688Z Fresh ron v0.7.1
76382025-02-11T21:45:49.688Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
76392025-02-11T21:45:49.688Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76402025-02-11T21:45:49.688Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
76412025-02-11T21:45:49.688Z Fresh newtype_derive v0.1.6
76422025-02-11T21:45:49.688Z Fresh xz2 v0.1.7
76432025-02-11T21:45:49.688Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76442025-02-11T21:45:49.688Z Fresh yasna v0.5.2
76452025-02-11T21:45:49.688Z Fresh subprocess v0.2.9
76462025-02-11T21:45:49.688Z Fresh half v2.4.1
76472025-02-11T21:45:49.688Z Fresh ciborium-io v0.2.2
76482025-02-11T21:45:49.688Z Fresh steno v0.4.1
76492025-02-11T21:45:49.688Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
76502025-02-11T21:45:49.688Z Fresh rcgen v0.12.1
76512025-02-11T21:45:49.688Z Fresh ciborium-ll v0.2.2
76522025-02-11T21:45:49.688Z Fresh display-error-chain v0.2.2
76532025-02-11T21:45:49.688Z Fresh ciborium v0.2.2
76542025-02-11T21:45:49.688Z Fresh keccak v0.1.5
76552025-02-11T21:45:49.688Z Fresh universal-hash v0.5.1
76562025-02-11T21:45:49.688Z Fresh opaque-debug v0.3.1
76572025-02-11T21:45:49.688Z Fresh sha3 v0.10.8
76582025-02-11T21:45:49.688Z Fresh arrayref v0.3.9
76592025-02-11T21:45:49.688Z Fresh arrayvec v0.7.6
76602025-02-11T21:45:49.688Z Fresh constant_time_eq v0.3.1
76612025-02-11T21:45:49.688Z Fresh secrecy v0.8.0
76622025-02-11T21:45:49.688Z Fresh aead v0.5.2
76632025-02-11T21:45:49.688Z Fresh poly1305 v0.8.0
76642025-02-11T21:45:49.688Z Fresh chacha20 v0.9.1
76652025-02-11T21:45:49.689Z Fresh memmap2 v0.9.5
76662025-02-11T21:45:49.689Z Fresh topological-sort v0.2.2
76672025-02-11T21:45:49.689Z Fresh slog-dtrace v0.3.0
76682025-02-11T21:45:49.689Z Fresh maplit v1.0.2
76692025-02-11T21:45:49.689Z Fresh toolchain_find v0.4.0
76702025-02-11T21:45:49.689Z Fresh thiserror-impl-no-std v2.0.2
76712025-02-11T21:45:49.689Z Fresh gethostname v0.5.0
76722025-02-11T21:45:49.689Z Fresh blake3 v1.5.4
76732025-02-11T21:45:49.689Z Fresh thiserror-no-std v2.0.2
76742025-02-11T21:45:49.689Z Fresh rustfmt-wrapper v0.2.1
76752025-02-11T21:45:49.689Z Fresh chacha20poly1305 v0.10.1
76762025-02-11T21:45:49.689Z Fresh omicron-zone-package v0.12.0
76772025-02-11T21:45:49.689Z Fresh vsss-rs v3.3.4
76782025-02-11T21:45:49.690Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
76792025-02-11T21:45:49.690Z Fresh termcolor v1.4.1
76802025-02-11T21:45:49.690Z Fresh tap v1.0.1
76812025-02-11T21:45:49.690Z Fresh radium v0.7.0
76822025-02-11T21:45:49.690Z Fresh wyz v0.5.1
76832025-02-11T21:45:49.690Z Fresh nibble_vec v0.1.0
76842025-02-11T21:45:49.690Z Fresh crc-catalog v2.4.0
76852025-02-11T21:45:49.690Z Fresh funty v2.0.0
76862025-02-11T21:45:49.690Z Fresh endian-type v0.1.2
76872025-02-11T21:45:49.690Z Fresh maybe-uninit v2.0.0
76882025-02-11T21:45:49.690Z Fresh crc v3.2.1
76892025-02-11T21:45:49.690Z Fresh dsl_auto_type v0.1.2
76902025-02-11T21:45:49.690Z Fresh radix_trie v0.2.1
76912025-02-11T21:45:49.690Z Fresh bitvec v1.0.1
76922025-02-11T21:45:49.690Z Fresh packed_struct_codegen v0.10.1
76932025-02-11T21:45:49.690Z Fresh scheduled-thread-pool v0.2.7
76942025-02-11T21:45:49.690Z Fresh diesel_table_macro_syntax v0.2.0
76952025-02-11T21:45:49.690Z Fresh nodrop v0.1.14
76962025-02-11T21:45:49.690Z Fresh packed_struct v0.10.1
76972025-02-11T21:45:49.690Z Fresh diesel_derives v2.2.3
76982025-02-11T21:45:49.691Z Fresh r2d2 v0.8.10
76992025-02-11T21:45:49.691Z Fresh smallvec v0.6.14
77002025-02-11T21:45:49.691Z Fresh array-init v0.0.4
77012025-02-11T21:45:49.691Z Fresh const_format_proc_macros v0.2.34
77022025-02-11T21:45:49.691Z Fresh async-recursion v1.1.1
77032025-02-11T21:45:49.691Z Fresh hashbrown v0.12.3
77042025-02-11T21:45:49.691Z Fresh lockfree-object-pool v0.1.6
77052025-02-11T21:45:49.691Z Fresh bumpalo v3.16.0
77062025-02-11T21:45:49.691Z Fresh diff v0.1.13
77072025-02-11T21:45:49.691Z Fresh bitfield v0.14.0
77082025-02-11T21:45:49.691Z Fresh simd-adler32 v0.3.7
77092025-02-11T21:45:49.691Z Fresh serde-hex v0.1.0
77102025-02-11T21:45:49.691Z Fresh const_format v0.2.34
77112025-02-11T21:45:49.691Z Fresh indexmap v1.9.3
77122025-02-11T21:45:49.691Z Fresh crunchy v0.2.2
77132025-02-11T21:45:49.691Z Fresh zopfli v0.8.1
77142025-02-11T21:45:49.691Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77152025-02-11T21:45:49.691Z Fresh diesel v2.2.6
77162025-02-11T21:45:49.691Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
77172025-02-11T21:45:49.691Z Fresh env_logger v0.10.2
77182025-02-11T21:45:49.691Z Fresh ron v0.8.1
77192025-02-11T21:45:49.691Z Fresh hashbrown v0.13.2
77202025-02-11T21:45:49.691Z Fresh crc-any v2.5.0
77212025-02-11T21:45:49.691Z Fresh zip v2.1.3
77222025-02-11T21:45:49.691Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
77232025-02-11T21:45:49.691Z Fresh tiny-keccak v2.0.2
77242025-02-11T21:45:49.691Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77252025-02-11T21:45:49.691Z Fresh object v0.30.4
77262025-02-11T21:45:49.691Z Fresh ascii-canvas v3.0.0
77272025-02-11T21:45:49.691Z Fresh ref-cast-impl v1.0.23
77282025-02-11T21:45:49.691Z Fresh bitfield-struct v0.6.2
77292025-02-11T21:45:49.691Z Fresh ena v0.14.3
77302025-02-11T21:45:49.691Z Fresh path-slash v0.1.5
77312025-02-11T21:45:49.695Z Fresh regex-syntax v0.6.29
77322025-02-11T21:45:49.695Z Fresh libefi-sys v0.1.0
77332025-02-11T21:45:49.695Z Fresh lalrpop v0.19.12
77342025-02-11T21:45:49.695Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
77352025-02-11T21:45:49.695Z Fresh ref-cast v1.0.23
77362025-02-11T21:45:49.695Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77372025-02-11T21:45:49.695Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
77382025-02-11T21:45:49.695Z Fresh fxhash v0.2.1
77392025-02-11T21:45:49.695Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77402025-02-11T21:45:49.695Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
77412025-02-11T21:45:49.695Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
77422025-02-11T21:45:49.695Z Fresh derive_builder_core v0.20.2
77432025-02-11T21:45:49.695Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77442025-02-11T21:45:49.695Z Fresh derive_builder_macro v0.20.2
77452025-02-11T21:45:49.695Z Fresh strum_macros v0.24.3
77462025-02-11T21:45:49.696Z Fresh kstat-rs v0.2.4
77472025-02-11T21:45:49.696Z Fresh indoc v1.0.9
77482025-02-11T21:45:49.696Z Fresh derive_builder v0.20.2
77492025-02-11T21:45:49.696Z Fresh libxml v0.3.3
77502025-02-11T21:45:49.696Z Fresh polar-core v0.27.3
77512025-02-11T21:45:49.696Z Fresh phf_generator v0.11.2
77522025-02-11T21:45:49.696Z Fresh primeorder v0.13.6
77532025-02-11T21:45:49.696Z Fresh oso-derive v0.27.3
77542025-02-11T21:45:49.696Z Fresh impl-trait-for-tuples v0.2.2
77552025-02-11T21:45:49.696Z Fresh quick-xml v0.33.0
77562025-02-11T21:45:49.696Z Fresh vte_generate_state_changes v0.1.2
77572025-02-11T21:45:49.696Z Fresh oso v0.27.3
77582025-02-11T21:45:49.696Z Fresh phf_codegen v0.11.2
77592025-02-11T21:45:49.696Z Fresh samael v0.0.17
77602025-02-11T21:45:49.696Z Fresh vte v0.11.1
77612025-02-11T21:45:49.696Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
77622025-02-11T21:45:49.696Z Fresh fd-lock v4.0.2
77632025-02-11T21:45:49.696Z Fresh parse-zoneinfo v0.3.1
77642025-02-11T21:45:49.696Z Fresh cfg_aliases v0.1.1
77652025-02-11T21:45:49.696Z Fresh unicase v2.7.0
77662025-02-11T21:45:49.696Z Fresh strip-ansi-escapes v0.2.0
77672025-02-11T21:45:49.696Z Fresh parking_lot_core v0.8.6
77682025-02-11T21:45:49.696Z Fresh chrono-tz-build v0.4.0
77692025-02-11T21:45:49.696Z Fresh bb8 v0.8.5
77702025-02-11T21:45:49.696Z Fresh nanorand v0.7.0
77712025-02-11T21:45:49.696Z Fresh nu-ansi-term v0.50.1
77722025-02-11T21:45:49.696Z Fresh async-bb8-diesel v0.2.1
77732025-02-11T21:45:49.696Z Fresh flume v0.11.1
77742025-02-11T21:45:49.696Z Fresh diesel-dtrace v0.4.2
77752025-02-11T21:45:49.696Z Fresh reedline v0.35.0
77762025-02-11T21:45:49.696Z Fresh parking_lot v0.11.2
77772025-02-11T21:45:49.696Z Fresh p384 v0.13.0
77782025-02-11T21:45:49.696Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
77792025-02-11T21:45:49.696Z Fresh bytecount v0.6.8
77802025-02-11T21:45:49.696Z Fresh http-range v0.1.5
77812025-02-11T21:45:49.696Z Fresh salty v0.3.0
77822025-02-11T21:45:49.696Z Fresh buf-list v1.0.3
77832025-02-11T21:45:49.696Z Fresh nix v0.28.0
77842025-02-11T21:45:49.696Z Fresh sled v0.34.7
77852025-02-11T21:45:49.696Z Fresh papergrid v0.11.0
77862025-02-11T21:45:49.697Z Fresh hickory-client v0.24.2
77872025-02-11T21:45:49.697Z Fresh tabled_derive v0.7.0
77882025-02-11T21:45:49.697Z Fresh peg-macros v0.8.4
77892025-02-11T21:45:49.697Z Fresh hickory-server v0.24.2
77902025-02-11T21:45:49.697Z Fresh sqlparser_derive v0.2.2
77912025-02-11T21:45:49.697Z Fresh env_filter v0.1.2
77922025-02-11T21:45:49.697Z Fresh atty v0.2.14
77932025-02-11T21:45:49.697Z Fresh unicode_categories v0.1.1
77942025-02-11T21:45:49.697Z Fresh sqlparser v0.45.0
77952025-02-11T21:45:49.697Z Fresh sqlformat v0.2.6
77962025-02-11T21:45:49.697Z Fresh peg v0.8.4
77972025-02-11T21:45:49.697Z Fresh env_logger v0.11.5
77982025-02-11T21:45:49.697Z Fresh tabled v0.15.0
77992025-02-11T21:45:49.697Z Fresh chrono-tz v0.10.1
78002025-02-11T21:45:49.697Z Fresh rustyline v14.0.0
78012025-02-11T21:45:49.697Z Fresh mime_guess v2.0.5
78022025-02-11T21:45:49.697Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
78032025-02-11T21:45:49.697Z Fresh bcs v0.1.6
78042025-02-11T21:45:49.697Z Fresh pin-project-internal v1.1.6
78052025-02-11T21:45:49.697Z Fresh termtree v0.5.1
78062025-02-11T21:45:49.697Z Fresh hyper-staticfile v0.10.1
78072025-02-11T21:45:49.697Z Fresh pin-project v1.1.6
78082025-02-11T21:45:49.697Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
78092025-02-11T21:45:49.697Z Fresh memoffset v0.9.1
78102025-02-11T21:45:49.697Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
78112025-02-11T21:45:49.697Z Fresh cargo-platform v0.1.8
78122025-02-11T21:45:49.697Z Fresh nix v0.27.1
78132025-02-11T21:45:49.697Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
78142025-02-11T21:45:49.697Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
78152025-02-11T21:45:49.697Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
78162025-02-11T21:45:49.697Z Fresh cargo_metadata v0.18.1
78172025-02-11T21:45:49.697Z Fresh tungstenite v0.23.0
78182025-02-11T21:45:49.697Z Fresh concurrent-queue v2.5.0
78192025-02-11T21:45:49.697Z Fresh snafu-derive v0.8.5
78202025-02-11T21:45:49.697Z Fresh parking v2.2.1
78212025-02-11T21:45:49.697Z Fresh snafu v0.8.5
78222025-02-11T21:45:49.697Z Fresh tokio-tungstenite v0.23.1
78232025-02-11T21:45:49.698Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
78242025-02-11T21:45:49.698Z Fresh signal-hook-tokio v0.3.1
78252025-02-11T21:45:49.698Z Fresh olpc-cjson v0.1.4
78262025-02-11T21:45:49.698Z Fresh globset v0.4.15
78272025-02-11T21:45:49.698Z Fresh serde_plain v1.0.2
78282025-02-11T21:45:49.698Z Fresh typed-path v0.9.3
78292025-02-11T21:45:49.698Z Fresh rand_seeder v0.3.0
78302025-02-11T21:45:49.698Z Fresh parse-size v1.1.0
78312025-02-11T21:45:49.701Z Fresh tough v0.19.0
78322025-02-11T21:45:49.701Z Fresh event-listener v5.3.1
78332025-02-11T21:45:49.701Z Fresh futures-lite v2.3.0
78342025-02-11T21:45:49.701Z Fresh event-listener-strategy v0.5.2
78352025-02-11T21:45:49.701Z Fresh castaway v0.2.3
78362025-02-11T21:45:49.701Z Fresh unicode-truncate v1.1.0
78372025-02-11T21:45:49.701Z Fresh compact_str v0.8.0
78382025-02-11T21:45:49.701Z Fresh libz-sys v1.1.20
78392025-02-11T21:45:49.702Z Fresh lru v0.12.5
78402025-02-11T21:45:49.702Z Fresh instability v0.3.2
78412025-02-11T21:45:49.702Z Fresh csv-core v0.1.11
78422025-02-11T21:45:49.702Z Fresh is_ci v1.2.0
78432025-02-11T21:45:49.702Z Fresh cassowary v0.3.0
78442025-02-11T21:45:49.702Z Fresh supports-color v3.0.1
78452025-02-11T21:45:49.702Z Fresh libgit2-sys v0.17.0+1.8.1
78462025-02-11T21:45:49.702Z Fresh ratatui v0.28.1
78472025-02-11T21:45:49.702Z Fresh csv v1.3.1
78482025-02-11T21:45:49.702Z Fresh async-lock v3.4.0
78492025-02-11T21:45:49.702Z Fresh polyval v0.6.2
78502025-02-11T21:45:49.702Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
78512025-02-11T21:45:49.702Z Fresh polling v3.7.3
78522025-02-11T21:45:49.702Z Fresh git2 v0.19.0
78532025-02-11T21:45:49.702Z Fresh ghash v0.5.1
78542025-02-11T21:45:49.702Z Fresh async-io v2.3.4
78552025-02-11T21:45:49.702Z Fresh ctr v0.9.2
78562025-02-11T21:45:49.702Z Fresh assert_matches v1.5.0
78572025-02-11T21:45:49.702Z Fresh shell-words v1.1.0
78582025-02-11T21:45:49.702Z Fresh plotters-backend v0.3.7
78592025-02-11T21:45:49.702Z Fresh cfg_aliases v0.2.1
78602025-02-11T21:45:49.702Z Fresh async-task v4.7.1
78612025-02-11T21:45:49.702Z Fresh vergen v8.3.2
78622025-02-11T21:45:49.702Z Fresh plotters-svg v0.3.7
78632025-02-11T21:45:49.702Z Fresh aes-gcm v0.10.3
78642025-02-11T21:45:49.702Z Fresh async-channel v2.3.1
78652025-02-11T21:45:49.702Z Fresh piper v0.2.4
78662025-02-11T21:45:49.702Z Fresh ssh-encoding v0.2.0
78672025-02-11T21:45:49.702Z Fresh blowfish v0.9.1
78682025-02-11T21:45:49.702Z Fresh rustls-webpki v0.101.7
78692025-02-11T21:45:49.702Z Fresh sct v0.7.1
78702025-02-11T21:45:49.702Z Fresh rtoolbox v0.0.2
78712025-02-11T21:45:49.702Z Fresh smawk v0.3.2
78722025-02-11T21:45:49.702Z Fresh cast v0.3.0
78732025-02-11T21:45:49.702Z Fresh unicode-linebreak v0.1.5
78742025-02-11T21:45:49.702Z Fresh rustls v0.21.12
78752025-02-11T21:45:49.702Z Fresh bcrypt-pbkdf v0.10.0
78762025-02-11T21:45:49.702Z Fresh ssh-cipher v0.2.0
78772025-02-11T21:45:49.703Z Fresh rpassword v7.3.1
78782025-02-11T21:45:49.703Z Fresh criterion-plot v0.5.0
78792025-02-11T21:45:49.703Z Fresh textwrap v0.16.1
78802025-02-11T21:45:49.703Z Fresh blocking v1.6.1
78812025-02-11T21:45:49.703Z Fresh async-executor v1.13.1
78822025-02-11T21:45:49.703Z Fresh plotters v0.3.7
78832025-02-11T21:45:49.703Z Fresh libsqlite3-sys v0.30.1
78842025-02-11T21:45:49.703Z Fresh async-signal v0.2.10
78852025-02-11T21:45:49.703Z Fresh tui-tree-widget v0.22.0
78862025-02-11T21:45:49.703Z Fresh hashlink v0.9.1
78872025-02-11T21:45:49.703Z Fresh password-hash v0.4.2
78882025-02-11T21:45:49.703Z Fresh tinytemplate v1.2.1
78892025-02-11T21:45:49.703Z Fresh fallible-iterator v0.3.0
78902025-02-11T21:45:49.703Z Fresh hex-literal v0.4.1
78912025-02-11T21:45:49.703Z Fresh event-listener v2.5.3
78922025-02-11T21:45:49.703Z Fresh fallible-streaming-iterator v0.1.9
78932025-02-11T21:45:49.703Z Fresh oorandom v11.1.4
78942025-02-11T21:45:49.704Z Fresh yansi v1.0.1
78952025-02-11T21:45:49.704Z Fresh anes v0.1.6
78962025-02-11T21:45:49.704Z Fresh pbkdf2 v0.11.0
78972025-02-11T21:45:49.704Z Fresh async-channel v1.9.0
78982025-02-11T21:45:49.704Z Fresh pretty_assertions v1.4.1
78992025-02-11T21:45:49.704Z Fresh rusqlite v0.32.1
79002025-02-11T21:45:49.704Z Fresh criterion v0.5.1
79012025-02-11T21:45:49.704Z Fresh async-process v2.3.0
79022025-02-11T21:45:49.704Z Fresh async-global-executor v2.4.1
79032025-02-11T21:45:49.704Z Fresh ssh-key v0.6.6
79042025-02-11T21:45:49.704Z Fresh nix v0.29.0
79052025-02-11T21:45:49.704Z Fresh tokio-rustls v0.24.1
79062025-02-11T21:45:49.704Z Fresh target-lexicon v0.12.16
79072025-02-11T21:45:49.704Z Fresh p256 v0.13.2
79082025-02-11T21:45:49.704Z Fresh p521 v0.13.3
79092025-02-11T21:45:49.704Z Fresh rustls-pemfile v1.0.4
79102025-02-11T21:45:49.704Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79112025-02-11T21:45:49.704Z Fresh async-attributes v1.1.2
79122025-02-11T21:45:49.704Z Fresh twox-hash v2.1.0
79132025-02-11T21:45:49.704Z Fresh kv-log-macro v1.0.7
79142025-02-11T21:45:49.704Z Fresh russh-cryptovec v0.7.3
79152025-02-11T21:45:49.704Z Fresh num_cpus v1.16.0
79162025-02-11T21:45:49.704Z Fresh md5 v0.7.0
79172025-02-11T21:45:49.704Z Fresh futures-timer v3.0.3
79182025-02-11T21:45:49.704Z Fresh threadpool v1.8.1
79192025-02-11T21:45:49.704Z Fresh async-std v1.13.0
79202025-02-11T21:45:49.704Z Fresh russh-keys v0.45.0
79212025-02-11T21:45:49.705Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79222025-02-11T21:45:49.705Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79232025-02-11T21:45:49.705Z Fresh cfg-expr v0.17.0
79242025-02-11T21:45:49.705Z Fresh guppy-workspace-hack v0.1.0
79252025-02-11T21:45:49.705Z Fresh doc-comment v0.3.3
79262025-02-11T21:45:49.712Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79272025-02-11T21:45:49.712Z Fresh httptest v0.16.1
79282025-02-11T21:45:49.712Z Fresh fatfs v0.3.6
79292025-02-11T21:45:49.712Z Fresh num-bigint v0.4.6
79302025-02-11T21:45:49.712Z Fresh proc-macro-crate v3.2.0
79312025-02-11T21:45:49.712Z Fresh rustls-native-certs v0.7.3
79322025-02-11T21:45:49.712Z Fresh des v0.8.1
79332025-02-11T21:45:49.712Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79342025-02-11T21:45:49.712Z Fresh relative-path v1.9.3
79352025-02-11T21:45:49.712Z Fresh escape8259 v0.5.3
79362025-02-11T21:45:49.712Z Fresh russh v0.45.0
79372025-02-11T21:45:49.712Z Fresh hyper-rustls v0.26.0
79382025-02-11T21:45:49.712Z Fresh assert_cmd v2.0.16
79392025-02-11T21:45:49.712Z Fresh libtest-mimic v0.7.3
79402025-02-11T21:45:49.712Z Fresh rstest_macros v0.23.0
79412025-02-11T21:45:49.712Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79422025-02-11T21:45:49.712Z Fresh target-spec v3.2.2
79432025-02-11T21:45:49.712Z Fresh petname v2.0.2
79442025-02-11T21:45:49.712Z Fresh async-object-pool v0.1.5
79452025-02-11T21:45:49.712Z Fresh target-triple v0.1.3
79462025-02-11T21:45:49.713Z Fresh blake2b_simd v1.0.2
79472025-02-11T21:45:49.713Z Fresh fancy-regex v0.13.0
79482025-02-11T21:45:49.713Z Fresh pathdiff v0.2.2
79492025-02-11T21:45:49.713Z Fresh assert-json-diff v2.0.2
79502025-02-11T21:45:49.713Z Fresh serde_regex v1.1.0
79512025-02-11T21:45:49.713Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
79522025-02-11T21:45:49.713Z Fresh uzers v0.12.1
79532025-02-11T21:45:49.713Z Fresh path-tree v0.8.1
79542025-02-11T21:45:49.713Z Fresh stringmetrics v2.2.2
79552025-02-11T21:45:49.713Z Fresh internet-checksum v0.2.1
79562025-02-11T21:45:49.713Z Fresh nested v0.1.1
79572025-02-11T21:45:49.713Z Fresh sync-ptr v0.1.1
79582025-02-11T21:45:49.713Z Fresh rust-argon2 v2.1.0
79592025-02-11T21:45:49.713Z Fresh datatest-stable v0.2.9
79602025-02-11T21:45:49.713Z Fresh httpmock v0.8.0-alpha.1
79612025-02-11T21:45:49.713Z Fresh guppy v0.17.8
79622025-02-11T21:45:49.713Z Fresh rstest v0.23.0
79632025-02-11T21:45:49.713Z Fresh trybuild v1.0.101
79642025-02-11T21:45:49.713Z Fresh partial-io v0.5.4
79652025-02-11T21:45:49.713Z Fresh similar-asserts v1.6.0
79662025-02-11T21:45:49.714Z Fresh rand_distr v0.4.3
79672025-02-11T21:45:49.714Z Fresh approx v0.5.1
79682025-02-11T21:45:49.714Z Fresh indoc v2.0.5
79692025-02-11T21:45:49.714Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
79702025-02-11T21:45:49.714Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
79712025-02-11T21:45:49.714Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
79722025-02-11T21:45:49.714Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
79732025-02-11T21:45:49.714Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79742025-02-11T21:45:49.714Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
79752025-02-11T21:45:49.714Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
79762025-02-11T21:45:49.714Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
79772025-02-11T21:45:49.714Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79782025-02-11T21:45:49.714Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
79792025-02-11T21:45:49.714Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
79802025-02-11T21:45:49.714Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
79812025-02-11T21:45:49.714Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79822025-02-11T21:45:49.714Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
79832025-02-11T21:45:49.714Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79842025-02-11T21:45:49.714Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
79852025-02-11T21:45:49.714Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
79862025-02-11T21:45:49.714Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
79872025-02-11T21:45:49.714Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
79882025-02-11T21:45:49.714Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79892025-02-11T21:45:49.714Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
79902025-02-11T21:45:49.714Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
79912025-02-11T21:45:49.714Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
79922025-02-11T21:45:49.714Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
79932025-02-11T21:45:49.714Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
79942025-02-11T21:45:49.714Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
79952025-02-11T21:45:49.714Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
79962025-02-11T21:45:49.714Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
79972025-02-11T21:45:49.714Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
79982025-02-11T21:45:49.714Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
79992025-02-11T21:45:49.714Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
80002025-02-11T21:45:49.714Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80012025-02-11T21:45:49.714Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
80022025-02-11T21:45:49.714Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
80032025-02-11T21:45:49.714Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
80042025-02-11T21:45:49.715Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
80052025-02-11T21:45:49.715Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
80062025-02-11T21:45:49.715Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
80072025-02-11T21:45:49.715Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
80082025-02-11T21:45:49.715Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
80092025-02-11T21:45:49.715Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80102025-02-11T21:45:49.715Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
80112025-02-11T21:45:49.715Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
80122025-02-11T21:45:49.715Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80132025-02-11T21:45:49.715Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
80142025-02-11T21:45:49.715Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
80152025-02-11T21:45:49.715Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
80162025-02-11T21:45:49.715Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
80172025-02-11T21:45:49.715Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
80182025-02-11T21:45:49.715Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
80192025-02-11T21:45:49.715Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
80202025-02-11T21:45:49.715Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
80212025-02-11T21:45:49.715Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
80222025-02-11T21:45:49.715Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
80232025-02-11T21:45:49.716Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
80242025-02-11T21:45:49.716Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
80252025-02-11T21:45:49.716Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
80262025-02-11T21:45:49.719Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
80272025-02-11T21:45:49.719Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
80282025-02-11T21:45:49.719Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
80292025-02-11T21:45:49.719Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
80302025-02-11T21:45:49.719Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
80312025-02-11T21:45:49.719Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
80322025-02-11T21:45:49.719Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
80332025-02-11T21:45:49.719Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
80342025-02-11T21:45:49.719Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
80352025-02-11T21:45:49.719Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
80362025-02-11T21:45:49.719Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
80372025-02-11T21:45:49.719Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
80382025-02-11T21:45:49.719Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
80392025-02-11T21:45:49.719Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
80402025-02-11T21:45:49.720Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
80412025-02-11T21:45:49.720Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
80422025-02-11T21:45:49.720Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
80432025-02-11T21:45:49.720Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
80442025-02-11T21:45:49.720Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
80452025-02-11T21:45:49.720Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
80462025-02-11T21:45:49.720Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
80472025-02-11T21:45:49.720Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
80482025-02-11T21:45:49.720Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
80492025-02-11T21:45:49.720Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
80502025-02-11T21:45:49.720Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
80512025-02-11T21:45:49.720Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
80522025-02-11T21:45:49.720Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
80532025-02-11T21:45:49.720Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
80542025-02-11T21:45:49.720Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
80552025-02-11T21:45:49.720Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
80562025-02-11T21:45:49.720Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
80572025-02-11T21:45:49.720Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
80582025-02-11T21:45:49.720Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
80592025-02-11T21:45:49.720Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
80602025-02-11T21:45:49.720Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
80612025-02-11T21:45:49.720Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
80622025-02-11T21:45:49.720Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
80632025-02-11T21:45:49.720Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
80642025-02-11T21:45:49.720Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
80652025-02-11T21:45:49.720Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
80662025-02-11T21:45:49.720Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
80672025-02-11T21:45:49.720Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
80682025-02-11T21:45:49.720Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
80692025-02-11T21:45:49.720Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
80702025-02-11T21:45:49.720Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
80712025-02-11T21:45:49.720Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
80722025-02-11T21:45:49.720Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80732025-02-11T21:45:49.720Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
80742025-02-11T21:45:49.720Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
80752025-02-11T21:45:49.721Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
80762025-02-11T21:45:49.721Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
80772025-02-11T21:45:49.721Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
80782025-02-11T21:45:49.721Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
80792025-02-11T21:45:49.721Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
80802025-02-11T21:45:49.721Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
80812025-02-11T21:45:49.721Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
80822025-02-11T21:45:49.721Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
80832025-02-11T21:45:49.721Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
80842025-02-11T21:45:49.721Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
80852025-02-11T21:45:49.721Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
80862025-02-11T21:45:49.721Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
80872025-02-11T21:45:49.721Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
80882025-02-11T21:45:49.721Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.11s
80892025-02-11T21:45:49.809Z Doc-tests api_identity
80902025-02-11T21:45:49.809Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-20f0de6c4dc8bda6.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80912025-02-11T21:45:50.105Z
80922025-02-11T21:45:50.107Zrunning 0 tests
80932025-02-11T21:45:50.107Z
80942025-02-11T21:45:50.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80952025-02-11T21:45:50.108Z
80962025-02-11T21:45:50.117Z Doc-tests authz_macros
80972025-02-11T21:45:50.120Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-984fef063dde39c9.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80982025-02-11T21:45:50.255Z
80992025-02-11T21:45:50.255Zrunning 7 tests
81002025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
81012025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
81022025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
81032025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
81042025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
81052025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
81062025-02-11T21:45:50.259Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
81072025-02-11T21:45:50.259Z
81082025-02-11T21:45:50.259Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092025-02-11T21:45:50.259Z
81102025-02-11T21:45:50.270Z Doc-tests bootstore
81112025-02-11T21:45:50.272Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-f7b0236d3ba61eae.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-0db4d5b97e9aec4b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-a1e78fa2822c1e10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81122025-02-11T21:45:51.087Z
81132025-02-11T21:45:51.087Zrunning 0 tests
81142025-02-11T21:45:51.087Z
81152025-02-11T21:45:51.087Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81162025-02-11T21:45:51.087Z
81172025-02-11T21:45:51.122Z Doc-tests bootstrap_agent_api
81182025-02-11T21:45:51.125Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-3c8caea1daf3740a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81192025-02-11T21:45:51.495Z
81202025-02-11T21:45:51.495Zrunning 2 tests
81212025-02-11T21:45:51.498Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
81222025-02-11T21:45:51.498Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
81232025-02-11T21:45:51.498Z
81242025-02-11T21:45:51.498Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81252025-02-11T21:45:51.498Z
81262025-02-11T21:45:51.523Z Doc-tests bootstrap_agent_client
81272025-02-11T21:45:51.526Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-888e1b18038682b9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81282025-02-11T21:45:52.370Z
81292025-02-11T21:45:52.370Zrunning 0 tests
81302025-02-11T21:45:52.370Z
81312025-02-11T21:45:52.370Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322025-02-11T21:45:52.370Z
81332025-02-11T21:45:52.407Z Doc-tests clickana
81342025-02-11T21:45:52.410Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-cef97c5c1285d588.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81352025-02-11T21:45:52.789Z
81362025-02-11T21:45:52.789Zrunning 0 tests
81372025-02-11T21:45:52.789Z
81382025-02-11T21:45:52.789Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81392025-02-11T21:45:52.789Z
81402025-02-11T21:45:52.816Z Doc-tests clickhouse_admin_api
81412025-02-11T21:45:52.820Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-0644e9de5c40697b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81422025-02-11T21:45:53.066Z
81432025-02-11T21:45:53.067Zrunning 6 tests
81442025-02-11T21:45:53.069Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
81452025-02-11T21:45:53.070Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
81462025-02-11T21:45:53.070Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
81472025-02-11T21:45:53.070Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
81482025-02-11T21:45:53.070Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
81492025-02-11T21:45:53.070Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
81502025-02-11T21:45:53.070Z
81512025-02-11T21:45:53.070Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
81522025-02-11T21:45:53.070Z
81532025-02-11T21:45:53.091Z Doc-tests clickhouse_admin_keeper_client
81542025-02-11T21:45:53.093Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81552025-02-11T21:45:53.649Z
81562025-02-11T21:45:53.649Zrunning 0 tests
81572025-02-11T21:45:53.649Z
81582025-02-11T21:45:53.649Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592025-02-11T21:45:53.649Z
81602025-02-11T21:45:53.681Z Doc-tests clickhouse_admin_server_client
81612025-02-11T21:45:53.683Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81622025-02-11T21:45:54.183Z
81632025-02-11T21:45:54.183Zrunning 0 tests
81642025-02-11T21:45:54.183Z
81652025-02-11T21:45:54.183Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81662025-02-11T21:45:54.183Z
81672025-02-11T21:45:54.213Z Doc-tests clickhouse_admin_single_client
81682025-02-11T21:45:54.216Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81692025-02-11T21:45:54.430Z
81702025-02-11T21:45:54.430Zrunning 0 tests
81712025-02-11T21:45:54.430Z
81722025-02-11T21:45:54.430Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81732025-02-11T21:45:54.430Z
81742025-02-11T21:45:54.451Z Doc-tests clickhouse_admin_test_utils
81752025-02-11T21:45:54.454Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b1ce1825125c2b44.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81762025-02-11T21:45:54.674Z
81772025-02-11T21:45:54.674Zrunning 0 tests
81782025-02-11T21:45:54.674Z
81792025-02-11T21:45:54.674Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81802025-02-11T21:45:54.674Z
81812025-02-11T21:45:54.697Z Doc-tests clickhouse_admin_types
81822025-02-11T21:45:54.700Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81832025-02-11T21:45:55.207Z
81842025-02-11T21:45:55.207Zrunning 0 tests
81852025-02-11T21:45:55.207Z
81862025-02-11T21:45:55.207Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81872025-02-11T21:45:55.207Z
81882025-02-11T21:45:55.239Z Doc-tests cockroach_admin_api
81892025-02-11T21:45:55.242Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-afb9bcc181302ad7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81902025-02-11T21:45:55.437Z
81912025-02-11T21:45:55.437Zrunning 2 tests
81922025-02-11T21:45:55.440Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
81932025-02-11T21:45:55.440Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
81942025-02-11T21:45:55.440Z
81952025-02-11T21:45:55.440Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81962025-02-11T21:45:55.440Z
81972025-02-11T21:45:55.456Z Doc-tests cockroach_admin_client
81982025-02-11T21:45:55.459Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81992025-02-11T21:45:55.729Z
82002025-02-11T21:45:55.729Zrunning 0 tests
82012025-02-11T21:45:55.729Z
82022025-02-11T21:45:55.729Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82032025-02-11T21:45:55.729Z
82042025-02-11T21:45:55.751Z Doc-tests cockroach_admin_types
82052025-02-11T21:45:55.754Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82062025-02-11T21:45:55.894Z
82072025-02-11T21:45:55.894Zrunning 0 tests
82082025-02-11T21:45:55.894Z
82092025-02-11T21:45:55.894Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82102025-02-11T21:45:55.894Z
82112025-02-11T21:45:55.909Z Doc-tests db_macros
82122025-02-11T21:45:55.912Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-bc37a2cf246e262e.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-0db04ce7ccb238b3.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82132025-02-11T21:45:56.162Z
82142025-02-11T21:45:56.162Zrunning 3 tests
82152025-02-11T21:45:56.165Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
82162025-02-11T21:45:56.166Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
82172025-02-11T21:45:56.166Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
82182025-02-11T21:45:56.166Z
82192025-02-11T21:45:56.166Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
82202025-02-11T21:45:56.166Z
82212025-02-11T21:45:56.180Z Doc-tests dns_server
82222025-02-11T21:45:56.183Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-7cb3c4e9cf320b5b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-3eceea28f9fbf722.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-61f3ff9327ee1d10.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82232025-02-11T21:45:56.548Z
82242025-02-11T21:45:56.548Zrunning 0 tests
82252025-02-11T21:45:56.548Z
82262025-02-11T21:45:56.548Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82272025-02-11T21:45:56.548Z
82282025-02-11T21:45:56.576Z Doc-tests dns_server_api
82292025-02-11T21:45:56.579Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82302025-02-11T21:45:56.802Z
82312025-02-11T21:45:56.802Zrunning 2 tests
82322025-02-11T21:45:56.804Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
82332025-02-11T21:45:56.805Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
82342025-02-11T21:45:56.805Z
82352025-02-11T21:45:56.805Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82362025-02-11T21:45:56.805Z
82372025-02-11T21:45:56.826Z Doc-tests dns_service_client
82382025-02-11T21:45:56.829Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82392025-02-11T21:45:57.138Z
82402025-02-11T21:45:57.138Zrunning 0 tests
82412025-02-11T21:45:57.138Z
82422025-02-11T21:45:57.138Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82432025-02-11T21:45:57.138Z
82442025-02-11T21:45:57.167Z Doc-tests dpd_client
82452025-02-11T21:45:57.170Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82462025-02-11T21:45:58.276Z
82472025-02-11T21:45:58.276Zrunning 0 tests
82482025-02-11T21:45:58.276Z
82492025-02-11T21:45:58.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82502025-02-11T21:45:58.276Z
82512025-02-11T21:45:58.317Z Doc-tests end_to_end_tests
82522025-02-11T21:45:58.320Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-306c1e1ce10f7b6c.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-fe05e6abb5bd1c66.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-e3e5f397b583c7e4.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-ded3d21328a4bc40.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-f1d9bb409fb948e6.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-38c14de066ea080b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-d83c703aab4b29fd.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-9c2b15007476a720.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-035327f91f1c3ac2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82532025-02-11T21:45:58.781Z
82542025-02-11T21:45:58.781Zrunning 0 tests
82552025-02-11T21:45:58.781Z
82562025-02-11T21:45:58.781Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82572025-02-11T21:45:58.781Z
82582025-02-11T21:45:58.813Z Doc-tests gateway_api
82592025-02-11T21:45:58.813Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-90b29e6672e882f1.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82602025-02-11T21:45:59.165Z
82612025-02-11T21:45:59.165Zrunning 2 tests
82622025-02-11T21:45:59.168Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
82632025-02-11T21:45:59.168Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
82642025-02-11T21:45:59.168Z
82652025-02-11T21:45:59.168Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662025-02-11T21:45:59.168Z
82672025-02-11T21:45:59.193Z Doc-tests gateway_client
82682025-02-11T21:45:59.196Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82692025-02-11T21:46:00.101Z
82702025-02-11T21:46:00.101Zrunning 0 tests
82712025-02-11T21:46:00.101Z
82722025-02-11T21:46:00.102Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82732025-02-11T21:46:00.102Z
82742025-02-11T21:46:00.135Z Doc-tests gateway_test_utils
82752025-02-11T21:46:00.138Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82762025-02-11T21:46:00.811Z
82772025-02-11T21:46:00.811Zrunning 0 tests
82782025-02-11T21:46:00.811Z
82792025-02-11T21:46:00.811Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82802025-02-11T21:46:00.811Z
82812025-02-11T21:46:00.847Z Doc-tests gateway_types
82822025-02-11T21:46:00.850Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82832025-02-11T21:46:01.411Z
82842025-02-11T21:46:01.411Zrunning 0 tests
82852025-02-11T21:46:01.411Z
82862025-02-11T21:46:01.414Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82872025-02-11T21:46:01.414Z
82882025-02-11T21:46:01.445Z Doc-tests illumos_utils
82892025-02-11T21:46:01.448Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-d0ac4f2685b50c61.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-e5da0062e2f2abd6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-c3119a46adbec64f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-0bab7a3cba1e9187.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-254b122f7dcc8666.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-245f9940c78876a6.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
82902025-02-11T21:46:02.806Z
82912025-02-11T21:46:02.806Zrunning 0 tests
82922025-02-11T21:46:02.806Z
82932025-02-11T21:46:02.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82942025-02-11T21:46:02.806Z
82952025-02-11T21:46:02.863Z Doc-tests installinator
82962025-02-11T21:46:02.866Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-b6a6f8b686c868db.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
82972025-02-11T21:46:03.646Z
82982025-02-11T21:46:03.646Zrunning 0 tests
82992025-02-11T21:46:03.646Z
83002025-02-11T21:46:03.646Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83012025-02-11T21:46:03.646Z
83022025-02-11T21:46:03.681Z Doc-tests installinator_api
83032025-02-11T21:46:03.684Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83042025-02-11T21:46:03.967Z
83052025-02-11T21:46:03.967Zrunning 2 tests
83062025-02-11T21:46:03.970Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
83072025-02-11T21:46:03.971Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
83082025-02-11T21:46:03.971Z
83092025-02-11T21:46:03.971Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83102025-02-11T21:46:03.971Z
83112025-02-11T21:46:03.995Z Doc-tests installinator_client
83122025-02-11T21:46:03.998Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83132025-02-11T21:46:04.814Z
83142025-02-11T21:46:04.814Zrunning 0 tests
83152025-02-11T21:46:04.814Z
83162025-02-11T21:46:04.814Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83172025-02-11T21:46:04.815Z
83182025-02-11T21:46:04.852Z Doc-tests installinator_common
83192025-02-11T21:46:04.855Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83202025-02-11T21:46:05.222Z
83212025-02-11T21:46:05.222Zrunning 0 tests
83222025-02-11T21:46:05.222Z
83232025-02-11T21:46:05.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83242025-02-11T21:46:05.222Z
83252025-02-11T21:46:05.251Z Doc-tests internal_dns_resolver
83262025-02-11T21:46:05.254Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-78ea23c230e3d78b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83272025-02-11T21:46:05.509Z
83282025-02-11T21:46:05.509Zrunning 0 tests
83292025-02-11T21:46:05.509Z
83302025-02-11T21:46:05.509Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83312025-02-11T21:46:05.509Z
83322025-02-11T21:46:05.534Z Doc-tests internal_dns_types
83332025-02-11T21:46:05.537Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83342025-02-11T21:46:05.830Z
83352025-02-11T21:46:05.830Zrunning 0 tests
83362025-02-11T21:46:05.830Z
83372025-02-11T21:46:05.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83382025-02-11T21:46:05.830Z
83392025-02-11T21:46:05.855Z Doc-tests ipcc
83402025-02-11T21:46:05.858Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-92d4ef3e0c09d06b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-2883208610ec9cb1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83412025-02-11T21:46:06.094Z
83422025-02-11T21:46:06.094Zrunning 0 tests
83432025-02-11T21:46:06.094Z
83442025-02-11T21:46:06.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83452025-02-11T21:46:06.097Z
83462025-02-11T21:46:06.118Z Doc-tests key_manager
83472025-02-11T21:46:06.121Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-2874f8c4e7350fed.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-0b49d55e9adf309b.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-60b3cc319980a273.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83482025-02-11T21:46:06.362Z
83492025-02-11T21:46:06.362Zrunning 0 tests
83502025-02-11T21:46:06.362Z
83512025-02-11T21:46:06.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83522025-02-11T21:46:06.362Z
83532025-02-11T21:46:06.386Z Doc-tests live_tests_macros
83542025-02-11T21:46:06.389Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b5e50ce5915b3e78.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83552025-02-11T21:46:06.470Z
83562025-02-11T21:46:06.470Zrunning 1 test
83572025-02-11T21:46:06.473Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
83582025-02-11T21:46:06.473Z
83592025-02-11T21:46:06.473Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83602025-02-11T21:46:06.473Z
83612025-02-11T21:46:06.482Z Doc-tests nexus_auth
83622025-02-11T21:46:06.485Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-984fef063dde39c9.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83632025-02-11T21:46:07.733Z
83642025-02-11T21:46:07.733Zrunning 0 tests
83652025-02-11T21:46:07.733Z
83662025-02-11T21:46:07.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83672025-02-11T21:46:07.733Z
83682025-02-11T21:46:07.776Z Doc-tests nexus_client
83692025-02-11T21:46:07.779Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83702025-02-11T21:46:09.723Z
83712025-02-11T21:46:09.723Zrunning 0 tests
83722025-02-11T21:46:09.723Z
83732025-02-11T21:46:09.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83742025-02-11T21:46:09.723Z
83752025-02-11T21:46:09.782Z Doc-tests nexus_config
83762025-02-11T21:46:09.782Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83772025-02-11T21:46:10.307Z
83782025-02-11T21:46:10.307Zrunning 0 tests
83792025-02-11T21:46:10.307Z
83802025-02-11T21:46:10.307Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83812025-02-11T21:46:10.307Z
83822025-02-11T21:46:10.338Z Doc-tests nexus_db_fixed_data
83832025-02-11T21:46:10.341Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-a40a5d9b66e664ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83842025-02-11T21:46:10.824Z
83852025-02-11T21:46:10.825Zrunning 0 tests
83862025-02-11T21:46:10.825Z
83872025-02-11T21:46:10.825Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83882025-02-11T21:46:10.825Z
83892025-02-11T21:46:10.857Z Doc-tests nexus_db_model
83902025-02-11T21:46:10.860Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83912025-02-11T21:46:19.178Z
83922025-02-11T21:46:19.178Zrunning 2 tests
83932025-02-11T21:46:22.001Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
83942025-02-11T21:46:22.237Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
83952025-02-11T21:46:22.240Z
83962025-02-11T21:46:22.240Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.06s
83972025-02-11T21:46:22.240Z
83982025-02-11T21:46:22.468Z Doc-tests nexus_db_queries
83992025-02-11T21:46:22.472Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-bc37a2cf246e262e.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-878292ffcfb27a80.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-a40a5d9b66e664ea.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-bf871d8fa11d7f83.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --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`
84002025-02-11T21:46:24.723Z
84012025-02-11T21:46:24.723Zrunning 1 test
84022025-02-11T21:46:28.205Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
84032025-02-11T21:46:28.208Z
84042025-02-11T21:46:28.208Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.48s
84052025-02-11T21:46:28.208Z
84062025-02-11T21:46:28.298Z Doc-tests nexus_defaults
84072025-02-11T21:46:28.298Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-91fc1f3a7027e178.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84082025-02-11T21:46:28.522Z
84092025-02-11T21:46:28.522Zrunning 0 tests
84102025-02-11T21:46:28.522Z
84112025-02-11T21:46:28.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84122025-02-11T21:46:28.522Z
84132025-02-11T21:46:28.545Z Doc-tests nexus_external_api
84142025-02-11T21:46:28.547Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84152025-02-11T21:46:29.116Z
84162025-02-11T21:46:29.116Zrunning 2 tests
84172025-02-11T21:46:29.120Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
84182025-02-11T21:46:29.120Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
84192025-02-11T21:46:29.120Z
84202025-02-11T21:46:29.120Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84212025-02-11T21:46:29.120Z
84222025-02-11T21:46:29.153Z Doc-tests nexus_internal_api
84232025-02-11T21:46:29.155Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-90b29e6672e882f1.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84242025-02-11T21:46:29.582Z
84252025-02-11T21:46:29.583Zrunning 2 tests
84262025-02-11T21:46:29.585Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
84272025-02-11T21:46:29.585Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
84282025-02-11T21:46:29.585Z
84292025-02-11T21:46:29.585Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84302025-02-11T21:46:29.585Z
84312025-02-11T21:46:29.616Z Doc-tests nexus_inventory
84322025-02-11T21:46:29.619Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84332025-02-11T21:46:30.005Z
84342025-02-11T21:46:30.005Zrunning 0 tests
84352025-02-11T21:46:30.005Z
84362025-02-11T21:46:30.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84372025-02-11T21:46:30.005Z
84382025-02-11T21:46:30.038Z Doc-tests nexus_macros_common
84392025-02-11T21:46:30.038Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-9e05448a681dabc7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84402025-02-11T21:46:30.123Z
84412025-02-11T21:46:30.123Zrunning 0 tests
84422025-02-11T21:46:30.123Z
84432025-02-11T21:46:30.123Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84442025-02-11T21:46:30.123Z
84452025-02-11T21:46:30.133Z Doc-tests nexus_metrics_producer_gc
84462025-02-11T21:46:30.137Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-4fc27e504ca7c588.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84472025-02-11T21:46:30.574Z
84482025-02-11T21:46:30.575Zrunning 0 tests
84492025-02-11T21:46:30.575Z
84502025-02-11T21:46:30.575Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84512025-02-11T21:46:30.575Z
84522025-02-11T21:46:30.613Z Doc-tests nexus_networking
84532025-02-11T21:46:30.616Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-8cb871a83619a59b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84542025-02-11T21:46:31.069Z
84552025-02-11T21:46:31.070Zrunning 0 tests
84562025-02-11T21:46:31.070Z
84572025-02-11T21:46:31.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84582025-02-11T21:46:31.070Z
84592025-02-11T21:46:31.107Z Doc-tests nexus_reconfigurator_blippy
84602025-02-11T21:46:31.110Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-4841f9c95fa206a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84612025-02-11T21:46:31.438Z
84622025-02-11T21:46:31.438Zrunning 0 tests
84632025-02-11T21:46:31.438Z
84642025-02-11T21:46:31.438Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84652025-02-11T21:46:31.438Z
84662025-02-11T21:46:31.469Z Doc-tests nexus_reconfigurator_execution
84672025-02-11T21:46:31.473Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84682025-02-11T21:46:31.968Z
84692025-02-11T21:46:31.968Zrunning 0 tests
84702025-02-11T21:46:31.968Z
84712025-02-11T21:46:31.968Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84722025-02-11T21:46:31.968Z
84732025-02-11T21:46:32.008Z Doc-tests nexus_reconfigurator_planning
84742025-02-11T21:46:32.011Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-33eb166cd2a8508e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84752025-02-11T21:46:32.510Z
84762025-02-11T21:46:32.510Zrunning 0 tests
84772025-02-11T21:46:32.510Z
84782025-02-11T21:46:32.510Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84792025-02-11T21:46:32.510Z
84802025-02-11T21:46:32.546Z Doc-tests nexus_reconfigurator_preparation
84812025-02-11T21:46:32.550Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84822025-02-11T21:46:32.966Z
84832025-02-11T21:46:32.966Zrunning 0 tests
84842025-02-11T21:46:32.966Z
84852025-02-11T21:46:32.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84862025-02-11T21:46:32.966Z
84872025-02-11T21:46:33.003Z Doc-tests nexus_reconfigurator_rendezvous
84882025-02-11T21:46:33.006Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84892025-02-11T21:46:33.421Z
84902025-02-11T21:46:33.421Zrunning 0 tests
84912025-02-11T21:46:33.421Z
84922025-02-11T21:46:33.421Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84932025-02-11T21:46:33.421Z
84942025-02-11T21:46:33.459Z Doc-tests nexus_reconfigurator_simulation
84952025-02-11T21:46:33.462Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-952b0e5bf366c635.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-8344b839423ce5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-759d4e06e3a3b7cc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84962025-02-11T21:46:33.832Z
84972025-02-11T21:46:33.832Zrunning 0 tests
84982025-02-11T21:46:33.832Z
84992025-02-11T21:46:33.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85002025-02-11T21:46:33.832Z
85012025-02-11T21:46:33.864Z Doc-tests nexus_saga_recovery
85022025-02-11T21:46:33.867Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
85032025-02-11T21:46:34.240Z
85042025-02-11T21:46:34.240Zrunning 0 tests
85052025-02-11T21:46:34.240Z
85062025-02-11T21:46:34.240Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85072025-02-11T21:46:34.240Z
85082025-02-11T21:46:34.273Z Doc-tests nexus_sled_agent_shared
85092025-02-11T21:46:34.276Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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 diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85102025-02-11T21:46:34.667Z
85112025-02-11T21:46:34.667Zrunning 0 tests
85122025-02-11T21:46:34.667Z
85132025-02-11T21:46:34.667Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85142025-02-11T21:46:34.667Z
85152025-02-11T21:46:34.698Z Doc-tests nexus_test_interface
85162025-02-11T21:46:34.701Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-2874f8c4e7350fed.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85172025-02-11T21:46:35.014Z
85182025-02-11T21:46:35.014Zrunning 0 tests
85192025-02-11T21:46:35.015Z
85202025-02-11T21:46:35.015Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85212025-02-11T21:46:35.015Z
85222025-02-11T21:46:35.045Z Doc-tests nexus_test_utils
85232025-02-11T21:46:35.048Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
85242025-02-11T21:46:36.013Z
85252025-02-11T21:46:36.013Zrunning 0 tests
85262025-02-11T21:46:36.013Z
85272025-02-11T21:46:36.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85282025-02-11T21:46:36.013Z
85292025-02-11T21:46:36.057Z Doc-tests nexus_test_utils_macros
85302025-02-11T21:46:36.059Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-16dc4dab1921984f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85312025-02-11T21:46:36.148Z
85322025-02-11T21:46:36.148Zrunning 1 test
85332025-02-11T21:46:36.151Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
85342025-02-11T21:46:36.151Z
85352025-02-11T21:46:36.151Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85362025-02-11T21:46:36.151Z
85372025-02-11T21:46:36.160Z Doc-tests nexus_types
85382025-02-11T21:46:36.163Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85392025-02-11T21:46:38.979Z
85402025-02-11T21:46:38.979Zrunning 0 tests
85412025-02-11T21:46:38.979Z
85422025-02-11T21:46:38.979Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85432025-02-11T21:46:38.979Z
85442025-02-11T21:46:39.062Z Doc-tests omicron_brand_metadata
85452025-02-11T21:46:39.066Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-c521ce9579c8dda3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85462025-02-11T21:46:39.162Z
85472025-02-11T21:46:39.162Zrunning 0 tests
85482025-02-11T21:46:39.162Z
85492025-02-11T21:46:39.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85502025-02-11T21:46:39.163Z
85512025-02-11T21:46:39.175Z Doc-tests omicron_certificates
85522025-02-11T21:46:39.178Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-dd31d19c4ed69e7e.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-dce0a5f485344e44.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-6d692d6cc0a59cae.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85532025-02-11T21:46:39.447Z
85542025-02-11T21:46:39.447Zrunning 0 tests
85552025-02-11T21:46:39.447Z
85562025-02-11T21:46:39.447Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85572025-02-11T21:46:39.447Z
85582025-02-11T21:46:39.471Z Doc-tests omicron_clickhouse_admin
85592025-02-11T21:46:39.474Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-6f004a5855bba5ad.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-fee59489e18532d9.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85602025-02-11T21:46:39.890Z
85612025-02-11T21:46:39.890Zrunning 0 tests
85622025-02-11T21:46:39.890Z
85632025-02-11T21:46:39.890Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85642025-02-11T21:46:39.891Z
85652025-02-11T21:46:39.925Z Doc-tests omicron_cockroach_admin
85662025-02-11T21:46:39.928Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-14ad025826c7c86f.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-9480ba7acbc5f7fc.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-b5bf801a2be07ee4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
85672025-02-11T21:46:40.221Z
85682025-02-11T21:46:40.221Zrunning 0 tests
85692025-02-11T21:46:40.222Z
85702025-02-11T21:46:40.222Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85712025-02-11T21:46:40.222Z
85722025-02-11T21:46:40.248Z Doc-tests omicron_common
85732025-02-11T21:46:40.251Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-20f0de6c4dc8bda6.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-4fb3c428e97ea985.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-90e9e6545b3fdc2d.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
85742025-02-11T21:46:42.054Z
85752025-02-11T21:46:42.054Zrunning 2 tests
85762025-02-11T21:46:42.057Ztest common/src/lib.rs - FileKv (line 40) ... ignored
85772025-02-11T21:46:47.241Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
85782025-02-11T21:46:47.241Z
85792025-02-11T21:46:47.244Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.19s
85802025-02-11T21:46:47.244Z
85812025-02-11T21:46:47.305Z Doc-tests omicron_ddm_admin_client
85822025-02-11T21:46:47.308Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-a9c2ba16803fc814.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85832025-02-11T21:46:47.577Z
85842025-02-11T21:46:47.577Zrunning 0 tests
85852025-02-11T21:46:47.577Z
85862025-02-11T21:46:47.577Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85872025-02-11T21:46:47.577Z
85882025-02-11T21:46:47.604Z Doc-tests omicron_dev_lib
85892025-02-11T21:46:47.607Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-d98e06afb0ecdece.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-bb6fe8f0c2a8a06f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85902025-02-11T21:46:47.829Z
85912025-02-11T21:46:47.829Zrunning 0 tests
85922025-02-11T21:46:47.829Z
85932025-02-11T21:46:47.829Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85942025-02-11T21:46:47.829Z
85952025-02-11T21:46:47.853Z Doc-tests omicron_gateway
85962025-02-11T21:46:47.856Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-2bc24ebc10c8d441.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-f17444d1a483b115.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-ee9a2ce34957c3a6.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-1ee98fc9855aedbf.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-8dc07e1b31edea0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b9e009375329649.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85972025-02-11T21:46:48.524Z
85982025-02-11T21:46:48.524Zrunning 0 tests
85992025-02-11T21:46:48.524Z
86002025-02-11T21:46:48.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86012025-02-11T21:46:48.524Z
86022025-02-11T21:46:48.567Z Doc-tests omicron_ls_apis
86032025-02-11T21:46:48.570Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-bafd5f2c9c3e299e.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-941d6e665081b9c5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86042025-02-11T21:46:48.783Z
86052025-02-11T21:46:48.783Zrunning 1 test
86062025-02-11T21:46:48.786Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
86072025-02-11T21:46:48.786Z
86082025-02-11T21:46:48.786Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
86092025-02-11T21:46:48.786Z
86102025-02-11T21:46:48.800Z Doc-tests omicron_nexus
86112025-02-11T21:46:48.806Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-4fc27e504ca7c588.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-7338384a3441246b.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-7c65dd97560252ff.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-be26593a2f0fec93.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-caf55d5d5140ab44.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-ed92640daa33e11b.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-172d40125fd00c54.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-4fa9166bb659a023.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-f833def048b743a6.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-b771cceab546d15c.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-108aadc70831db78.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-d54f38f19e114b66.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-19230386b95deb9b.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-8e711cf06ab770f3.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-6f36d6eb5dc91213.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-1250f2e7b5cf3e5f.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-b443d9f78f27123a.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-cd6d7179403e1dd7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-135ada150532117f.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-a1478afaff871d4f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-88d098eceba4d1a4.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-c2a411abfe690cad.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-c90cd53c7b4bbd04.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-e9d9c43f1d36d359.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-421aaadd6f765535.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-0f5c0666c8150f40.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-16dc4dab1921984f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-d7519780af0b18f3.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-be45b34f2ffc68d1.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-3e05059f915b5edc.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-4815cf05eaadddd2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-57abaa9443df0306.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-10f3660224c58a17.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-816cf77ff72cdc50.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-5218ce9d3e3d1428.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-3aff88412f50937a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-5f8b0ac67cd79d1f.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
86122025-02-11T21:46:51.288Z
86132025-02-11T21:46:51.288Zrunning 5 tests
86142025-02-11T21:46:51.290Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
86152025-02-11T21:46:55.707Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 887) ... ok
86162025-02-11T21:46:55.710Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 823) ... ok
86172025-02-11T21:46:55.713Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 917) ... ok
86182025-02-11T21:46:55.716Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 845) ... ok
86192025-02-11T21:46:55.716Z
86202025-02-11T21:46:55.716Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.43s
86212025-02-11T21:46:55.716Z
86222025-02-11T21:46:55.808Z Doc-tests omicron_package
86232025-02-11T21:46:55.811Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-eb91a003ee2b85cd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-fb6e52c49088d658.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-df66728581154229.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-c61ee19c1855bdb6.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86242025-02-11T21:46:56.073Z
86252025-02-11T21:46:56.073Zrunning 0 tests
86262025-02-11T21:46:56.073Z
86272025-02-11T21:46:56.073Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86282025-02-11T21:46:56.073Z
86292025-02-11T21:46:56.093Z Doc-tests omicron_passwords
86302025-02-11T21:46:56.096Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-c9ee87555aabbc0a.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-dec2b31547e51175.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86312025-02-11T21:46:56.212Z
86322025-02-11T21:46:56.212Zrunning 0 tests
86332025-02-11T21:46:56.212Z
86342025-02-11T21:46:56.212Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86352025-02-11T21:46:56.212Z
86362025-02-11T21:46:56.226Z Doc-tests omicron_pins
86372025-02-11T21:46:56.229Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-f5800d1df969a089.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-2194a74a432306d2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86382025-02-11T21:46:56.329Z
86392025-02-11T21:46:56.329Zrunning 0 tests
86402025-02-11T21:46:56.329Z
86412025-02-11T21:46:56.329Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86422025-02-11T21:46:56.329Z
86432025-02-11T21:46:56.343Z Doc-tests omicron_rpaths
86442025-02-11T21:46:56.346Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-5ee5f1f13310c2b3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86452025-02-11T21:46:56.426Z
86462025-02-11T21:46:56.426Zrunning 0 tests
86472025-02-11T21:46:56.426Z
86482025-02-11T21:46:56.426Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86492025-02-11T21:46:56.426Z
86502025-02-11T21:46:56.438Z Doc-tests omicron_sled_agent
86512025-02-11T21:46:56.445Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-f7b0236d3ba61eae.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-ba0425e7cbb8ba41.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-e0386b5b1b4c52d8.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-4f7498a3ec2e53cc.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-e69d2b1a20c423c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-cf224f57aaa5a597.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-242028a7d9a43521.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-0ddb5968cd266eec.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-91fc1f3a7027e178.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-6e3c97357f3d57c1.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-4841f9c95fa206a0.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-de2598078d31a943.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-6f24e849032ed106.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-90f1ab371215534e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-cb71e746a0f66e85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-e8d4b9af5a4987f9.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-dbac14cf831c5ff1.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-fe33a9ed2bbee5cb.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
86522025-02-11T21:46:58.190Z
86532025-02-11T21:46:58.190Zrunning 0 tests
86542025-02-11T21:46:58.190Z
86552025-02-11T21:46:58.190Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86562025-02-11T21:46:58.190Z
86572025-02-11T21:46:58.255Z Doc-tests omicron_test_utils
86582025-02-11T21:46:58.258Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-bea14cd0b2c233b4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-148c72b31cceecfc.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-8fbee1d9149391a4.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-b83fe793c7c110a7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-1d79b525d67744e6.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-b1f8ac9d5a85687d.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-28fb91b463f9c83f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-7aa16578decbd284.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
86592025-02-11T21:46:58.574Z
86602025-02-11T21:46:58.574Zrunning 3 tests
86612025-02-11T21:46:58.577Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
86622025-02-11T21:47:04.254Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
86632025-02-11T21:47:04.256Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
86642025-02-11T21:47:04.256Z
86652025-02-11T21:47:04.256Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.68s
86662025-02-11T21:47:04.256Z
86672025-02-11T21:47:04.288Z Doc-tests omicron_uuid_kinds
86682025-02-11T21:47:04.291Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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 diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-e6a771d462f302d2.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-c7e16f148db66112.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.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)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
86692025-02-11T21:47:04.415Z
86702025-02-11T21:47:04.415Zrunning 0 tests
86712025-02-11T21:47:04.415Z
86722025-02-11T21:47:04.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86732025-02-11T21:47:04.415Z
86742025-02-11T21:47:04.429Z Doc-tests omicron_workspace_hack
86752025-02-11T21:47:04.440Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-a6fc717be49c6018.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-c3065e531983c7c3.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-b27963488f2618c6.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-e8b2861f754b86e4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-13c7e0208d5dc15e.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-405f76e08a13eea9.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-97672bc6c1d66d83.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-f603d2aad5e0b54d.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-01159dab402db438.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-e31d762c6d2f42d1.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-876b15a9d7bdd3ca.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-c6e3a96c704ea7e1.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4aec9404213e9f2a.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-4a2c5dab179f575f.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-48c8eacb47accb9a.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-1d9d1ebbe6560d01.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-fa01fb14c5f1583c.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-280e232c529873f8.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-a9f2b4b6a1fbdffa.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-f7fa3da68d019689.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d8c7fc8639698caa.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-988db5d20b554598.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-922f95e1fafcfebd.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-8b045f88d51ec976.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-db22b4d70e3c50f9.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-2e887d49c0e6853d.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-6723a47d595cc3af.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-aee6ae55f06be3cb.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-dbf99efc1a6d3206.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-73f5e80fb91076c7.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-839ba9a41c83a702.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-9ce67c21d1f9f81a.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-9f2de0cca6729757.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-c0ac856128960c2e.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-9285703b23ee883d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-9d6a93d8aa2ddefe.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-463f583760c4a0eb.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-e94ebad784a62a7c.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-c656c560d27fbda3.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-9001b9ef5aca61ea.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-844976e379ef9a19.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-0ea64c80b6db031d.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-a8f1c5c0d6b75aaf.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-bb088ae80185107e.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-57d431b61839a6c3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-e1464231da30ba90.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-74d3035b7c22bdf7.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-4182dae7cc683f1e.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-4cd503eb64bcd135.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-65434bb74d6027e2.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-3a403cf0a453527f.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-deb592893980e78a.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-074ecb6f361c60e4.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-e2a796a15b1388de.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-87d0a45a21cda84f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-e4f92dfc40af4225.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-dd59636cc9d88936.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-ada04dadc6028ac2.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-4f87d965dafa2825.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-218e1257dc2ac17b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-dad477c818e22db8.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-e5f079cc6d264231.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-a66ab2e1c0f0e719.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-6d5ca60d7d54301f.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-e3d4519553d0e8e7.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-30a3e23abaed8fa4.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-1008f9caa06f0bc3.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-df89f03d00cf139f.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-4431cc600e503159.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-6dc292e9f3a2bf65.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-ab8acbf5910d8815.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-1503c60f95219fd1.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-c513df462f984acf.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-b8f62338069edef3.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-a081c424539f0d14.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-cde8bbe56b07bb00.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-ad1b39c3f0d71493.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-702aef2c8046aee3.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-261c9891c44cffb9.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-4a49c43766e9a56c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-dcc263cdf7836827.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-4d57f6e224f4074c.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6ff68796564bf4a0.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-cbbcb0e066460dbe.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86762025-02-11T21:47:04.504Z
86772025-02-11T21:47:04.504Zrunning 0 tests
86782025-02-11T21:47:04.504Z
86792025-02-11T21:47:04.504Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86802025-02-11T21:47:04.504Z
86812025-02-11T21:47:04.514Z Doc-tests openapi_manager
86822025-02-11T21:47:04.517Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-0c5288946ebf071b.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-3c8caea1daf3740a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-0644e9de5c40697b.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-afb9bcc181302ad7.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-1301748700c8fd9f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-3bdf84a2b5eb7f7c.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-42900ade16a4674c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-2ee69c61c3f59c2e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-1c2652fa487df9b8.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-9c26d2b921c8acfc.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86832025-02-11T21:47:04.946Z
86842025-02-11T21:47:04.946Zrunning 0 tests
86852025-02-11T21:47:04.946Z
86862025-02-11T21:47:04.946Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86872025-02-11T21:47:04.946Z
86882025-02-11T21:47:04.980Z Doc-tests openapi_manager_types
86892025-02-11T21:47:04.982Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-042be86b02ea8ecd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86902025-02-11T21:47:05.058Z
86912025-02-11T21:47:05.058Zrunning 0 tests
86922025-02-11T21:47:05.058Z
86932025-02-11T21:47:05.058Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86942025-02-11T21:47:05.058Z
86952025-02-11T21:47:05.069Z Doc-tests oxide_client
86962025-02-11T21:47:05.072Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-4cd4233fcf9b313b.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-0c2418ecdc9a6ddc.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86972025-02-11T21:47:09.814Z
86982025-02-11T21:47:09.814Zrunning 221 tests
86992025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
87002025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
87012025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
87022025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
87032025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
87042025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
87052025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
87062025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
87072025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
87082025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
87092025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
87102025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
87112025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
87122025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
87132025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
87142025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
87152025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
87162025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
87172025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
87182025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
87192025-02-11T21:47:09.818Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
87202025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
87212025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
87222025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
87232025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
87242025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
87252025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
87262025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
87272025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
87282025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
87292025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
87302025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
87312025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
87322025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
87332025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
87342025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
87352025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
87362025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
87372025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
87382025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
87392025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
87402025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
87412025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
87422025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
87432025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
87442025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
87452025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
87462025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
87472025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
87482025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
87492025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
87502025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
87512025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
87522025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
87532025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
87542025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
87552025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
87562025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
87572025-02-11T21:47:09.819Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
87582025-02-11T21:47:09.820Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
87592025-02-11T21:47:09.820Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
87602025-02-11T21:47:09.820Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
87612025-02-11T21:47:09.820Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
87622025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
87632025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
87642025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
87652025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
87662025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
87672025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
87682025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
87692025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
87702025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
87712025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
87722025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
87732025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
87742025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
87752025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
87762025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
87772025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
87782025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
87792025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
87802025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
87812025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
87822025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
87832025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
87842025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
87852025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
87862025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
87872025-02-11T21:47:09.824Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
87882025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
87892025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
87902025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
87912025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
87922025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
87932025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
87942025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
87952025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
87962025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
87972025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
87982025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
87992025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
88002025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
88012025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
88022025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
88032025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
88042025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
88052025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
88062025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
88072025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
88082025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
88092025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
88102025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
88112025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
88122025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
88132025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
88142025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
88152025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
88162025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
88172025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
88182025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
88192025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
88202025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
88212025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
88222025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
88232025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
88242025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
88252025-02-11T21:47:09.825Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
88262025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
88272025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
88282025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
88292025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
88302025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
88312025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
88322025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
88332025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
88342025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
88352025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
88362025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
88372025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
88382025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
88392025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
88402025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
88412025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
88422025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
88432025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
88442025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
88452025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
88462025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
88472025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
88482025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
88492025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
88502025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
88512025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
88522025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
88532025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
88542025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
88552025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
88562025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
88572025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
88582025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
88592025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
88602025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
88612025-02-11T21:47:09.826Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
88622025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
88632025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
88642025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
88652025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
88662025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
88672025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
88682025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
88692025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
88702025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
88712025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
88722025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
88732025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
88742025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
88752025-02-11T21:47:09.830Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
88762025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
88772025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
88782025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
88792025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
88802025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
88812025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
88822025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
88832025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
88842025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
88852025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
88862025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
88872025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
88882025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
88892025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
88902025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
88912025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
88922025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
88932025-02-11T21:47:09.831Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
88942025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
88952025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
88962025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
88972025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
88982025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
88992025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
89002025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
89012025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
89022025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
89032025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
89042025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
89052025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
89062025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
89072025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
89082025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
89092025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
89102025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
89112025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
89122025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
89132025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
89142025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
89152025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
89162025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
89172025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
89182025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
89192025-02-11T21:47:09.832Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
89202025-02-11T21:47:09.832Z
89212025-02-11T21:47:09.832Ztest result: ok. 0 passed; 0 failed; 221 ignored; 0 measured; 0 filtered out; finished in 0.01s
89222025-02-11T21:47:09.832Z
89232025-02-11T21:47:09.925Z Doc-tests oximeter
89242025-02-11T21:47:09.927Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea8a1ffbba354ca3.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b282e7a9bd172109.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89252025-02-11T21:47:10.177Z
89262025-02-11T21:47:10.177Zrunning 2 tests
89272025-02-11T21:47:10.181Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
89282025-02-11T21:47:11.410Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
89292025-02-11T21:47:11.410Z
89302025-02-11T21:47:11.413Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.23s
89312025-02-11T21:47:11.413Z
89322025-02-11T21:47:11.445Z Doc-tests oximeter_api
89332025-02-11T21:47:11.448Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89342025-02-11T21:47:11.726Z
89352025-02-11T21:47:11.726Zrunning 2 tests
89362025-02-11T21:47:11.729Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
89372025-02-11T21:47:11.729Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
89382025-02-11T21:47:11.729Z
89392025-02-11T21:47:11.729Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89402025-02-11T21:47:11.729Z
89412025-02-11T21:47:11.752Z Doc-tests oximeter_client
89422025-02-11T21:47:11.754Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89432025-02-11T21:47:12.116Z
89442025-02-11T21:47:12.116Zrunning 0 tests
89452025-02-11T21:47:12.116Z
89462025-02-11T21:47:12.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89472025-02-11T21:47:12.117Z
89482025-02-11T21:47:12.145Z Doc-tests oximeter_collector
89492025-02-11T21:47:12.148Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-8d16ff04e8eaa85a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-8336116beb9a0629.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-d2a648bb80f8b47d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-9f97729961e09cb1.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7bca9ce875704e33.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89502025-02-11T21:47:12.697Z
89512025-02-11T21:47:12.697Zrunning 0 tests
89522025-02-11T21:47:12.697Z
89532025-02-11T21:47:12.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89542025-02-11T21:47:12.697Z
89552025-02-11T21:47:12.738Z Doc-tests oximeter_db
89562025-02-11T21:47:12.742Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-a0a9d790201483ef.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-815072da4d4bcdef.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-05aaf271c94ff055.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-60bec17f30a6bf0d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-44f9af647fcea788.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-a40758ffb1943256.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-1239a75c1abc6f9e.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-1e7a4906e894fba9.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-dda657155a95b3cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-b031ec46d594c4b2.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-1765569bc5e1d90d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-857da2ec4933a1cb.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-c600636670c90600.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-58742ca4df0fb981.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
89572025-02-11T21:47:13.749Z
89582025-02-11T21:47:13.750Zrunning 5 tests
89592025-02-11T21:47:13.758Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
89602025-02-11T21:47:13.758Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
89612025-02-11T21:47:13.758Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
89622025-02-11T21:47:13.758Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
89632025-02-11T21:47:13.758Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
89642025-02-11T21:47:13.758Z
89652025-02-11T21:47:13.758Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
89662025-02-11T21:47:13.758Z
89672025-02-11T21:47:13.797Z Doc-tests oximeter_instruments
89682025-02-11T21:47:13.800Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-2f4d20600755659a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-e0b8f1b0434fdbbf.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-dbd816554aea9154.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
89692025-02-11T21:47:14.188Z
89702025-02-11T21:47:14.188Zrunning 0 tests
89712025-02-11T21:47:14.189Z
89722025-02-11T21:47:14.189Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89732025-02-11T21:47:14.189Z
89742025-02-11T21:47:14.219Z Doc-tests oximeter_macro_impl
89752025-02-11T21:47:14.222Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-776040bcc3443d7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89762025-02-11T21:47:14.315Z
89772025-02-11T21:47:14.315Zrunning 0 tests
89782025-02-11T21:47:14.315Z
89792025-02-11T21:47:14.315Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89802025-02-11T21:47:14.315Z
89812025-02-11T21:47:14.326Z Doc-tests oximeter_producer
89822025-02-11T21:47:14.329Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-aafb6516fdb5806a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-9fe040e0b36a79a1.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-87054f6513d85948.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89832025-02-11T21:47:14.719Z
89842025-02-11T21:47:14.719Zrunning 0 tests
89852025-02-11T21:47:14.719Z
89862025-02-11T21:47:14.719Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89872025-02-11T21:47:14.719Z
89882025-02-11T21:47:14.756Z Doc-tests oximeter_schema
89892025-02-11T21:47:14.759Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-eca0aece77251b6e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-ea8a1ffbba354ca3.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-4c84752ba284ab52.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89902025-02-11T21:47:15.057Z
89912025-02-11T21:47:15.057Zrunning 0 tests
89922025-02-11T21:47:15.057Z
89932025-02-11T21:47:15.057Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89942025-02-11T21:47:15.057Z
89952025-02-11T21:47:15.083Z Doc-tests oximeter_test_utils
89962025-02-11T21:47:15.086Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-51f2245c9074f80b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-d99191698e924cea.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-738b5c2bc5110b4c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89972025-02-11T21:47:15.394Z
89982025-02-11T21:47:15.394Zrunning 0 tests
89992025-02-11T21:47:15.394Z
90002025-02-11T21:47:15.394Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90012025-02-11T21:47:15.394Z
90022025-02-11T21:47:15.422Z Doc-tests oximeter_timeseries_macro
90032025-02-11T21:47:15.425Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-776040bcc3443d7c.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-541fb791f743c3c0.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-b282e7a9bd172109.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-34b42056888dff34.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-bd41c333537d5136.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-498985666c383562.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-028145fd6b5d9770.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90042025-02-11T21:47:15.646Z
90052025-02-11T21:47:15.646Zrunning 0 tests
90062025-02-11T21:47:15.646Z
90072025-02-11T21:47:15.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90082025-02-11T21:47:15.647Z
90092025-02-11T21:47:15.669Z Doc-tests oximeter_types
90102025-02-11T21:47:15.672Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-1b768e2cfbef1294.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-5f1d9a953bba4d5a.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-a3333f6032687666.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-f0ed65e76783eb1f.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-fb7668a908245cf4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-c7f24e2bfd5ef0b9.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-1e69782a0be8362b.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-427a59a3900b1c5a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-6254d15103c48511.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90112025-02-11T21:47:16.251Z
90122025-02-11T21:47:16.251Zrunning 11 tests
90132025-02-11T21:47:16.859Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
90142025-02-11T21:47:24.481Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
90152025-02-11T21:47:24.511Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
90162025-02-11T21:47:24.570Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
90172025-02-11T21:47:24.586Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
90182025-02-11T21:47:24.619Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
90192025-02-11T21:47:24.649Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
90202025-02-11T21:47:24.659Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
90212025-02-11T21:47:24.929Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
90222025-02-11T21:47:28.295Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
90232025-02-11T21:47:29.853Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
90242025-02-11T21:47:29.853Z
90252025-02-11T21:47:29.856Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.60s
90262025-02-11T21:47:29.856Z
90272025-02-11T21:47:29.896Z Doc-tests oxlog
90282025-02-11T21:47:29.899Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-254b122f7dcc8666.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-c859371b0959e81d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90292025-02-11T21:47:29.989Z
90302025-02-11T21:47:29.989Zrunning 0 tests
90312025-02-11T21:47:29.989Z
90322025-02-11T21:47:29.989Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90332025-02-11T21:47:29.989Z
90342025-02-11T21:47:30.001Z Doc-tests oxql_types
90352025-02-11T21:47:30.004Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-781a0700fc0fc957.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-169026641f0462e1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-1e569ba1b5c90d38.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-3497c5ef87cb86a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90362025-02-11T21:47:30.345Z
90372025-02-11T21:47:30.345Zrunning 0 tests
90382025-02-11T21:47:30.345Z
90392025-02-11T21:47:30.345Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90402025-02-11T21:47:30.345Z
90412025-02-11T21:47:30.374Z Doc-tests range_requests
90422025-02-11T21:47:30.377Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-369ee3d2c774136a.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-dd0120f590377142.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-71f914c4c224490a.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-9e361cdab1e083fc.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90432025-02-11T21:47:30.536Z
90442025-02-11T21:47:30.536Zrunning 0 tests
90452025-02-11T21:47:30.536Z
90462025-02-11T21:47:30.536Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90472025-02-11T21:47:30.536Z
90482025-02-11T21:47:30.554Z Doc-tests repo_depot_api
90492025-02-11T21:47:30.557Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-90b29e6672e882f1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-cad684438b027676.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90502025-02-11T21:47:30.794Z
90512025-02-11T21:47:30.794Zrunning 2 tests
90522025-02-11T21:47:30.797Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
90532025-02-11T21:47:30.797Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
90542025-02-11T21:47:30.797Z
90552025-02-11T21:47:30.797Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90562025-02-11T21:47:30.797Z
90572025-02-11T21:47:30.820Z Doc-tests repo_depot_client
90582025-02-11T21:47:30.822Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-acdc70605967698e.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90592025-02-11T21:47:31.016Z
90602025-02-11T21:47:31.016Zrunning 0 tests
90612025-02-11T21:47:31.016Z
90622025-02-11T21:47:31.016Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90632025-02-11T21:47:31.016Z
90642025-02-11T21:47:31.036Z Doc-tests sled_agent_api
90652025-02-11T21:47:31.039Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b1ce1825125c2b44.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-e88058e872c44bad.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90662025-02-11T21:47:31.461Z
90672025-02-11T21:47:31.461Zrunning 2 tests
90682025-02-11T21:47:31.464Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
90692025-02-11T21:47:31.464Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
90702025-02-11T21:47:31.464Z
90712025-02-11T21:47:31.464Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90722025-02-11T21:47:31.464Z
90732025-02-11T21:47:31.493Z Doc-tests sled_agent_client
90742025-02-11T21:47:31.496Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-599b7c0e24818dc0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90752025-02-11T21:47:33.202Z
90762025-02-11T21:47:33.202Zrunning 0 tests
90772025-02-11T21:47:33.202Z
90782025-02-11T21:47:33.202Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90792025-02-11T21:47:33.202Z
90802025-02-11T21:47:33.255Z Doc-tests sled_agent_types
90812025-02-11T21:47:33.257Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-80a4864e9ad3bab2.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-e13ffdd7a8156e42.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-c2e0e0ebf8ddb165.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-d0fd3339a75134a2.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-f65d8cab3fe12260.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-6700f4a41d2d46cb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90822025-02-11T21:47:33.988Z
90832025-02-11T21:47:33.988Zrunning 0 tests
90842025-02-11T21:47:33.988Z
90852025-02-11T21:47:33.988Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90862025-02-11T21:47:33.988Z
90872025-02-11T21:47:34.026Z Doc-tests sled_diagnostics
90882025-02-11T21:47:34.029Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-2f4d20600755659a.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-273fb2df33b14bb9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90892025-02-11T21:47:34.166Z
90902025-02-11T21:47:34.166Zrunning 0 tests
90912025-02-11T21:47:34.166Z
90922025-02-11T21:47:34.166Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90932025-02-11T21:47:34.166Z
90942025-02-11T21:47:34.181Z Doc-tests sled_hardware
90952025-02-11T21:47:34.183Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-6366850fa842106c.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-176b78932b1876fd.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-d98e06afb0ecdece.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-29027c09d7fb4952.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8696a562f8ab0321.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-48c0f4f457e64041.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-62ca7f3435cc65a2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90962025-02-11T21:47:34.555Z
90972025-02-11T21:47:34.555Zrunning 0 tests
90982025-02-11T21:47:34.555Z
90992025-02-11T21:47:34.555Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91002025-02-11T21:47:34.555Z
91012025-02-11T21:47:34.586Z Doc-tests sled_hardware_types
91022025-02-11T21:47:34.588Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-f0b326e0bc205bca.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-36f4a4236324662e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91032025-02-11T21:47:34.869Z
91042025-02-11T21:47:34.869Zrunning 0 tests
91052025-02-11T21:47:34.869Z
91062025-02-11T21:47:34.869Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91072025-02-11T21:47:34.869Z
91082025-02-11T21:47:34.896Z Doc-tests sled_storage
91092025-02-11T21:47:34.898Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-2f4d20600755659a.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-6a8fccf4e522f0e2.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-a44787d7f19b2e4a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-ffb91801b6a77ad2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-2839ba26141d20e2.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-eb1de6ace61a2d46.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
91102025-02-11T21:47:35.320Z
91112025-02-11T21:47:35.320Zrunning 0 tests
91122025-02-11T21:47:35.320Z
91132025-02-11T21:47:35.320Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91142025-02-11T21:47:35.320Z
91152025-02-11T21:47:35.352Z Doc-tests sp_sim
91162025-02-11T21:47:35.355Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-1edb0c1add4c95a2.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-765f12096922edb0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91172025-02-11T21:47:35.794Z
91182025-02-11T21:47:35.794Zrunning 0 tests
91192025-02-11T21:47:35.794Z
91202025-02-11T21:47:35.794Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91212025-02-11T21:47:35.794Z
91222025-02-11T21:47:35.825Z Doc-tests tufaceous
91232025-02-11T21:47:35.828Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-83a5f9d77687b7eb.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-e8d63b2fdd720dd2.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-7e62bfd0a61cbc20.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91242025-02-11T21:47:36.115Z
91252025-02-11T21:47:36.116Zrunning 0 tests
91262025-02-11T21:47:36.116Z
91272025-02-11T21:47:36.116Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91282025-02-11T21:47:36.116Z
91292025-02-11T21:47:36.143Z Doc-tests tufaceous_lib
91302025-02-11T21:47:36.146Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-26595f66b77d3e63.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-8d980178b4de34a3.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-14419073895f953e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-38e47cf4ad398319.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-7a8c831b34692f87.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-e56621133d0a745d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91312025-02-11T21:47:36.537Z
91322025-02-11T21:47:36.537Zrunning 0 tests
91332025-02-11T21:47:36.537Z
91342025-02-11T21:47:36.537Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91352025-02-11T21:47:36.537Z
91362025-02-11T21:47:36.567Z Doc-tests typed_rng
91372025-02-11T21:47:36.570Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-65434bb74d6027e2.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-4bd757ad22864a11.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-eda3ebae96a89463.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-14f0d9d0843df0b6.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91382025-02-11T21:47:36.657Z
91392025-02-11T21:47:36.657Zrunning 0 tests
91402025-02-11T21:47:36.657Z
91412025-02-11T21:47:36.660Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91422025-02-11T21:47:36.660Z
91432025-02-11T21:47:36.670Z Doc-tests update_common
91442025-02-11T21:47:36.672Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-c521ce9579c8dda3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91452025-02-11T21:47:36.982Z
91462025-02-11T21:47:36.982Zrunning 0 tests
91472025-02-11T21:47:36.982Z
91482025-02-11T21:47:36.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91492025-02-11T21:47:36.983Z
91502025-02-11T21:47:37.011Z Doc-tests update_engine
91512025-02-11T21:47:37.026Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-12974b77cbe6803a.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-721bb5b37e92804c.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-4818ce64076a2b6d.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-0eb9a83b251bf9cc.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-06f1a9f404f3cafa.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-3a17c4c463e15f74.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-e30533c97b2525be.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-024cbbf50eabd6a1.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-7a005adb0ab1f5eb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a1f95df3b0bb5313.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91522025-02-11T21:47:37.439Z
91532025-02-11T21:47:37.439Zrunning 4 tests
91542025-02-11T21:47:37.443Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
91552025-02-11T21:47:37.443Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
91562025-02-11T21:47:37.443Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
91572025-02-11T21:47:38.245Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
91582025-02-11T21:47:38.245Z
91592025-02-11T21:47:38.248Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.81s
91602025-02-11T21:47:38.248Z
91612025-02-11T21:47:38.270Z Doc-tests wicket
91622025-02-11T21:47:38.273Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-749f9f83774d4169.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-6221939c4ad9201e.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-3d5667ede295bc44.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-e373ba1295049567.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-662c1e34a30dddff.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-f6c2d1e6aeb6f012.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-ec10211e242c7e66.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-46032c2ebe5e8faf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-d33f6c99d7e4358a.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-5525eef5a0fe7476.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-702760be8c1e8a9e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-235f88c7cd4c2e2f.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-0b599a85eb199287.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-5b836c922ad74bb3.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-ce3957574e03d034.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91632025-02-11T21:47:39.116Z
91642025-02-11T21:47:39.117Zrunning 0 tests
91652025-02-11T21:47:39.117Z
91662025-02-11T21:47:39.117Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91672025-02-11T21:47:39.117Z
91682025-02-11T21:47:39.162Z Doc-tests wicket_common
91692025-02-11T21:47:39.165Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-94c311de75f60350.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91702025-02-11T21:47:39.722Z
91712025-02-11T21:47:39.722Zrunning 0 tests
91722025-02-11T21:47:39.722Z
91732025-02-11T21:47:39.722Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91742025-02-11T21:47:39.722Z
91752025-02-11T21:47:39.759Z Doc-tests wicket_dbg
91762025-02-11T21:47:39.761Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-92d4ef3e0c09d06b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-7505afe993e22e1b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-e7017bcfb4197569.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-a2c853d2237c9880.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-3bed3a60ead31a4e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91772025-02-11T21:47:40.174Z
91782025-02-11T21:47:40.174Zrunning 0 tests
91792025-02-11T21:47:40.174Z
91802025-02-11T21:47:40.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91812025-02-11T21:47:40.174Z
91822025-02-11T21:47:40.208Z Doc-tests wicketd
91832025-02-11T21:47:40.211Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-2874f8c4e7350fed.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-7fc06bffdc865433.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-888e1b18038682b9.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-767e7deaf3bc109b.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-369ee3d2c774136a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-4b714359f5aac43b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-0092373b64d1ada5.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-dd31d19c4ed69e7e.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-169b89afb2410ea4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-def387f0ad91f972.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-1253dd77939aea70.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-cfb36021e99e7ef1.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-d1f9bc983adad146.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-7e56c3e06a940178.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-787a710bee10211c.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-9d458307bf9bbccd.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-45589b1a2ff0eab2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-3774a995781acb23.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-50b83adea387f3c1.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-aad0cf5bfe79ea8f.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-b8b08b059a94e16d.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-900cba86b0f974cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-b462132ca9cb604b.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-3b295674a8b04c1f.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-1176b72a31109b70.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e9202c4e7db5385a.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-5ea0ab5db09c380a.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-88725a02f003f744.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-1f82969cde3edb4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-7e8981919df42d02.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-4bad00c4b240de7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-60ef584d13ef286e.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-bb9d0d53b52319aa.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-bf0a9f0c7a1f5c2d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-b7178cfe8cae9365.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-5fc526287fa0b8bc.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-7b4374fb3de657fa.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-69903ab7b0254d11.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-259b35470c5edad9.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-2586409ea37385a4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-21a92d868c0dc4d5.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-3312dafc5ef36062.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-7961f9534dbacc28.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-cf3c02633434d1e5.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-fc8c4e4a44d1dc05.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-76e6256eb75c935e.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-5da31372ddd9c6da.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91842025-02-11T21:47:40.856Z
91852025-02-11T21:47:40.856Zrunning 0 tests
91862025-02-11T21:47:40.857Z
91872025-02-11T21:47:40.857Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91882025-02-11T21:47:40.857Z
91892025-02-11T21:47:40.898Z Doc-tests wicketd_api
91902025-02-11T21:47:40.901Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-888e1b18038682b9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-952de68ce9c8b446.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-638422b5e2968626.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-96ace5cc9f50c677.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91912025-02-11T21:47:41.338Z
91922025-02-11T21:47:41.338Zrunning 2 tests
91932025-02-11T21:47:41.341Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 55) ... ignored
91942025-02-11T21:47:41.341Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 61) ... ignored
91952025-02-11T21:47:41.341Z
91962025-02-11T21:47:41.341Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
91972025-02-11T21:47:41.341Z
91982025-02-11T21:47:41.372Z Doc-tests wicketd_client
91992025-02-11T21:47:41.375Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-721bb5b37e92804c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-e47d5006890af801.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-bfab980439c1581b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-b5a8abfe1d5f24c4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-2bd95d2be3320e06.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-8596ef993a50a23e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-74905474c961af45.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-f410b3a33b57be4d.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-fe67e61d52b208dd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-aa09ccf8a97f44d6.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-b22f2fda121183cd.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-256146b8797646f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92002025-02-11T21:47:42.943Z
92012025-02-11T21:47:42.943Zrunning 0 tests
92022025-02-11T21:47:42.943Z
92032025-02-11T21:47:42.943Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92042025-02-11T21:47:42.943Z
92052025-02-11T21:47:42.992Z Doc-tests xtask_downloader
92062025-02-11T21:47:42.997Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-6df58b942c63faae.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-8cb871a83619a59b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-2321947c9d8de626.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-213933cfbb62a2e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-beb863c219d7702d.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-02173ff48c97b5cd.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-74d4548524063684.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-a0eb937a42c64068.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-efce8d10a60ed2f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92072025-02-11T21:47:43.171Z
92082025-02-11T21:47:43.171Zrunning 1 test
92092025-02-11T21:47:43.174Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
92102025-02-11T21:47:43.174Z
92112025-02-11T21:47:43.174Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
92122025-02-11T21:47:43.174Z
92132025-02-11T21:47:43.188Z Doc-tests zone_setup
92142025-02-11T21:47:43.191Z Running `/home/build/.rustup/toolchains/1.84.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-28b13d275ecdb670/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-1064f0fbe0a27a1a/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-0020565dc9f5640f/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-ba8bc5716f25c698/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-cb032f9649420152/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-7b179b10c0faa089/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-b27963488f2618c6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-b1ce1825125c2b44.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-e472a653572fba4d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-90b29e6672e882f1.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-f0b326e0bc205bca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-4cb2843cd3c28bd4.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-70527085a883d7b0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-776040bcc3443d7c.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-07306f710fe36406.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-9a57d07140db7ded.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-9744df043d894a5c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-f36114cf7413752c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b2c1a03649542c8c.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-9b126c9fdb310b2e.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-ed3cce4c902d7bd1.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-fbe05a81319964ca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92152025-02-11T21:47:43.456Z
92162025-02-11T21:47:43.456Zrunning 0 tests
92172025-02-11T21:47:43.457Z
92182025-02-11T21:47:43.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92192025-02-11T21:47:43.457Z
92202025-02-11T21:47:43.568Z
92212025-02-11T21:47:43.568Zreal 1:56.021426606
92222025-02-11T21:47:43.568Zuser 2:04.310569373
92232025-02-11T21:47:43.568Zsys 52.038775653
92242025-02-11T21:47:43.568Ztrap 0.029878479
92252025-02-11T21:47:43.568Ztflt 1.443064275
92262025-02-11T21:47:43.568Zdflt 8.435116878
92272025-02-11T21:47:43.571Zkflt 0.020995421
92282025-02-11T21:47:43.571Zlock 1:25.682546782
92292025-02-11T21:47:43.571Zslp 15:08.115257602
92302025-02-11T21:47:43.571Zlat 3.440387179
92312025-02-11T21:47:43.571Zstop 8.852063091
92322025-02-11T21:47:43.571Z+ [[ illumos == \i\l\l\u\m\o\s ]]
92332025-02-11T21:47:43.571Z+ banner live-test
92342025-02-11T21:47:43.574Z
92352025-02-11T21:47:43.574Z # # # # ###### ##### ###### #### #####
92362025-02-11T21:47:43.574Z # # # # # # # # #
92372025-02-11T21:47:43.574Z # # # # ##### ##### # ##### #### #
92382025-02-11T21:47:43.574Z # # # # # # # # #
92392025-02-11T21:47:43.574Z # # # # # # # # # #
92402025-02-11T21:47:43.574Z ###### # ## ###### # ###### #### #
92412025-02-11T21:47:43.574Z
92422025-02-11T21:47:43.574Z+ ptime -m cargo xtask live-tests
92432025-02-11T21:47:44.336Z Compiling serde v1.0.217
92442025-02-11T21:47:44.339Z Compiling serde_json v1.0.135
92452025-02-11T21:47:44.339Z Compiling libc v0.2.169
92462025-02-11T21:47:44.339Z Compiling rustix v0.38.37
92472025-02-11T21:47:44.339Z Compiling syn v2.0.96
92482025-02-11T21:47:44.339Z Compiling bitflags v2.6.0
92492025-02-11T21:47:44.847Z Compiling usdt-impl v0.5.0
92502025-02-11T21:47:44.882Z Compiling syn v1.0.109
92512025-02-11T21:47:44.910Z Compiling log v0.4.22
92522025-02-11T21:47:45.083Z Compiling hashbrown v0.15.1
92532025-02-11T21:47:45.144Z Compiling fs-err v2.11.0
92542025-02-11T21:47:45.285Z Compiling anyhow v1.0.95
92552025-02-11T21:47:45.453Z Compiling once_cell v1.20.2
92562025-02-11T21:47:45.849Z Compiling thread-id v4.2.2
92572025-02-11T21:47:46.150Z Compiling indexmap v2.7.1
92582025-02-11T21:47:47.149Z Compiling terminal_size v0.4.0
92592025-02-11T21:47:47.149Z Compiling tempfile v3.13.0
92602025-02-11T21:47:47.306Z Compiling clap_builder v4.5.27
92612025-02-11T21:47:47.747Z Compiling proc-macro-error v1.0.4
92622025-02-11T21:47:48.577Z Compiling tabled_derive v0.7.0
92632025-02-11T21:47:49.893Z Compiling tabled v0.15.0
92642025-02-11T21:47:50.710Z Compiling serde_derive v1.0.217
92652025-02-11T21:47:50.713Z Compiling thiserror-impl v1.0.69
92662025-02-11T21:47:50.713Z Compiling zerocopy-derive v0.7.35
92672025-02-11T21:47:50.713Z Compiling scroll_derive v0.12.0
92682025-02-11T21:47:50.978Z Compiling clap_derive v4.5.24
92692025-02-11T21:47:52.424Z Compiling scroll v0.12.0
92702025-02-11T21:47:52.918Z Compiling goblin v0.8.2
92712025-02-11T21:47:53.073Z Compiling zerocopy v0.7.35
92722025-02-11T21:47:53.680Z Compiling thiserror v1.0.69
92732025-02-11T21:47:53.889Z Compiling pest v2.7.14
92742025-02-11T21:47:54.632Z Compiling clap v4.5.27
92752025-02-11T21:47:56.124Z Compiling pest_meta v2.7.14
92762025-02-11T21:47:57.102Z Compiling pest_generator v2.7.14
92772025-02-11T21:47:58.668Z Compiling pest_derive v2.7.14
92782025-02-11T21:47:59.467Z Compiling dtrace-parser v0.2.0
92792025-02-11T21:47:59.911Z Compiling serde_tokenstream v0.2.2
92802025-02-11T21:47:59.963Z Compiling serde_spanned v0.6.8
92812025-02-11T21:48:00.015Z Compiling toml_datetime v0.6.8
92822025-02-11T21:48:00.133Z Compiling camino v1.1.9
92832025-02-11T21:48:00.237Z Compiling semver v1.0.24
92842025-02-11T21:48:00.326Z Compiling cargo-platform v0.1.8
92852025-02-11T21:48:00.512Z Compiling toml_edit v0.22.22
92862025-02-11T21:48:00.533Z Compiling macaddr v1.0.1
92872025-02-11T21:48:00.893Z Compiling camino-tempfile v1.1.1
92882025-02-11T21:48:01.489Z Compiling dof v0.3.0
92892025-02-11T21:48:01.503Z Compiling cargo_metadata v0.18.1
92902025-02-11T21:48:02.928Z Compiling usdt-attr-macro v0.5.0
92912025-02-11T21:48:02.931Z Compiling usdt-macro v0.5.0
92922025-02-11T21:48:03.522Z Compiling toml v0.8.19
92932025-02-11T21:48:04.387Z Compiling usdt v0.5.0
92942025-02-11T21:48:04.401Z Compiling cargo_toml v0.20.5
92952025-02-11T21:48:07.153Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
92962025-02-11T21:48:10.639Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.99s
92972025-02-11T21:48:10.714Z Running `target/debug/xtask live-tests`
92982025-02-11T21:48:10.749Zusing temporary directory: /var/tmp/omicron_tmp/.tmp5f1Ual
92992025-02-11T21:48:10.750Zwill create archive file: /var/tmp/omicron_tmp/.tmp5f1Ual/live-tests-archive/omicron-live-tests.tar.zst
93002025-02-11T21:48:10.750Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
93012025-02-11T21:48:10.750Z
93022025-02-11T21:48:10.753Zrunning: /home/build/.rustup/toolchains/1.84.0-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmp5f1Ual/live-tests-archive/omicron-live-tests.tar.zst"
93032025-02-11T21:48:12.915Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
93042025-02-11T21:48:13.034Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
93052025-02-11T21:48:13.051Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
93062025-02-11T21:48:13.054Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
93072025-02-11T21:48:13.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
93082025-02-11T21:48:13.083Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
93092025-02-11T21:48:13.083Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
93102025-02-11T21:48:14.143Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
93112025-02-11T21:48:16.160Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
93122025-02-11T21:48:16.806Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
93132025-02-11T21:48:17.927Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
93142025-02-11T21:48:17.927Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
93152025-02-11T21:48:30.745Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
93162025-02-11T21:48:30.745Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
93172025-02-11T21:48:30.748Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
93182025-02-11T21:48:30.748Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
93192025-02-11T21:48:32.542Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
93202025-02-11T21:49:19.748Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
93212025-02-11T21:49:20.390Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
93222025-02-11T21:49:54.529Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
93232025-02-11T21:49:57.264Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
93242025-02-11T21:50:17.487Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 05s
93252025-02-11T21:50:17.697Zinfo: experimental features enabled: setup-scripts
93262025-02-11T21:50:17.702Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmp5f1Ual/live-tests-archive/omicron-live-tests.tar.zst
93272025-02-11T21:50:18.153Z Archived 47 files to /var/tmp/omicron_tmp/.tmp5f1Ual/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
93282025-02-11T21:50:18.208Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmp5f1Ual/live-tests-archive\""
93292025-02-11T21:50:18.219Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmp5f1Ual" "live-tests-archive"
93302025-02-11T21:50:18.298Zcreated:
93312025-02-11T21:50:18.298Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
93322025-02-11T21:50:18.298ZTo use this:
93332025-02-11T21:50:18.298Z
93342025-02-11T21:50:18.298Z1. Copy the tarball to the switch zone in a deployed Omicron system.
93352025-02-11T21:50:18.298Z
93362025-02-11T21:50:18.301Z e.g., scp \
93372025-02-11T21:50:18.301Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
93382025-02-11T21:50:18.301Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93392025-02-11T21:50:18.301Z
93402025-02-11T21:50:18.301Z2. Copy the `cargo-nextest` binary to the same place.
93412025-02-11T21:50:18.301Z
93422025-02-11T21:50:18.302Z e.g., scp \
93432025-02-11T21:50:18.302Z $(which cargo-nextest) \
93442025-02-11T21:50:18.302Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93452025-02-11T21:50:18.302Z
93462025-02-11T21:50:18.302Z3. From the switch zone on that system, unpack the tarball with:
93472025-02-11T21:50:18.302Z
93482025-02-11T21:50:18.302Z tar xzf live-tests-archive.tgz
93492025-02-11T21:50:18.302Z
93502025-02-11T21:50:18.302Z4. From the switch zone on that system, run tests with:
93512025-02-11T21:50:18.302Z
93522025-02-11T21:50:18.302Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
93532025-02-11T21:50:18.302Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
93542025-02-11T21:50:18.302Z --workspace-remap live-tests-archive
93552025-02-11T21:50:18.302Z
93562025-02-11T21:50:18.303Z
93572025-02-11T21:50:18.303Zreal 2:34.683853630
93582025-02-11T21:50:18.303Zuser 5:38.079263241
93592025-02-11T21:50:18.303Zsys 38.062689472
93602025-02-11T21:50:18.303Ztrap 0.114168441
93612025-02-11T21:50:18.303Ztflt 0.609033934
93622025-02-11T21:50:18.303Zdflt 3.377399352
93632025-02-11T21:50:18.303Zkflt 0.001642917
93642025-02-11T21:50:18.303Zlock 14:07.082005364
93652025-02-11T21:50:18.303Zslp 21:32.331467214
93662025-02-11T21:50:18.303Zlat 5.324976227
93672025-02-11T21:50:18.303Zstop 17.263031185
93682025-02-11T21:50:18.303Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
93692025-02-11T21:50:18.307Z+ unset TMPDIR
93702025-02-11T21:50:18.307Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
93712025-02-11T21:50:18.307Zfiles in /var/tmp/omicron_tmp (none expected on success):
93722025-02-11T21:50:18.307Z+ find /var/tmp/omicron_tmp -ls
93732025-02-11T21:50:18.311Z164546 18 drwxr-xr-x 2 build build 2 Feb 11 21:50 /var/tmp/omicron_tmp
93742025-02-11T21:50:18.311Z+ rmdir /var/tmp/omicron_tmp
93752025-02-11T21:50:19.178Zprocess exited: duration 6887329 ms, exit code 0
 
93762025-02-11T21:50:19.208Zfound 3 output files
93772025-02-11T21:50:19.216Zuploading: /work/crate-build-timings.json (603605 bytes)
93782025-02-11T21:50:20.238Zuploaded: /work/crate-build-timings.json
93792025-02-11T21:50:20.241Zuploading: /work/environment.json (108 bytes)
93802025-02-11T21:50:21.250Zuploaded: /work/environment.json
93812025-02-11T21:50:21.266Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (362783 bytes)
93822025-02-11T21:50:22.275Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml