01JKRGFCZ9VY64NE0QBJCEMRDJ: 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: 01JKRGFR08CC756J6V7DANHZ5P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-02-10T18:04:25.143Zjob assigned to worker 01JKRGFZNYMDFSJ4DYKXRWEZAS [factory aws, i-020f7684fc30777b5] (queued for 52 s)
 
22025-02-10T18:04:32.643Zstarting task 0: "setup"
32025-02-10T18:04:32.651Z++ uname -s
42025-02-10T18:04:32.653Z+ kern=SunOS
52025-02-10T18:04:32.654Z+ build_user=build
62025-02-10T18:04:32.654Z+ build_uid=12345
72025-02-10T18:04:32.654Z+ work_dir=/work
82025-02-10T18:04:32.654Z+ input_dir=/input
92025-02-10T18:04:32.654Z+ [[ 0 == 12345 ]]
102025-02-10T18:04:32.654Z+ case "$kern" in
112025-02-10T18:04:32.654Z+ groupadd -g 12345 build
122025-02-10T18:04:32.656Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-02-10T18:04:34.663Z+ zfs create -o mountpoint=/work rpool/work
142025-02-10T18:04:34.785Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-02-10T18:04:34.788Z+ home_fs=zfs
162025-02-10T18:04:34.788Z+ [[ zfs == autofs ]]
172025-02-10T18:04:34.788Z+ mkdir -p /home/build
182025-02-10T18:04:34.790Z+ chown build:build /home/build /work
192025-02-10T18:04:36.793Z+ chmod 0700 /home/build /work
202025-02-10T18:04:36.796Zprocess exited: duration 4152 ms, exit code 0
 
212025-02-10T18:04:36.802Zstarting task 1: "rust-toolchain"
222025-02-10T18:04:36.808Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-02-10T18:04:36.808Z * rust toolchain channel = "1.84.1"
242025-02-10T18:04:36.808Z * rust toolchain profile = "default"
252025-02-10T18:04:36.808Z+ printf ' * rust toolchain profile = "%s"\n' default
262025-02-10T18:04:36.808Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-02-10T18:04:36.808Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-02-10T18:04:36.811Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-02-10T18:04:36.811Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-02-10T18:04:36.943Zinfo: downloading installer
312025-02-10T18:04:38.269Zwarning: it looks like you have an existing installation of Rust at:
322025-02-10T18:04:38.270Zwarning: /opt/ooce/bin
332025-02-10T18:04:38.270Zwarning: It is recommended that rustup be the primary Rust installation.
342025-02-10T18:04:38.270Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-02-10T18:04:38.270Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-02-10T18:04:38.270Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-02-10T18:04:38.270Zwarning: or pass `-y' to ignore all ignorable checks.
382025-02-10T18:04:38.270Zerror: cannot install while Rust is installed
392025-02-10T18:04:38.270Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-02-10T18:04:38.283Zinfo: profile set to 'default'
412025-02-10T18:04:38.283Zinfo: default host triple is x86_64-unknown-illumos
422025-02-10T18:04:38.285Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-02-10T18:04:38.460Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-02-10T18:04:38.460Zinfo: downloading component 'cargo'
452025-02-10T18:04:39.497Zinfo: downloading component 'clippy'
462025-02-10T18:04:39.894Zinfo: downloading component 'rust-docs'
472025-02-10T18:04:41.314Zinfo: downloading component 'rust-std'
482025-02-10T18:04:43.614Zinfo: downloading component 'rustc'
492025-02-10T18:04:51.700Zinfo: downloading component 'rustfmt'
502025-02-10T18:04:52.001Zinfo: installing component 'cargo'
512025-02-10T18:04:52.864Zinfo: installing component 'clippy'
522025-02-10T18:04:53.269Zinfo: installing component 'rust-docs'
532025-02-10T18:04:54.957Zinfo: installing component 'rust-std'
542025-02-10T18:04:56.901Zinfo: installing component 'rustc'
552025-02-10T18:05:03.254Zinfo: installing component 'rustfmt'
562025-02-10T18:05:03.588Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-02-10T18:05:03.588Z
582025-02-10T18:05:03.975Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-02-10T18:05:03.975Z
602025-02-10T18:05:03.977Z
612025-02-10T18:05:03.977ZRust is installed now. Great!
622025-02-10T18:05:03.978Z
632025-02-10T18:05:03.978ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-02-10T18:05:03.978Zenvironment variable. This has not been done automatically.
652025-02-10T18:05:03.978Z
662025-02-10T18:05:03.978ZTo configure your current shell, you need to source
672025-02-10T18:05:03.978Zthe corresponding env file under $HOME/.cargo.
682025-02-10T18:05:03.978Z
692025-02-10T18:05:03.978ZThis is usually done by running one of the following (note the leading DOT):
702025-02-10T18:05:03.978Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-02-10T18:05:03.978Zsource "$HOME/.cargo/env.fish" # For fish
722025-02-10T18:05:04.059Z+ rustup --version
732025-02-10T18:05:04.067Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-02-10T18:05:04.067Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-02-10T18:05:04.146Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-02-10T18:05:04.149Z+ cargo --version
772025-02-10T18:05:04.209Zcargo 1.84.1 (66221abde 2024-11-19)
782025-02-10T18:05:04.212Z+ rustc --version
792025-02-10T18:05:04.272Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-02-10T18:05:04.276Zprocess exited: duration 27470 ms, exit code 0
 
812025-02-10T18:05:04.281Zstarting task 2: "authentication"
822025-02-10T18:05:04.303Zprocess exited: duration 21 ms, exit code 0
 
832025-02-10T18:05:04.309Zstarting task 3: "clone repository"
842025-02-10T18:05:04.314Z+ mkdir -p /work/oxidecomputer/omicron
852025-02-10T18:05:04.316Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-02-10T18:05:04.355ZCloning into '/work/oxidecomputer/omicron'...
872025-02-10T18:05:10.621Z+ cd /work/oxidecomputer/omicron
882025-02-10T18:05:10.621Z+ git fetch origin 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
892025-02-10T18:05:10.978ZFrom https://github.com/oxidecomputer/omicron
902025-02-10T18:05:10.978Z * branch 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd -> FETCH_HEAD
912025-02-10T18:05:10.989Z+ [[ -n '' ]]
922025-02-10T18:05:10.989Z+ git reset --hard 584d88c7e62cbb259fe1b7c8cafee5ceaae065dd
932025-02-10T18:05:11.174ZHEAD is now at 584d88c7e Bump hickory-proto from 0.24.2 to 0.24.3
942025-02-10T18:05:11.177Zprocess exited: duration 6866 ms, exit code 0
 
952025-02-10T18:05:11.182Zstarting task 4: "build"
962025-02-10T18:05:11.190Z+ source ./env.sh
972025-02-10T18:05:11.190Z++ OLD_SHELL_OPTS=ehxB
982025-02-10T18:05:11.190Z++ set -o xtrace
992025-02-10T18:05:11.193Z++++ dirname ./env.sh
1002025-02-10T18:05:11.195Z+++ readlink -f .
1012025-02-10T18:05:11.198Z++ OMICRON_WS=/work/oxidecomputer/omicron
1022025-02-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ 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-10T18:05:11.198Z++ case $OLD_SHELL_OPTS in
1112025-02-10T18:05:11.198Z++ unset OLD_SHELL_OPTS OMICRON_WS
1122025-02-10T18:05:11.198Z+ source .github/buildomat/ci-env.sh
1132025-02-10T18:05:11.198Z++ export CARGO_TERM_COLOR=always
1142025-02-10T18:05:11.199Z++ CARGO_TERM_COLOR=always
1152025-02-10T18:05:11.199Z+ target_os=illumos
1162025-02-10T18:05:11.199Z+ NEXTEST_VERSION=0.9.86
1172025-02-10T18:05:11.199Z+ cargo --version
1182025-02-10T18:05:11.248Zcargo 1.84.1 (66221abde 2024-11-19)
1192025-02-10T18:05:11.250Z+ rustc --version
1202025-02-10T18:05:11.311Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1212025-02-10T18:05:11.314Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1222025-02-10T18:05:11.317Z+ gunzip
1232025-02-10T18:05:11.317Z+ tar -xvf - -C /home/build/.cargo/bin
1242025-02-10T18:05:12.437Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1252025-02-10T18:05:12.440Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1262025-02-10T18:05:12.440Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1272025-02-10T18:05:12.440Ztests will store ephemeral output in /var/tmp/omicron_tmp
1282025-02-10T18:05:12.440Z+ mkdir /var/tmp/omicron_tmp
1292025-02-10T18:05:12.443Z+ OUTPUT_DIR=/work
1302025-02-10T18:05:12.443Z+ echo 'tests will store non-ephemeral output in /work'
1312025-02-10T18:05:12.443Ztests will store non-ephemeral output in /work
1322025-02-10T18:05:12.443Z+ mkdir -p /work
1332025-02-10T18:05:12.443Z+ banner prerequisites
1342025-02-10T18:05:12.446Z
1352025-02-10T18:05:12.446Z ##### ##### ###### ##### ###### #### # # # #### #
1362025-02-10T18:05:12.446Z # # # # # # # # # # # # # # #
1372025-02-10T18:05:12.446Z # # # # ##### # # ##### # # # # # #### #
1382025-02-10T18:05:12.446Z ##### ##### # ##### # # # # # # # # #
1392025-02-10T18:05:12.446Z # # # # # # # # # # # # # # #
1402025-02-10T18:05:12.446Z # # # ###### # # ###### ### # #### # #### #
1412025-02-10T18:05:12.446Z
1422025-02-10T18:05:12.446Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1432025-02-10T18:05:14.101Zpkg list: illegal option -- F
1442025-02-10T18:05:14.101ZUsage:
1452025-02-10T18:05:14.104Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1462025-02-10T18:05:14.104Z [pkg_fmri_pattern ...]
1472025-02-10T18:05:14.997Zpkg list: illegal option -- F
1482025-02-10T18:05:14.997ZUsage:
1492025-02-10T18:05:15.001Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1502025-02-10T18:05:15.001Z [pkg_fmri_pattern ...]
1512025-02-10T18:05:29.543Z Startup: Refreshing catalog 'helios-dev' ... Done
1522025-02-10T18:05:33.790Z Startup: Caching catalogs ... Done
1532025-02-10T18:05:45.777ZPlanning: Solver setup ... Done (11.031s)
1542025-02-10T18:05:45.927ZPlanning: Running solver ... Done (0.150s)
1552025-02-10T18:05:46.043ZPlanning: Finding local manifests ... Done (0.006s)
1562025-02-10T18:05:46.064ZPlanning: Fetching manifests: 0/7 0% complete
1572025-02-10T18:05:46.752ZPlanning: Fetching manifests: 7/7 100% complete
1582025-02-10T18:05:47.048ZPlanning: Package planning ... Done (0.296s)
1592025-02-10T18:05:47.104ZPlanning: Merging actions ... Done (0.056s)
1602025-02-10T18:05:47.305ZPlanning: Checking for conflicting actions ... Done (0.201s)
1612025-02-10T18:05:49.428ZPlanning: Consolidating action changes ... Done (2.122s)
1622025-02-10T18:05:49.878ZPlanning: Evaluating mediators ... Done (0.449s)
1632025-02-10T18:05:49.961ZPlanning: Planning completed in 16.07 seconds
1642025-02-10T18:05:49.978Z Packages to install: 4
1652025-02-10T18:05:49.978Z Packages to update: 3
1662025-02-10T18:05:49.982Z Mediators to change: 2
1672025-02-10T18:05:49.982Z Services to change: 1
1682025-02-10T18:05:49.982Z Estimated space available: 155.60 GB
1692025-02-10T18:05:49.982ZEstimated space to be consumed: 1.65 GB
1702025-02-10T18:05:49.982Z Create boot environment: No
1712025-02-10T18:05:49.982ZCreate backup boot environment: Yes
1722025-02-10T18:05:49.982Z Rebuild boot archive: No
1732025-02-10T18:05:49.982Z
1742025-02-10T18:05:49.982ZChanged mediators:
1752025-02-10T18:05:49.982Z mediator clang:
1762025-02-10T18:05:49.982Z version: None -> 15 (system default)
1772025-02-10T18:05:49.982Z
1782025-02-10T18:05:49.982Z mediator llvm:
1792025-02-10T18:05:49.982Z version: 14 (system default) -> 15 (system default)
1802025-02-10T18:05:49.982Z
1812025-02-10T18:05:49.982ZChanged packages:
1822025-02-10T18:05:49.982Zhelios-dev
1832025-02-10T18:05:49.982Z developer/build-essential
1842025-02-10T18:05:49.982Z None -> 11-2.0
1852025-02-10T18:05:49.982Z library/libxmlsec1
1862025-02-10T18:05:49.982Z None -> 1.2.35-2.0
1872025-02-10T18:05:49.983Z ooce/developer/clang-15
1882025-02-10T18:05:49.983Z None -> 15.0.7-2.0
1892025-02-10T18:05:49.983Z ooce/developer/llvm-15
1902025-02-10T18:05:49.983Z None -> 15.0.7-2.0
1912025-02-10T18:05:49.983Z package/pkg
1922025-02-10T18:05:49.983Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1932025-02-10T18:05:49.983Z system/library/g++-runtime
1942025-02-10T18:05:49.983Z 13-2.0 -> 14-2.0
1952025-02-10T18:05:49.983Z system/library/gcc-runtime
1962025-02-10T18:05:49.983Z 13-2.0 -> 14-2.0
1972025-02-10T18:05:49.983Z
1982025-02-10T18:05:49.983ZServices:
1992025-02-10T18:05:49.983Z restart_fmri:
2002025-02-10T18:05:49.983Z svc:/system/update-man-index:default
2012025-02-10T18:05:49.983Z
2022025-02-10T18:05:49.983ZEditable files to change:
2032025-02-10T18:05:49.983Z Update:
2042025-02-10T18:05:49.983Z usr/share/lib/pkg/web/config.shtml
2052025-02-10T18:05:50.065Z
2062025-02-10T18:05:50.065ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2072025-02-10T18:05:55.067ZDownload: 1106/4301 items 19.8/225.4MB 8% complete (4.1M/s)
2082025-02-10T18:06:01.198ZDownload: 1197/4301 items 82.9/225.4MB 36% complete (10.6M/s)
2092025-02-10T18:06:06.385ZDownload: 1198/4301 items 83.5/225.4MB 37% complete (9.3M/s)
2102025-02-10T18:06:11.398ZDownload: 1687/4301 items 116.3/225.4MB 51% complete (4.5M/s)
2112025-02-10T18:06:19.141ZDownload: 2219/4301 items 117.6/225.4MB 52% complete (4.5M/s)
2122025-02-10T18:06:24.146ZDownload: 2743/4301 items 120.6/225.4MB 53% complete (314k/s)
2132025-02-10T18:06:32.236ZDownload: 3241/4301 items 202.8/225.4MB 89% complete (8.9M/s)
2142025-02-10T18:06:49.776ZDownload: 3244/4301 items 203.0/225.4MB 90% complete
2152025-02-10T18:06:54.342ZDownload: Completed 225.42 MB in 64.27 seconds (3.5M/s)
2162025-02-10T18:06:56.787Z Actions: 1/5122 actions (Removing old actions)
2172025-02-10T18:06:56.812Z Actions: 194/5122 actions (Installing new actions)
2182025-02-10T18:07:01.540Z Actions: 4267/5122 actions (Updating modified actions)
2192025-02-10T18:07:01.898Z Actions: Completed 5122 actions in 5.11 seconds.
2202025-02-10T18:07:02.340Z Done (0.435s)
2212025-02-10T18:07:02.345Z Done (0.001s)
2222025-02-10T18:07:02.939Z Done (0.597s)
2232025-02-10T18:07:07.728Z Done (4.538s)
2242025-02-10T18:07:07.832Z Done (0.019s)
2252025-02-10T18:07:07.835Z Done (0.000s)
2262025-02-10T18:07:08.009Z Done (0.000s)
2272025-02-10T18:07:08.782ZPlanning: Evaluating mediator changes ... Done
2282025-02-10T18:07:08.957ZPlanning: Checking for conflicting actions ... Done
2292025-02-10T18:07:08.959ZPlanning: Consolidating action changes ... Done
2302025-02-10T18:07:09.243ZPlanning: Evaluating mediators ... Done
2312025-02-10T18:07:09.246ZPlanning: Planning completed in 0.46 seconds
2322025-02-10T18:07:09.284Z Mediators to change: 2
2332025-02-10T18:07:09.284Z Create boot environment: No
2342025-02-10T18:07:09.287ZCreate backup boot environment: No
2352025-02-10T18:07:09.365Z Done
2362025-02-10T18:07:09.365Z Done
2372025-02-10T18:07:09.798Z Done
2382025-02-10T18:07:13.928Z Done
2392025-02-10T18:07:14.029Z Done
2402025-02-10T18:07:14.032Z Done
2412025-02-10T18:07:14.158Z Done
2422025-02-10T18:07:14.828ZPlanning: Evaluating mediator changes ... Done
2432025-02-10T18:07:14.831ZPlanning: Merging actions ... Done
2442025-02-10T18:07:15.034ZPlanning: Checking for conflicting actions ... Done
2452025-02-10T18:07:15.036ZPlanning: Consolidating action changes ... Done
2462025-02-10T18:07:15.318ZPlanning: Evaluating mediators ... Done
2472025-02-10T18:07:15.377ZPlanning: Planning completed in 0.81 seconds
2482025-02-10T18:07:15.421Z Packages to change: 1
2492025-02-10T18:07:15.421Z Mediators to change: 1
2502025-02-10T18:07:15.421Z Services to change: 1
2512025-02-10T18:07:15.424Z Create boot environment: No
2522025-02-10T18:07:15.424ZCreate backup boot environment: Yes
2532025-02-10T18:07:17.817Z Actions: 1/6 actions (Updating modified actions)
2542025-02-10T18:07:17.820Z Actions: Completed 6 actions in 0.00 seconds.
2552025-02-10T18:07:17.820Z Done
2562025-02-10T18:07:17.820Z Done
2572025-02-10T18:07:17.943Z Done
2582025-02-10T18:07:21.740Z Done
2592025-02-10T18:07:21.833Z Done
2602025-02-10T18:07:21.836Z Done
2612025-02-10T18:07:21.974Z Done
2622025-02-10T18:07:22.417ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2632025-02-10T18:07:22.417Zclang system 15 system
2642025-02-10T18:07:22.417Zcsh system system illumos
2652025-02-10T18:07:22.417Zctags system system illumos
2662025-02-10T18:07:22.417Zgcc vendor 12 vendor
2672025-02-10T18:07:22.417Zgcc system 10 system
2682025-02-10T18:07:22.417Zgcc system 7 system
2692025-02-10T18:07:22.418Zgo system 1.20 system
2702025-02-10T18:07:22.418Zgo system 1.19 system
2712025-02-10T18:07:22.418Zllvm system 15 system
2722025-02-10T18:07:22.418Zllvm system 14 system
2732025-02-10T18:07:22.418Zmariadb system 10.6 system
2742025-02-10T18:07:22.418Zmta vendor vendor dma
2752025-02-10T18:07:22.418Zopenjdk system 17 system
2762025-02-10T18:07:22.418Zopenjdk system 11 system
2772025-02-10T18:07:22.418Zopenjdk system 1.8 system
2782025-02-10T18:07:22.418Zopenssl vendor 3 vendor
2792025-02-10T18:07:22.418Zperl system 5.36 system
2802025-02-10T18:07:22.418Zpostgresql system 15 system
2812025-02-10T18:07:22.418Zpostgresql system 13 system
2822025-02-10T18:07:22.418Zpython vendor 3 vendor
2832025-02-10T18:07:22.418Zpython system 2 system
2842025-02-10T18:07:22.418Zpython3 system 3.11 system
2852025-02-10T18:07:22.418Zruby system 3.0 system
2862025-02-10T18:07:22.418Zwords vendor vendor american-english
2872025-02-10T18:07:22.418Zwords system system australian-english
2882025-02-10T18:07:22.418Zwords system system british-english
2892025-02-10T18:07:22.418Zwords system system canadian-english
2902025-02-10T18:07:22.418Zwords system system french
2912025-02-10T18:07:22.420Zwords system system italian
2922025-02-10T18:07:22.420Zwords system system ngerman
2932025-02-10T18:07:22.420Zwords system system ogerman
2942025-02-10T18:07:22.420Zwords system system spanish
2952025-02-10T18:07:22.751ZPUBLISHER TYPE STATUS P LOCATION
2962025-02-10T18:07:22.751Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
2972025-02-10T18:07:25.720ZFMRI IFO
2982025-02-10T18:07:25.720Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
2992025-02-10T18:07:25.720Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3002025-02-10T18:07:25.720Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3012025-02-10T18:07:25.720Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3022025-02-10T18:07:25.720Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3032025-02-10T18:07:25.720Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3042025-02-10T18:07:25.720Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3052025-02-10T18:07:25.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3062025-02-10T18:07:25.720Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3072025-02-10T18:07:25.720Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3082025-02-10T18:07:25.720Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3092025-02-10T18:07:25.720Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3102025-02-10T18:07:25.720Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3112025-02-10T18:07:25.720Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3122025-02-10T18:07:25.720Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3132025-02-10T18:07:26.507Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3142025-02-10T18:07:26.771Z Updating crates.io index
3152025-02-10T18:07:26.854Z Updating git repository `https://github.com/oxidecomputer/daft`
3162025-02-10T18:07:27.127Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3172025-02-10T18:07:27.663Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3182025-02-10T18:07:27.952Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3192025-02-10T18:07:28.241Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3202025-02-10T18:07:28.498Z Updating git repository `https://github.com/oxidecomputer/propolis`
3212025-02-10T18:07:29.519Z Updating git repository `https://github.com/oxidecomputer/crucible`
3222025-02-10T18:07:31.246Z Updating git repository `https://github.com/oxidecomputer/opte`
3232025-02-10T18:07:31.884Z Updating git repository `https://github.com/oxidecomputer/falcon`
3242025-02-10T18:07:32.686Z Updating git repository `https://github.com/oxidecomputer/clickward`
3252025-02-10T18:07:32.941Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3262025-02-10T18:07:33.243Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
3272025-02-10T18:07:33.736Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3282025-02-10T18:07:34.327Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3292025-02-10T18:07:34.622Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3302025-02-10T18:07:34.955Z Updating git repository `https://github.com/oxidecomputer/tofino`
3312025-02-10T18:07:35.242Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3322025-02-10T18:07:35.477Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3332025-02-10T18:07:35.699Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3342025-02-10T18:07:35.952Z Updating git repository `https://github.com/oxidecomputer/lldp`
3352025-02-10T18:07:36.249Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3362025-02-10T18:07:36.551Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3372025-02-10T18:07:36.878Z Updating git repository `https://github.com/oxidecomputer/ispf`
3382025-02-10T18:07:37.150Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3392025-02-10T18:07:37.466Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3402025-02-10T18:07:37.974Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3412025-02-10T18:07:38.296Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3422025-02-10T18:07:38.654Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3432025-02-10T18:07:38.996Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3442025-02-10T18:07:39.381Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3452025-02-10T18:07:39.629Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3462025-02-10T18:07:39.885Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3472025-02-10T18:07:41.085Z Downloading crates ...
3482025-02-10T18:07:41.163Z Downloaded autocfg v1.4.0
3492025-02-10T18:07:41.167Z Downloaded anstyle v1.0.10
3502025-02-10T18:07:41.169Z Downloaded anstream v0.6.15
3512025-02-10T18:07:41.181Z Downloaded equivalent v1.0.1
3522025-02-10T18:07:41.188Z Downloaded dtrace-parser v0.2.0
3532025-02-10T18:07:41.191Z Downloaded dof v0.3.0
3542025-02-10T18:07:41.194Z Downloaded usdt-attr-macro v0.5.0
3552025-02-10T18:07:41.199Z Downloaded digest v0.10.7
3562025-02-10T18:07:41.199Z Downloaded anstyle-parse v0.2.5
3572025-02-10T18:07:41.206Z Downloaded swrite v0.1.0
3582025-02-10T18:07:41.215Z Downloaded scroll_derive v0.12.0
3592025-02-10T18:07:41.220Z Downloaded usdt-macro v0.5.0
3602025-02-10T18:07:41.223Z Downloaded generic-array v0.14.7
3612025-02-10T18:07:41.223Z Downloaded colorchoice v1.0.2
3622025-02-10T18:07:41.223Z Downloaded is_terminal_polyfill v1.70.1
3632025-02-10T18:07:41.226Z Downloaded cfg-if v1.0.0
3642025-02-10T18:07:41.226Z Downloaded block-buffer v0.10.4
3652025-02-10T18:07:41.226Z Downloaded clap_lex v0.7.4
3662025-02-10T18:07:41.229Z Downloaded pretty-hex v0.4.1
3672025-02-10T18:07:41.229Z Downloaded tabled_derive v0.7.0
3682025-02-10T18:07:41.231Z Downloaded anstyle-query v1.1.1
3692025-02-10T18:07:41.231Z Downloaded fs-err v2.11.0
3702025-02-10T18:07:41.234Z Downloaded thiserror-impl v1.0.69
3712025-02-10T18:07:41.234Z Downloaded heck v0.4.1
3722025-02-10T18:07:41.237Z Downloaded fnv v1.0.7
3732025-02-10T18:07:41.237Z Downloaded crypto-common v0.1.6
3742025-02-10T18:07:41.239Z Downloaded smawk v0.3.2
3752025-02-10T18:07:41.239Z Downloaded serde_tokenstream v0.2.2
3762025-02-10T18:07:41.242Z Downloaded heck v0.5.0
3772025-02-10T18:07:41.242Z Downloaded version_check v0.9.5
3782025-02-10T18:07:41.244Z Downloaded macaddr v1.0.1
3792025-02-10T18:07:41.245Z Downloaded fastrand v2.1.1
3802025-02-10T18:07:41.247Z Downloaded bytecount v0.6.8
3812025-02-10T18:07:41.247Z Downloaded usdt-impl v0.5.0
3822025-02-10T18:07:41.250Z Downloaded cpufeatures v0.2.14
3832025-02-10T18:07:41.250Z Downloaded serde_spanned v0.6.8
3842025-02-10T18:07:41.252Z Downloaded pest_generator v2.7.14
3852025-02-10T18:07:41.252Z Downloaded cargo-platform v0.1.8
3862025-02-10T18:07:41.255Z Downloaded byteorder v1.5.0
3872025-02-10T18:07:41.255Z Downloaded memmap v0.7.0
3882025-02-10T18:07:41.258Z Downloaded toml_datetime v0.6.8
3892025-02-10T18:07:41.258Z Downloaded errno v0.3.9
3902025-02-10T18:07:41.262Z Downloaded strsim v0.11.1
3912025-02-10T18:07:41.267Z Downloaded utf8parse v0.2.2
3922025-02-10T18:07:41.270Z Downloaded usdt v0.5.0
3932025-02-10T18:07:41.270Z Downloaded unicode-linebreak v0.1.5
3942025-02-10T18:07:41.275Z Downloaded thread-id v4.2.2
3952025-02-10T18:07:41.278Z Downloaded proc-macro-error-attr v1.0.4
3962025-02-10T18:07:41.278Z Downloaded plain v0.2.3
3972025-02-10T18:07:41.280Z Downloaded thiserror v1.0.69
3982025-02-10T18:07:41.285Z Downloaded clap_derive v4.5.24
3992025-02-10T18:07:41.288Z Downloaded camino-tempfile v1.1.1
4002025-02-10T18:07:41.291Z Downloaded anyhow v1.0.95
4012025-02-10T18:07:41.294Z Downloaded cargo_metadata v0.18.1
4022025-02-10T18:07:41.297Z Downloaded terminal_size v0.4.0
4032025-02-10T18:07:41.300Z Downloaded semver v1.0.24
4042025-02-10T18:07:41.300Z Downloaded scroll v0.12.0
4052025-02-10T18:07:41.302Z Downloaded sha2 v0.10.8
4062025-02-10T18:07:41.305Z Downloaded quote v1.0.38
4072025-02-10T18:07:41.308Z Downloaded tempfile v3.13.0
4082025-02-10T18:07:41.310Z Downloaded once_cell v1.20.2
4092025-02-10T18:07:41.313Z Downloaded proc-macro-error v1.0.4
4102025-02-10T18:07:41.315Z Downloaded itoa v1.0.11
4112025-02-10T18:07:41.318Z Downloaded camino v1.1.9
4122025-02-10T18:07:41.320Z Downloaded pest_derive v2.7.14
4132025-02-10T18:07:41.323Z Downloaded unicode-ident v1.0.14
4142025-02-10T18:07:41.326Z Downloaded clap v4.5.27
4152025-02-10T18:07:41.334Z Downloaded zerocopy-derive v0.7.35
4162025-02-10T18:07:41.339Z Downloaded ryu v1.0.18
4172025-02-10T18:07:41.342Z Downloaded ucd-trie v0.1.7
4182025-02-10T18:07:41.345Z Downloaded toml v0.8.19
4192025-02-10T18:07:41.347Z Downloaded proc-macro2 v1.0.92
4202025-02-10T18:07:41.350Z Downloaded bitflags v2.6.0
4212025-02-10T18:07:41.354Z Downloaded log v0.4.22
4222025-02-10T18:07:41.357Z Downloaded pest_meta v2.7.14
4232025-02-10T18:07:41.360Z Downloaded textwrap v0.16.1
4242025-02-10T18:07:41.363Z Downloaded serde_derive v1.0.217
4252025-02-10T18:07:41.365Z Downloaded papergrid v0.11.0
4262025-02-10T18:07:41.370Z Downloaded typenum v1.17.0
4272025-02-10T18:07:41.373Z Downloaded cargo_toml v0.20.5
4282025-02-10T18:07:41.379Z Downloaded indexmap v2.7.1
4292025-02-10T18:07:41.388Z Downloaded serde v1.0.217
4302025-02-10T18:07:41.392Z Downloaded memchr v2.7.4
4312025-02-10T18:07:41.405Z Downloaded toml_edit v0.22.22
4322025-02-10T18:07:41.427Z Downloaded pest v2.7.14
4332025-02-10T18:07:41.432Z Downloaded hashbrown v0.15.1
4342025-02-10T18:07:41.445Z Downloaded serde_json v1.0.135
4352025-02-10T18:07:41.453Z Downloaded clap_builder v4.5.27
4362025-02-10T18:07:41.463Z Downloaded zerocopy v0.7.35
4372025-02-10T18:07:41.478Z Downloaded winnow v0.6.20
4382025-02-10T18:07:41.486Z Downloaded tabled v0.15.0
4392025-02-10T18:07:41.502Z Downloaded goblin v0.8.2
4402025-02-10T18:07:41.508Z Downloaded syn v1.0.109
4412025-02-10T18:07:41.526Z Downloaded unicode-width v0.1.14
4422025-02-10T18:07:41.536Z Downloaded syn v2.0.96
4432025-02-10T18:07:41.547Z Downloaded rustix v0.38.37
4442025-02-10T18:07:41.578Z Downloaded libc v0.2.169
4452025-02-10T18:07:41.904Z Compiling proc-macro2 v1.0.92
4462025-02-10T18:07:41.904Z Compiling unicode-ident v1.0.14
4472025-02-10T18:07:41.907Z Compiling version_check v0.9.5
4482025-02-10T18:07:41.907Z Compiling serde v1.0.217
4492025-02-10T18:07:41.907Z Compiling memchr v2.7.4
4502025-02-10T18:07:41.907Z Compiling thiserror v1.0.69
4512025-02-10T18:07:41.941Z Compiling libc v0.2.169
4522025-02-10T18:07:41.943Z Compiling ucd-trie v0.1.7
4532025-02-10T18:07:42.266Z Compiling itoa v1.0.11
4542025-02-10T18:07:42.515Z Compiling ryu v1.0.18
4552025-02-10T18:07:42.553Z Compiling once_cell v1.20.2
4562025-02-10T18:07:42.742Z Compiling byteorder v1.5.0
4572025-02-10T18:07:42.898Z Compiling rustix v0.38.37
4582025-02-10T18:07:42.938Z Compiling serde_json v1.0.135
4592025-02-10T18:07:43.177Z Compiling bitflags v2.6.0
4602025-02-10T18:07:43.308Z Compiling proc-macro-error-attr v1.0.4
4612025-02-10T18:07:43.577Z Compiling usdt-impl v0.5.0
4622025-02-10T18:07:43.628Z Compiling syn v1.0.109
4632025-02-10T18:07:43.705Z Compiling quote v1.0.38
4642025-02-10T18:07:43.755Z Compiling proc-macro-error v1.0.4
4652025-02-10T18:07:43.780Z Compiling equivalent v1.0.1
4662025-02-10T18:07:43.907Z Compiling errno v0.3.9
4672025-02-10T18:07:44.034Z Compiling log v0.4.22
4682025-02-10T18:07:44.060Z Compiling hashbrown v0.15.1
4692025-02-10T18:07:44.094Z Compiling syn v2.0.96
4702025-02-10T18:07:44.281Z Compiling plain v0.2.3
4712025-02-10T18:07:44.343Z Compiling camino v1.1.9
4722025-02-10T18:07:44.404Z Compiling utf8parse v0.2.2
4732025-02-10T18:07:44.433Z Compiling thread-id v4.2.2
4742025-02-10T18:07:44.562Z Compiling anstyle-parse v0.2.5
4752025-02-10T18:07:44.904Z Compiling anstyle v1.0.10
4762025-02-10T18:07:45.023Z Compiling is_terminal_polyfill v1.70.1
4772025-02-10T18:07:45.103Z Compiling anstyle-query v1.1.1
4782025-02-10T18:07:45.169Z Compiling indexmap v2.7.1
4792025-02-10T18:07:45.220Z Compiling unicode-width v0.1.14
4802025-02-10T18:07:45.277Z Compiling pretty-hex v0.4.1
4812025-02-10T18:07:45.302Z Compiling semver v1.0.24
4822025-02-10T18:07:45.329Z Compiling winnow v0.6.20
4832025-02-10T18:07:45.523Z Compiling colorchoice v1.0.2
4842025-02-10T18:07:45.718Z Compiling autocfg v1.4.0
4852025-02-10T18:07:45.785Z Compiling anstream v0.6.15
4862025-02-10T18:07:46.071Z Compiling terminal_size v0.4.0
4872025-02-10T18:07:46.388Z Compiling heck v0.5.0
4882025-02-10T18:07:46.446Z Compiling cfg-if v1.0.0
4892025-02-10T18:07:46.562Z Compiling anyhow v1.0.95
4902025-02-10T18:07:46.673Z Compiling fs-err v2.11.0
4912025-02-10T18:07:46.699Z Compiling fastrand v2.1.1
4922025-02-10T18:07:46.890Z Compiling strsim v0.11.1
4932025-02-10T18:07:46.949Z Compiling heck v0.4.1
4942025-02-10T18:07:46.984Z Compiling bytecount v0.6.8
4952025-02-10T18:07:47.227Z Compiling clap_lex v0.7.4
4962025-02-10T18:07:47.255Z Compiling fnv v1.0.7
4972025-02-10T18:07:47.384Z Compiling papergrid v0.11.0
4982025-02-10T18:07:47.705Z Compiling clap_builder v4.5.27
4992025-02-10T18:07:47.733Z Compiling tempfile v3.13.0
5002025-02-10T18:07:47.857Z Compiling memmap v0.7.0
5012025-02-10T18:07:47.996Z Compiling unicode-linebreak v0.1.5
5022025-02-10T18:07:48.213Z Compiling smawk v0.3.2
5032025-02-10T18:07:48.456Z Compiling textwrap v0.16.1
5042025-02-10T18:07:48.872Z Compiling swrite v0.1.0
5052025-02-10T18:07:49.729Z Compiling tabled_derive v0.7.0
5062025-02-10T18:07:51.063Z Compiling serde_derive v1.0.217
5072025-02-10T18:07:51.063Z Compiling thiserror-impl v1.0.69
5082025-02-10T18:07:51.066Z Compiling zerocopy-derive v0.7.35
5092025-02-10T18:07:51.066Z Compiling scroll_derive v0.12.0
5102025-02-10T18:07:51.066Z Compiling clap_derive v4.5.24
5112025-02-10T18:07:51.316Z Compiling tabled v0.15.0
5122025-02-10T18:07:52.534Z Compiling scroll v0.12.0
5132025-02-10T18:07:53.021Z Compiling goblin v0.8.2
5142025-02-10T18:07:53.242Z Compiling zerocopy v0.7.35
5152025-02-10T18:07:54.008Z Compiling pest v2.7.14
5162025-02-10T18:07:54.819Z Compiling clap v4.5.27
5172025-02-10T18:07:56.203Z Compiling pest_meta v2.7.14
5182025-02-10T18:07:57.223Z Compiling pest_generator v2.7.14
5192025-02-10T18:07:58.712Z Compiling pest_derive v2.7.14
5202025-02-10T18:07:59.334Z Compiling dtrace-parser v0.2.0
5212025-02-10T18:08:00.277Z Compiling serde_tokenstream v0.2.2
5222025-02-10T18:08:00.320Z Compiling serde_spanned v0.6.8
5232025-02-10T18:08:00.327Z Compiling toml_datetime v0.6.8
5242025-02-10T18:08:00.478Z Compiling cargo-platform v0.1.8
5252025-02-10T18:08:00.594Z Compiling macaddr v1.0.1
5262025-02-10T18:08:00.851Z Compiling toml_edit v0.22.22
5272025-02-10T18:08:00.926Z Compiling camino-tempfile v1.1.1
5282025-02-10T18:08:01.671Z Compiling dof v0.3.0
5292025-02-10T18:08:01.704Z Compiling cargo_metadata v0.18.1
5302025-02-10T18:08:03.062Z Compiling usdt-macro v0.5.0
5312025-02-10T18:08:03.062Z Compiling usdt-attr-macro v0.5.0
5322025-02-10T18:08:03.646Z Compiling toml v0.8.19
5332025-02-10T18:08:04.198Z Compiling usdt v0.5.0
5342025-02-10T18:08:04.463Z Compiling cargo_toml v0.20.5
5352025-02-10T18:08:07.160Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5362025-02-10T18:08:10.399Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.11s
5372025-02-10T18:08:10.677Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5382025-02-10T18:08:11.235Z Downloading crates ...
5392025-02-10T18:08:11.360Z Downloaded ahash v0.8.11
5402025-02-10T18:08:11.364Z Downloaded adler2 v2.0.0
5412025-02-10T18:08:11.384Z Downloaded atomicwrites v0.4.4
5422025-02-10T18:08:11.387Z Downloaded atty v0.2.14
5432025-02-10T18:08:11.390Z Downloaded cfg_aliases v0.1.1
5442025-02-10T18:08:11.392Z Downloaded ciborium-io v0.2.2
5452025-02-10T18:08:11.401Z Downloaded async-stream-impl v0.3.6
5462025-02-10T18:08:11.409Z Downloaded crunchy v0.2.2
5472025-02-10T18:08:11.413Z Downloaded crucible-workspace-hack v0.1.0
5482025-02-10T18:08:11.413Z Downloaded cfg_aliases v0.2.1
5492025-02-10T18:08:11.422Z Downloaded cstr-argument v0.1.2
5502025-02-10T18:08:11.425Z Downloaded aead v0.5.2
5512025-02-10T18:08:11.430Z Downloaded ciborium-ll v0.2.2
5522025-02-10T18:08:11.432Z Downloaded base16ct v0.2.0
5532025-02-10T18:08:11.432Z Downloaded bitfield-struct v0.6.2
5542025-02-10T18:08:11.435Z Downloaded ascii-canvas v3.0.0
5552025-02-10T18:08:11.439Z Downloaded chrono-tz-build v0.4.0
5562025-02-10T18:08:11.442Z Downloaded bitflags v1.3.2
5572025-02-10T18:08:11.445Z Downloaded block-padding v0.3.3
5582025-02-10T18:08:11.449Z Downloaded crossbeam-deque v0.8.5
5592025-02-10T18:08:11.452Z Downloaded assert_matches v1.5.0
5602025-02-10T18:08:11.455Z Downloaded array-init v0.0.4
5612025-02-10T18:08:11.455Z Downloaded cobs v0.2.3
5622025-02-10T18:08:11.455Z Downloaded async-recursion v1.1.1
5632025-02-10T18:08:11.458Z Downloaded crc-catalog v2.4.0
5642025-02-10T18:08:11.460Z Downloaded progenitor-client v0.9.1
5652025-02-10T18:08:11.460Z Downloaded colored v2.1.0
5662025-02-10T18:08:11.464Z Downloaded darling v0.20.10
5672025-02-10T18:08:11.467Z Downloaded constant_time_eq v0.3.1
5682025-02-10T18:08:11.469Z Downloaded heck v0.3.3
5692025-02-10T18:08:11.472Z Downloaded buf-list v1.0.3
5702025-02-10T18:08:11.474Z Downloaded chacha20 v0.9.1
5712025-02-10T18:08:11.474Z Downloaded blowfish v0.9.1
5722025-02-10T18:08:11.477Z Downloaded curve25519-dalek-derive v0.1.1
5732025-02-10T18:08:11.477Z Downloaded crc v3.2.1
5742025-02-10T18:08:11.480Z Downloaded cexpr v0.6.0
5752025-02-10T18:08:11.482Z Downloaded convert_case v0.4.0
5762025-02-10T18:08:11.484Z Downloaded cmake v0.1.51
5772025-02-10T18:08:11.485Z Downloaded bit-vec v0.6.3
5782025-02-10T18:08:11.487Z Downloaded heapless v0.8.0
5792025-02-10T18:08:11.490Z Downloaded bcrypt-pbkdf v0.10.0
5802025-02-10T18:08:11.494Z Downloaded cassowary v0.3.0
5812025-02-10T18:08:11.494Z Downloaded bit-set v0.5.3
5822025-02-10T18:08:11.498Z Downloaded ctr v0.9.2
5832025-02-10T18:08:11.498Z Downloaded http v1.2.0
5842025-02-10T18:08:11.501Z Downloaded home v0.5.9
5852025-02-10T18:08:11.503Z Downloaded addr2line v0.24.2
5862025-02-10T18:08:11.508Z Downloaded hubpack v0.1.2
5872025-02-10T18:08:11.508Z Downloaded hostname v0.4.0
5882025-02-10T18:08:11.510Z Downloaded httpdate v1.0.3
5892025-02-10T18:08:11.510Z Downloaded bcs v0.1.6
5902025-02-10T18:08:11.513Z Downloaded hyper-staticfile v0.10.1
5912025-02-10T18:08:11.513Z Downloaded http-range v0.1.5
5922025-02-10T18:08:11.516Z Downloaded iana-time-zone v0.1.61
5932025-02-10T18:08:11.518Z Downloaded humantime v2.1.0
5942025-02-10T18:08:11.522Z Downloaded icu_locid_transform v1.5.0
5952025-02-10T18:08:11.526Z Downloaded icu_locid v1.5.0
5962025-02-10T18:08:11.529Z Downloaded ident_case v1.0.1
5972025-02-10T18:08:11.529Z Downloaded icu_provider_macros v1.5.0
5982025-02-10T18:08:11.529Z Downloaded crc32fast v1.4.2
5992025-02-10T18:08:11.531Z Downloaded const_format_proc_macros v0.2.34
6002025-02-10T18:08:11.534Z Downloaded atomic-waker v1.1.2
6012025-02-10T18:08:11.537Z Downloaded cipher v0.4.4
6022025-02-10T18:08:11.537Z Downloaded icu_locid_transform_data v1.5.0
6032025-02-10T18:08:11.541Z Downloaded cookie_store v0.21.1
6042025-02-10T18:08:11.544Z Downloaded ciborium v0.2.2
6052025-02-10T18:08:11.544Z Downloaded const-oid v0.9.6
6062025-02-10T18:08:11.547Z Downloaded idna_adapter v1.2.0
6072025-02-10T18:08:11.548Z Downloaded bb8 v0.8.5
6082025-02-10T18:08:11.552Z Downloaded hyper-util v0.1.10
6092025-02-10T18:08:11.555Z Downloaded async-trait v0.1.86
6102025-02-10T18:08:11.559Z Downloaded sigpipe v0.1.3
6112025-02-10T18:08:11.559Z Downloaded strum v0.26.3
6122025-02-10T18:08:11.563Z Downloaded castaway v0.2.3
6132025-02-10T18:08:11.563Z Downloaded hubpack_derive v0.1.1
6142025-02-10T18:08:11.563Z Downloaded cbc v0.1.2
6152025-02-10T18:08:11.566Z Downloaded icu_properties v1.5.1
6162025-02-10T18:08:11.566Z Downloaded rand_core v0.6.4
6172025-02-10T18:08:11.568Z Downloaded instant v0.1.13
6182025-02-10T18:08:11.568Z Downloaded csv-core v0.1.11
6192025-02-10T18:08:11.571Z Downloaded base64ct v1.6.0
6202025-02-10T18:08:11.573Z Downloaded backoff v0.4.0
6212025-02-10T18:08:11.576Z Downloaded async-bb8-diesel v0.2.1
6222025-02-10T18:08:11.579Z Downloaded internet-checksum v0.2.1
6232025-02-10T18:08:11.579Z Downloaded inout v0.1.3
6242025-02-10T18:08:11.582Z Downloaded impl-trait-for-tuples v0.2.2
6252025-02-10T18:08:11.585Z Downloaded is_ci v1.2.0
6262025-02-10T18:08:11.585Z Downloaded crossbeam-utils v0.8.20
6272025-02-10T18:08:11.588Z Downloaded termtree v0.4.1
6282025-02-10T18:08:11.592Z Downloaded console v0.15.10
6292025-02-10T18:08:11.592Z Downloaded blake2 v0.10.6
6302025-02-10T18:08:11.595Z Downloaded try-lock v0.2.5
6312025-02-10T18:08:11.595Z Downloaded rustc-hash v2.0.0
6322025-02-10T18:08:11.598Z Downloaded ipnetwork v0.20.0
6332025-02-10T18:08:11.598Z Downloaded hex-literal v0.4.1
6342025-02-10T18:08:11.601Z Downloaded keccak v0.1.5
6352025-02-10T18:08:11.601Z Downloaded icu_collections v1.5.0
6362025-02-10T18:08:11.607Z Downloaded instability v0.3.2
6372025-02-10T18:08:11.609Z Downloaded scheduled-thread-pool v0.2.7
6382025-02-10T18:08:11.610Z Downloaded crc-any v2.5.0
6392025-02-10T18:08:11.613Z Downloaded mirai-annotations v1.12.0
6402025-02-10T18:08:11.613Z Downloaded md5 v0.7.0
6412025-02-10T18:08:11.616Z Downloaded indent_write v2.2.0
6422025-02-10T18:08:11.616Z Downloaded arrayvec v0.7.6
6432025-02-10T18:08:11.619Z Downloaded sec1 v0.7.3
6442025-02-10T18:08:11.619Z Downloaded radium v0.7.0
6452025-02-10T18:08:11.622Z Downloaded hyper-tls v0.6.0
6462025-02-10T18:08:11.622Z Downloaded sqlformat v0.2.6
6472025-02-10T18:08:11.627Z Downloaded match_cfg v0.1.0
6482025-02-10T18:08:11.627Z Downloaded slog-json v2.6.1
6492025-02-10T18:08:11.631Z Downloaded flagset v0.4.6
6502025-02-10T18:08:11.631Z Downloaded slog-envlogger v2.2.0
6512025-02-10T18:08:11.631Z Downloaded allocator-api2 v0.2.18
6522025-02-10T18:08:11.635Z Downloaded signal-hook-tokio v0.3.1
6532025-02-10T18:08:11.635Z Downloaded sha1 v0.10.6
6542025-02-10T18:08:11.638Z Downloaded structmeta-derive v0.3.0
6552025-02-10T18:08:11.638Z Downloaded spki v0.7.3
6562025-02-10T18:08:11.642Z Downloaded indoc v1.0.9
6572025-02-10T18:08:11.644Z Downloaded icu_normalizer v1.5.0
6582025-02-10T18:08:11.647Z Downloaded is-terminal v0.4.13
6592025-02-10T18:08:11.647Z Downloaded hex v0.4.3
6602025-02-10T18:08:11.650Z Downloaded ipnet v2.10.1
6612025-02-10T18:08:11.650Z Downloaded indexmap v1.9.3
6622025-02-10T18:08:11.653Z Downloaded hyper-rustls v0.27.3
6632025-02-10T18:08:11.656Z Downloaded darling_macro v0.20.10
6642025-02-10T18:08:11.659Z Downloaded tinystr v0.7.6
6652025-02-10T18:08:11.662Z Downloaded difflib v0.4.0
6662025-02-10T18:08:11.662Z Downloaded tiny-keccak v2.0.2
6672025-02-10T18:08:11.665Z Downloaded yoke-derive v0.7.4
6682025-02-10T18:08:11.665Z Downloaded icu_provider v1.5.0
6692025-02-10T18:08:11.668Z Downloaded phf_shared v0.10.0
6702025-02-10T18:08:11.668Z Downloaded vte_generate_state_changes v0.1.2
6712025-02-10T18:08:11.671Z Downloaded structmeta-derive v0.2.0
6722025-02-10T18:08:11.671Z Downloaded untrusted v0.9.0
6732025-02-10T18:08:11.674Z Downloaded aes-gcm v0.10.3
6742025-02-10T18:08:11.676Z Downloaded untrusted v0.7.1
6752025-02-10T18:08:11.679Z Downloaded managed v0.8.0
6762025-02-10T18:08:11.679Z Downloaded writeable v0.5.5
6772025-02-10T18:08:11.681Z Downloaded md-5 v0.10.6
6782025-02-10T18:08:11.684Z Downloaded lru-cache v0.1.2
6792025-02-10T18:08:11.684Z Downloaded lru v0.12.5
6802025-02-10T18:08:11.686Z Downloaded mime v0.3.17
6812025-02-10T18:08:11.686Z Downloaded maplit v1.0.2
6822025-02-10T18:08:11.689Z Downloaded clang-sys v1.8.1
6832025-02-10T18:08:11.692Z Downloaded nodrop v0.1.14
6842025-02-10T18:08:11.692Z Downloaded spin v0.9.8
6852025-02-10T18:08:11.695Z Downloaded signature v2.2.0
6862025-02-10T18:08:11.698Z Downloaded jobserver v0.1.32
6872025-02-10T18:08:11.698Z Downloaded litemap v0.7.3
6882025-02-10T18:08:11.701Z Downloaded glob v0.3.2
6892025-02-10T18:08:11.704Z Downloaded fixedbitset v0.4.2
6902025-02-10T18:08:11.704Z Downloaded embedded-io v0.6.1
6912025-02-10T18:08:11.707Z Downloaded crossbeam-epoch v0.9.18
6922025-02-10T18:08:11.710Z Downloaded highway v1.2.0
6932025-02-10T18:08:11.713Z Downloaded base64 v0.21.7
6942025-02-10T18:08:11.716Z Downloaded compact_str v0.8.0
6952025-02-10T18:08:11.718Z Downloaded parse-display v0.10.0
6962025-02-10T18:08:11.721Z Downloaded ena v0.14.3
6972025-02-10T18:08:11.721Z Downloaded pretty-hex v0.2.1
6982025-02-10T18:08:11.724Z Downloaded wait-timeout v0.2.0
6992025-02-10T18:08:11.724Z Downloaded tokio-tungstenite v0.23.1
7002025-02-10T18:08:11.726Z Downloaded multimap v0.10.0
7012025-02-10T18:08:11.728Z Downloaded serde_path_to_error v0.1.16
7022025-02-10T18:08:11.729Z Downloaded tokio-tungstenite v0.21.0
7032025-02-10T18:08:11.731Z Downloaded float-cmp v0.9.0
7042025-02-10T18:08:11.734Z Downloaded newtype-uuid v1.2.1
7052025-02-10T18:08:11.734Z Downloaded defmt-parser v0.3.4
7062025-02-10T18:08:11.736Z Downloaded pbkdf2 v0.12.2
7072025-02-10T18:08:11.736Z Downloaded phf_codegen v0.11.2
7082025-02-10T18:08:11.739Z Downloaded peg v0.8.4
7092025-02-10T18:08:11.741Z Downloaded futures-core v0.3.31
7102025-02-10T18:08:11.744Z Downloaded mime_guess v2.0.5
7112025-02-10T18:08:11.747Z Downloaded lock_api v0.4.12
7122025-02-10T18:08:11.747Z Downloaded multer v3.1.0
7132025-02-10T18:08:11.758Z Downloaded phf v0.11.2
7142025-02-10T18:08:11.761Z Downloaded yasna v0.5.2
7152025-02-10T18:08:11.764Z Downloaded bumpalo v3.16.0
7162025-02-10T18:08:11.767Z Downloaded mockall v0.13.0
7172025-02-10T18:08:11.771Z Downloaded rcgen v0.12.1
7182025-02-10T18:08:11.774Z Downloaded olpc-cjson v0.1.4
7192025-02-10T18:08:11.774Z Downloaded rand_xorshift v0.3.0
7202025-02-10T18:08:11.774Z Downloaded arc-swap v1.7.1
7212025-02-10T18:08:11.778Z Downloaded typify-macro v0.3.0
7222025-02-10T18:08:11.780Z Downloaded yoke v0.7.4
7232025-02-10T18:08:11.781Z Downloaded backtrace v0.3.74
7242025-02-10T18:08:11.786Z Downloaded waitgroup v0.1.2
7252025-02-10T18:08:11.791Z Downloaded rustc_version v0.4.1
7262025-02-10T18:08:11.791Z Downloaded rustc_version v0.1.7
7272025-02-10T18:08:11.791Z Downloaded rand_seeder v0.3.0
7282025-02-10T18:08:11.794Z Downloaded ssh-cipher v0.2.0
7292025-02-10T18:08:11.794Z Downloaded scrypt v0.11.0
7302025-02-10T18:08:11.794Z Downloaded serde-hex v0.1.0
7312025-02-10T18:08:11.797Z Downloaded num-rational v0.4.2
7322025-02-10T18:08:11.797Z Downloaded simd-adler32 v0.3.7
7332025-02-10T18:08:11.800Z Downloaded strip-ansi-escapes v0.2.0
7342025-02-10T18:08:11.800Z Downloaded signal-hook-registry v1.4.2
7352025-02-10T18:08:11.804Z Downloaded rustfmt-wrapper v0.2.1
7362025-02-10T18:08:11.804Z Downloaded new_debug_unreachable v1.0.6
7372025-02-10T18:08:11.808Z Downloaded strum_macros v0.24.3
7382025-02-10T18:08:11.808Z Downloaded stringprep v0.1.5
7392025-02-10T18:08:11.811Z Downloaded futures-channel v0.3.31
7402025-02-10T18:08:11.811Z Downloaded tokio-macros v2.5.0
7412025-02-10T18:08:11.811Z Downloaded structmeta v0.3.0
7422025-02-10T18:08:11.813Z Downloaded smallvec v0.6.14
7432025-02-10T18:08:11.813Z Downloaded zone_cfg_derive v0.1.2
7442025-02-10T18:08:11.817Z Downloaded miniz_oxide v0.8.0
7452025-02-10T18:08:11.819Z Downloaded crossbeam-channel v0.5.13
7462025-02-10T18:08:11.822Z Downloaded typify-macro v0.2.0
7472025-02-10T18:08:11.822Z Downloaded normalize-line-endings v0.3.0
7482025-02-10T18:08:11.825Z Downloaded newtype_derive v0.1.6
7492025-02-10T18:08:11.825Z Downloaded socket2 v0.5.7
7502025-02-10T18:08:11.828Z Downloaded indicatif v0.17.11
7512025-02-10T18:08:11.832Z Downloaded zone v0.1.8
7522025-02-10T18:08:11.835Z Downloaded hickory-client v0.24.2
7532025-02-10T18:08:11.838Z Downloaded predicates-tree v1.0.11
7542025-02-10T18:08:11.838Z Downloaded globset v0.4.15
7552025-02-10T18:08:11.841Z Downloaded des v0.8.1
7562025-02-10T18:08:11.841Z Downloaded mockall_derive v0.13.0
7572025-02-10T18:08:11.843Z Downloaded newline-converter v0.3.0
7582025-02-10T18:08:11.843Z Downloaded unarray v0.1.4
7592025-02-10T18:08:11.846Z Downloaded aho-corasick v1.1.3
7602025-02-10T18:08:11.850Z Downloaded fallible-iterator v0.2.0
7612025-02-10T18:08:11.853Z Downloaded ed25519 v2.2.3
7622025-02-10T18:08:11.857Z Downloaded quinn-udp v0.5.5
7632025-02-10T18:08:11.857Z Downloaded primeorder v0.13.6
7642025-02-10T18:08:11.860Z Downloaded phf_generator v0.11.2
7652025-02-10T18:08:11.860Z Downloaded phf_shared v0.11.2
7662025-02-10T18:08:11.860Z Downloaded parse-display-derive v0.10.0
7672025-02-10T18:08:11.863Z Downloaded topological-sort v0.2.2
7682025-02-10T18:08:11.863Z Downloaded toolchain_find v0.4.0
7692025-02-10T18:08:11.866Z Downloaded libloading v0.8.5
7702025-02-10T18:08:11.869Z Downloaded gethostname v0.5.0
7712025-02-10T18:08:11.869Z Downloaded funty v2.0.0
7722025-02-10T18:08:11.869Z Downloaded zerofrom-derive v0.1.4
7732025-02-10T18:08:11.878Z Downloaded time-macros v0.2.18
7742025-02-10T18:08:11.878Z Downloaded dropshot_endpoint v0.15.1
7752025-02-10T18:08:11.882Z Downloaded dirs-next v2.0.0
7762025-02-10T18:08:11.886Z Downloaded zone_cfg_derive v0.3.0
7772025-02-10T18:08:11.889Z Downloaded dropshot_endpoint v0.12.0
7782025-02-10T18:08:11.892Z Downloaded rpassword v7.3.1
7792025-02-10T18:08:11.894Z Downloaded fallible-streaming-iterator v0.1.9
7802025-02-10T18:08:11.894Z Downloaded fallible-iterator v0.3.0
7812025-02-10T18:08:11.897Z Downloaded ghash v0.5.1
7822025-02-10T18:08:11.900Z Downloaded zerofrom v0.1.4
7832025-02-10T18:08:11.900Z Downloaded aes v0.8.4
7842025-02-10T18:08:11.905Z Downloaded packed_struct_codegen v0.10.1
7852025-02-10T18:08:11.908Z Downloaded foreign-types-shared v0.1.1
7862025-02-10T18:08:11.908Z Downloaded schemars_derive v0.8.21
7872025-02-10T18:08:11.911Z Downloaded foreign-types-shared v0.3.1
7882025-02-10T18:08:11.914Z Downloaded rustls-pemfile v1.0.4
7892025-02-10T18:08:11.914Z Downloaded hyper v1.5.2
7902025-02-10T18:08:11.922Z Downloaded shell-words v1.1.0
7912025-02-10T18:08:11.925Z Downloaded scopeguard v1.2.0
7922025-02-10T18:08:11.925Z Downloaded zerocopy v0.6.6
7932025-02-10T18:08:11.929Z Downloaded termios v0.3.3
7942025-02-10T18:08:11.929Z Downloaded shlex v1.3.0
7952025-02-10T18:08:11.933Z Downloaded url v2.5.3
7962025-02-10T18:08:11.933Z Downloaded termcolor v1.4.1
7972025-02-10T18:08:11.936Z Downloaded progenitor v0.8.0
7982025-02-10T18:08:11.936Z Downloaded oso v0.27.3
7992025-02-10T18:08:11.938Z Downloaded sync-ptr v0.1.1
8002025-02-10T18:08:11.941Z Downloaded typify v0.3.0
8012025-02-10T18:08:11.944Z Downloaded russh-cryptovec v0.7.3
8022025-02-10T18:08:11.948Z Downloaded progenitor-macro v0.9.1
8032025-02-10T18:08:11.948Z Downloaded thiserror v2.0.11
8042025-02-10T18:08:11.951Z Downloaded similar v2.6.0
8052025-02-10T18:08:11.957Z Downloaded zeroize v1.8.1
8062025-02-10T18:08:11.960Z Downloaded tower-service v0.3.3
8072025-02-10T18:08:11.963Z Downloaded poly1305 v0.8.0
8082025-02-10T18:08:11.965Z Downloaded toml v0.7.8
8092025-02-10T18:08:11.968Z Downloaded either v1.13.0
8102025-02-10T18:08:11.970Z Downloaded document-features v0.2.10
8112025-02-10T18:08:11.973Z Downloaded zerovec-derive v0.10.3
8122025-02-10T18:08:11.973Z Downloaded group v0.13.0
8132025-02-10T18:08:11.975Z Downloaded getrandom v0.2.15
8142025-02-10T18:08:11.978Z Downloaded progenitor-macro v0.8.0
8152025-02-10T18:08:11.981Z Downloaded zeroize_derive v1.4.2
8162025-02-10T18:08:11.981Z Downloaded quick-error v1.2.3
8172025-02-10T18:08:11.983Z Downloaded hickory-server v0.24.2
8182025-02-10T18:08:11.989Z Downloaded ff v0.13.0
8192025-02-10T18:08:11.993Z Downloaded downcast v0.11.0
8202025-02-10T18:08:11.997Z Downloaded prettyplease v0.2.25
8212025-02-10T18:08:12.001Z Downloaded percent-encoding v2.3.1
8222025-02-10T18:08:12.001Z Downloaded num-iter v0.1.45
8232025-02-10T18:08:12.001Z Downloaded ref-cast-impl v1.0.23
8242025-02-10T18:08:12.001Z Downloaded strum_macros v0.26.4
8252025-02-10T18:08:12.004Z Downloaded serde_with_macros v3.11.0
8262025-02-10T18:08:12.006Z Downloaded uzers v0.12.1
8272025-02-10T18:08:12.009Z Downloaded openssl-macros v0.1.1
8282025-02-10T18:08:12.011Z Downloaded opaque-debug v0.3.1
8292025-02-10T18:08:12.011Z Downloaded unicase v2.7.0
8302025-02-10T18:08:12.014Z Downloaded rustc-demangle v0.1.24
8312025-02-10T18:08:12.016Z Downloaded num_enum v0.5.11
8322025-02-10T18:08:12.022Z Downloaded thiserror-impl v2.0.11
8332025-02-10T18:08:12.024Z Downloaded stable_deref_trait v1.2.0
8342025-02-10T18:08:12.027Z Downloaded value-bag v1.9.0
8352025-02-10T18:08:12.030Z Downloaded der v0.7.9
8362025-02-10T18:08:12.033Z Downloaded slog-scope v4.4.0
8372025-02-10T18:08:12.036Z Downloaded slog-stdlog v4.1.1
8382025-02-10T18:08:12.039Z Downloaded vergen v8.3.2
8392025-02-10T18:08:12.041Z Downloaded peg-runtime v0.8.3
8402025-02-10T18:08:12.041Z Downloaded tui-tree-widget v0.22.0
8412025-02-10T18:08:12.044Z Downloaded thiserror-no-std v2.0.2
8422025-02-10T18:08:12.047Z Downloaded sync_wrapper v1.0.1
8432025-02-10T18:08:12.050Z Downloaded ecdsa v0.16.9
8442025-02-10T18:08:12.052Z Downloaded fatfs v0.3.6
8452025-02-10T18:08:12.058Z Downloaded supports-color v3.0.1
8462025-02-10T18:08:12.058Z Downloaded serde_urlencoded v0.7.1
8472025-02-10T18:08:12.058Z Downloaded rustc-hash v1.1.0
8482025-02-10T18:08:12.058Z Downloaded proc-macro-crate v1.3.1
8492025-02-10T18:08:12.062Z Downloaded crossterm v0.28.1
8502025-02-10T18:08:12.066Z Downloaded serde-big-array v0.5.1
8512025-02-10T18:08:12.069Z Downloaded futures-macro v0.3.31
8522025-02-10T18:08:12.073Z Downloaded num_enum_derive v0.5.11
8532025-02-10T18:08:12.073Z Downloaded tinyvec v1.8.0
8542025-02-10T18:08:12.077Z Downloaded itertools v0.10.5
8552025-02-10T18:08:12.081Z Downloaded headers-core v0.3.0
8562025-02-10T18:08:12.084Z Downloaded take_mut v0.2.2
8572025-02-10T18:08:12.084Z Downloaded serde_plain v1.0.2
8582025-02-10T18:08:12.086Z Downloaded semver v0.1.20
8592025-02-10T18:08:12.086Z Downloaded precomputed-hash v0.1.1
8602025-02-10T18:08:12.089Z Downloaded fragile v2.0.0
8612025-02-10T18:08:12.091Z Downloaded num-conv v0.1.0
8622025-02-10T18:08:12.091Z Downloaded futures-io v0.3.31
8632025-02-10T18:08:12.091Z Downloaded subprocess v0.2.9
8642025-02-10T18:08:12.094Z Downloaded pem v3.0.4
8652025-02-10T18:08:12.097Z Downloaded ron v0.8.1
8662025-02-10T18:08:12.101Z Downloaded mio v1.0.2
8672025-02-10T18:08:12.108Z Downloaded ppv-lite86 v0.2.20
8682025-02-10T18:08:12.116Z Downloaded rsa v0.9.6
8692025-02-10T18:08:12.119Z Downloaded futures-executor v0.3.31
8702025-02-10T18:08:12.119Z Downloaded foreign-types-macros v0.2.3
8712025-02-10T18:08:12.120Z Downloaded env_filter v0.1.2
8722025-02-10T18:08:12.125Z Downloaded snafu v0.8.5
8732025-02-10T18:08:12.128Z Downloaded synstructure v0.13.1
8742025-02-10T18:08:12.131Z Downloaded time-core v0.1.2
8752025-02-10T18:08:12.131Z Downloaded parking_lot v0.12.3
8762025-02-10T18:08:12.133Z Downloaded enum-as-inner v0.6.1
8772025-02-10T18:08:12.136Z Downloaded debug-ignore v1.0.5
8782025-02-10T18:08:12.137Z Downloaded parking_lot v0.11.2
8792025-02-10T18:08:12.139Z Downloaded path-slash v0.1.5
8802025-02-10T18:08:12.142Z Downloaded secrecy v0.8.0
8812025-02-10T18:08:12.144Z Downloaded rand_chacha v0.3.1
8822025-02-10T18:08:12.145Z Downloaded num-traits v0.2.19
8832025-02-10T18:08:12.149Z Downloaded toml_edit v0.19.15
8842025-02-10T18:08:12.168Z Downloaded progenitor-client v0.8.0
8852025-02-10T18:08:12.171Z Downloaded parse-size v1.1.0
8862025-02-10T18:08:12.171Z Downloaded foreign-types v0.3.2
8872025-02-10T18:08:12.174Z Downloaded num-derive v0.4.2
8882025-02-10T18:08:12.174Z Downloaded foldhash v0.1.3
8892025-02-10T18:08:12.177Z Downloaded float-ord v0.3.2
8902025-02-10T18:08:12.180Z Downloaded postgres-protocol v0.6.7
8912025-02-10T18:08:12.180Z Downloaded vte v0.11.1
8922025-02-10T18:08:12.184Z Downloaded tracing-attributes v0.1.27
8932025-02-10T18:08:12.187Z Downloaded polyval v0.6.2
8942025-02-10T18:08:12.190Z Downloaded rustversion v1.0.17
8952025-02-10T18:08:12.194Z Downloaded string_cache v0.8.7
8962025-02-10T18:08:12.194Z Downloaded slog-dtrace v0.3.0
8972025-02-10T18:08:12.197Z Downloaded slab v0.4.9
8982025-02-10T18:08:12.197Z Downloaded rustls-pemfile v2.2.0
8992025-02-10T18:08:12.200Z Downloaded zip v0.6.6
9002025-02-10T18:08:12.203Z Downloaded ed25519-dalek v2.1.1
9012025-02-10T18:08:12.207Z Downloaded pin-project v1.1.6
9022025-02-10T18:08:12.223Z Downloaded write16 v1.0.0
9032025-02-10T18:08:12.229Z Downloaded derive-where v1.2.7
9042025-02-10T18:08:12.229Z Downloaded futures v0.3.31
9052025-02-10T18:08:12.234Z Downloaded siphasher v0.3.11
9062025-02-10T18:08:12.237Z Downloaded progenitor v0.9.1
9072025-02-10T18:08:12.237Z Downloaded predicates-core v1.0.8
9082025-02-10T18:08:12.237Z Downloaded futures-sink v0.3.31
9092025-02-10T18:08:12.237Z Downloaded filetime v0.2.25
9102025-02-10T18:08:12.241Z Downloaded defmt-macros v0.3.9
9112025-02-10T18:08:12.244Z Downloaded strum_macros v0.25.3
9122025-02-10T18:08:12.248Z Downloaded static_assertions v1.1.0
9132025-02-10T18:08:12.248Z Downloaded derive_builder_core v0.20.2
9142025-02-10T18:08:12.252Z Downloaded pem-rfc7468 v0.7.0
9152025-02-10T18:08:12.255Z Downloaded libm v0.2.8
9162025-02-10T18:08:12.260Z Downloaded blake3 v1.5.4
9172025-02-10T18:08:12.269Z Downloaded xz2 v0.1.7
9182025-02-10T18:08:12.272Z Downloaded predicates v3.1.2
9192025-02-10T18:08:12.275Z Downloaded nom v7.1.3
9202025-02-10T18:08:12.280Z Downloaded fxhash v0.2.1
9212025-02-10T18:08:12.283Z Downloaded diesel_table_macro_syntax v0.2.0
9222025-02-10T18:08:12.283Z Downloaded displaydoc v0.2.5
9232025-02-10T18:08:12.286Z Downloaded rusty-fork v0.3.0
9242025-02-10T18:08:12.289Z Downloaded hash32 v0.2.1
9252025-02-10T18:08:12.292Z Downloaded defmt v0.3.8
9262025-02-10T18:08:12.294Z Downloaded futures-task v0.3.31
9272025-02-10T18:08:12.298Z Downloaded wyz v0.5.1
9282025-02-10T18:08:12.298Z Downloaded subtle v2.6.1
9292025-02-10T18:08:12.298Z Downloaded pkcs8 v0.10.2
9302025-02-10T18:08:12.300Z Downloaded ssh-encoding v0.2.0
9312025-02-10T18:08:12.303Z Downloaded tokio-util v0.7.12
9322025-02-10T18:08:12.308Z Downloaded tinyvec_macros v0.1.1
9332025-02-10T18:08:12.311Z Downloaded smf v0.2.3
9342025-02-10T18:08:12.311Z Downloaded salsa20 v0.10.2
9352025-02-10T18:08:12.314Z Downloaded which v4.4.2
9362025-02-10T18:08:12.317Z Downloaded itertools v0.13.0
9372025-02-10T18:08:12.321Z Downloaded zopfli v0.8.1
9382025-02-10T18:08:12.324Z Downloaded tls_codec_derive v0.4.1
9392025-02-10T18:08:12.327Z Downloaded rand v0.8.5
9402025-02-10T18:08:12.330Z Downloaded pbkdf2 v0.11.0
9412025-02-10T18:08:12.333Z Downloaded pkcs1 v0.7.5
9422025-02-10T18:08:12.336Z Downloaded aws-lc-rs v1.10.0
9432025-02-10T18:08:12.346Z Downloaded endian-type v0.1.2
9442025-02-10T18:08:12.349Z Downloaded rtoolbox v0.0.2
9452025-02-10T18:08:12.349Z Downloaded tokio-rustls v0.26.0
9462025-02-10T18:08:12.351Z Downloaded rustls-webpki v0.101.7
9472025-02-10T18:08:12.366Z Downloaded number_prefix v0.4.0
9482025-02-10T18:08:12.368Z Downloaded num_threads v0.1.7
9492025-02-10T18:08:12.368Z Downloaded pin-utils v0.1.0
9502025-02-10T18:08:12.371Z Downloaded nanorand v0.7.0
9512025-02-10T18:08:12.373Z Downloaded pkcs5 v0.7.1
9522025-02-10T18:08:12.376Z Downloaded env_logger v0.11.5
9532025-02-10T18:08:12.379Z Downloaded owo-colors v4.1.0
9542025-02-10T18:08:12.381Z Downloaded quick-xml v0.33.0
9552025-02-10T18:08:12.386Z Downloaded flume v0.11.1
9562025-02-10T18:08:12.389Z Downloaded derive_builder_macro v0.20.2
9572025-02-10T18:08:12.391Z Downloaded want v0.3.1
9582025-02-10T18:08:12.392Z Downloaded openssl-probe v0.1.5
9592025-02-10T18:08:12.394Z Downloaded tls_codec v0.4.1
9602025-02-10T18:08:12.394Z Downloaded dunce v1.0.5
9612025-02-10T18:08:12.397Z Downloaded tracing v0.1.40
9622025-02-10T18:08:12.400Z Downloaded progenitor-impl v0.8.0
9632025-02-10T18:08:12.403Z Downloaded paste v1.0.15
9642025-02-10T18:08:12.407Z Downloaded reqwest v0.12.9
9652025-02-10T18:08:12.414Z Downloaded oso-derive v0.27.3
9662025-02-10T18:08:12.416Z Downloaded dsl_auto_type v0.1.2
9672025-02-10T18:08:12.416Z Downloaded rfc6979 v0.4.0
9682025-02-10T18:08:12.419Z Downloaded ref-cast v1.0.23
9692025-02-10T18:08:12.421Z Downloaded serde_repr v0.1.19
9702025-02-10T18:08:12.424Z Downloaded utf8_iter v1.0.4
9712025-02-10T18:08:12.424Z Downloaded utf16_iter v1.0.5
9722025-02-10T18:08:12.424Z Downloaded num v0.4.3
9732025-02-10T18:08:12.427Z Downloaded pin-project-internal v1.1.6
9742025-02-10T18:08:12.427Z Downloaded psl-types v2.0.11
9752025-02-10T18:08:12.430Z Downloaded half v2.4.1
9762025-02-10T18:08:12.432Z Downloaded headers v0.4.0
9772025-02-10T18:08:12.436Z Downloaded hashbrown v0.14.5
9782025-02-10T18:08:12.441Z Downloaded slog-async v2.8.0
9792025-02-10T18:08:12.444Z Downloaded bindgen v0.69.5
9802025-02-10T18:08:12.451Z Downloaded universal-hash v0.5.1
9812025-02-10T18:08:12.454Z Downloaded sct v0.7.1
9822025-02-10T18:08:12.456Z Downloaded pin-project-lite v0.2.14
9832025-02-10T18:08:12.461Z Downloaded display-error-chain v0.2.2
9842025-02-10T18:08:12.463Z Downloaded data-encoding v2.6.0
9852025-02-10T18:08:12.463Z Downloaded ron v0.7.1
9862025-02-10T18:08:12.468Z Downloaded termtree v0.5.1
9872025-02-10T18:08:12.470Z Downloaded utf-8 v0.7.6
9882025-02-10T18:08:12.473Z Downloaded bitvec v1.0.1
9892025-02-10T18:08:12.487Z Downloaded num-complex v0.4.6
9902025-02-10T18:08:12.490Z Downloaded diesel-dtrace v0.4.2
9912025-02-10T18:08:12.492Z Downloaded diesel_derives v2.2.3
9922025-02-10T18:08:12.495Z Downloaded dirs-sys-next v0.1.2
9932025-02-10T18:08:12.498Z Downloaded rustyline v14.0.0
9942025-02-10T18:08:12.501Z Downloaded native-tls v0.2.12
9952025-02-10T18:08:12.504Z Downloaded nu-ansi-term v0.50.1
9962025-02-10T18:08:12.507Z Downloaded env_logger v0.10.2
9972025-02-10T18:08:12.509Z Downloaded tough v0.19.0
9982025-02-10T18:08:12.517Z Downloaded walkdir v2.5.0
9992025-02-10T18:08:12.520Z Downloaded vsss-rs v3.3.4
10002025-02-10T18:08:12.523Z Downloaded smallvec v1.13.2
10012025-02-10T18:08:12.526Z Downloaded rustls-webpki v0.102.8
10022025-02-10T18:08:12.543Z Downloaded thread_local v1.1.8
10032025-02-10T18:08:12.546Z Downloaded term v0.7.0
10042025-02-10T18:08:12.548Z Downloaded elliptic-curve v0.13.8
10052025-02-10T18:08:12.552Z Downloaded tungstenite v0.23.0
10062025-02-10T18:08:12.555Z Downloaded serde_with v3.11.0
10072025-02-10T18:08:12.564Z Downloaded unsafe-libyaml v0.2.11
10082025-02-10T18:08:12.568Z Downloaded progenitor-impl v0.9.1
10092025-02-10T18:08:12.571Z Downloaded steno v0.4.1
10102025-02-10T18:08:12.574Z Downloaded expectorate v1.1.0
10112025-02-10T18:08:12.576Z Downloaded slog v2.7.0
10122025-02-10T18:08:12.579Z Downloaded zerocopy-derive v0.8.10
10132025-02-10T18:08:12.585Z Downloaded chrono v0.4.39
10142025-02-10T18:08:12.594Z Downloaded slog-bunyan v2.5.0
10152025-02-10T18:08:12.597Z Downloaded hashbrown v0.13.2
10162025-02-10T18:08:12.600Z Downloaded heapless v0.7.17
10172025-02-10T18:08:12.604Z Downloaded omicron-zone-package v0.12.0
10182025-02-10T18:08:12.608Z Downloaded unicode_categories v0.1.1
10192025-02-10T18:08:12.611Z Downloaded unicode-segmentation v1.12.0
10202025-02-10T18:08:12.614Z Downloaded zerovec v0.10.4
10212025-02-10T18:08:12.621Z Downloaded uuid v1.12.0
10222025-02-10T18:08:12.624Z Downloaded password-hash v0.5.0
10232025-02-10T18:08:12.627Z Downloaded rustls v0.21.12
10242025-02-10T18:08:12.639Z Downloaded signal-hook v0.3.17
10252025-02-10T18:08:12.642Z Downloaded curve25519-dalek v4.1.3
10262025-02-10T18:08:12.653Z Downloaded schemars v0.8.21
10272025-02-10T18:08:12.666Z Downloaded tar v0.4.42
10282025-02-10T18:08:12.670Z Downloaded openssl-sys v0.9.105
10292025-02-10T18:08:12.675Z Downloaded derive_more v0.99.18
10302025-02-10T18:08:12.681Z Downloaded qorb v0.2.1
10312025-02-10T18:08:12.686Z Downloaded samael v0.0.17
10322025-02-10T18:08:12.691Z Downloaded russh v0.45.0
10332025-02-10T18:08:12.696Z Downloaded futures-util v0.3.31
10342025-02-10T18:08:12.708Z Downloaded h2 v0.4.6
10352025-02-10T18:08:12.715Z Downloaded x509-cert v0.2.5
10362025-02-10T18:08:12.721Z Downloaded num-bigint-dig v0.8.4
10372025-02-10T18:08:12.726Z Downloaded regex v1.11.1
10382025-02-10T18:08:12.742Z Downloaded rayon-core v1.12.1
10392025-02-10T18:08:12.746Z Downloaded object v0.36.5
10402025-02-10T18:08:12.760Z Downloaded nix v0.29.0
10412025-02-10T18:08:12.774Z Downloaded git2 v0.19.0
10422025-02-10T18:08:12.784Z Downloaded parse-zoneinfo v0.3.1
10432025-02-10T18:08:12.787Z Downloaded smoltcp v0.11.0
10442025-02-10T18:08:12.802Z Downloaded ssh-key v0.6.6
10452025-02-10T18:08:12.811Z Downloaded object v0.30.4
10462025-02-10T18:08:12.822Z Downloaded unicode-normalization v0.1.24
10472025-02-10T18:08:12.826Z Downloaded regress v0.9.1
10482025-02-10T18:08:12.836Z Downloaded rustls v0.23.19
10492025-02-10T18:08:12.850Z Downloaded typify-impl v0.2.0
10502025-02-10T18:08:12.866Z Downloaded p384 v0.13.0
10512025-02-10T18:08:12.873Z Downloaded winnow v0.5.40
10522025-02-10T18:08:12.882Z Downloaded vcpkg v0.2.15
10532025-02-10T18:08:12.923Z Downloaded ratatui v0.28.1
10542025-02-10T18:08:12.942Z Downloaded petname v2.0.2
10552025-02-10T18:08:12.948Z Downloaded regex-automata v0.4.8
10562025-02-10T18:08:12.966Z Downloaded bzip2-sys v0.1.11+1.0.8
10572025-02-10T18:08:12.978Z Downloaded portable-atomic v1.9.0
10582025-02-10T18:08:12.985Z Downloaded zerocopy v0.8.10
10592025-02-10T18:08:13.012Z Downloaded publicsuffix v2.3.0
10602025-02-10T18:08:13.014Z Downloaded smoltcp v0.9.1
10612025-02-10T18:08:13.024Z Downloaded nix v0.28.0
10622025-02-10T18:08:13.036Z Downloaded radix_trie v0.2.1
10632025-02-10T18:08:13.041Z Downloaded openssl v0.10.70
10642025-02-10T18:08:13.051Z Downloaded gimli v0.31.1
10652025-02-10T18:08:13.061Z Downloaded nix v0.27.1
10662025-02-10T18:08:13.072Z Downloaded rustls v0.22.4
10672025-02-10T18:08:13.088Z Downloaded hickory-proto v0.24.3
10682025-02-10T18:08:13.103Z Downloaded dropshot v0.12.0
10692025-02-10T18:08:13.123Z Downloaded chrono-tz v0.10.1
10702025-02-10T18:08:13.131Z Downloaded polar-core v0.27.3
10712025-02-10T18:08:13.140Z Downloaded csv v1.3.1
10722025-02-10T18:08:13.160Z Downloaded webpki-roots v0.26.6
10732025-02-10T18:08:13.164Z Downloaded lalrpop v0.19.12
10742025-02-10T18:08:13.175Z Downloaded bstr v1.10.0
10752025-02-10T18:08:13.185Z Downloaded num-bigint v0.4.6
10762025-02-10T18:08:13.190Z Downloaded salty v0.3.0
10772025-02-10T18:08:13.197Z Downloaded darling_core v0.20.10
10782025-02-10T18:08:13.201Z Downloaded reedline v0.35.0
10792025-02-10T18:08:13.210Z Downloaded regex-syntax v0.6.29
10802025-02-10T18:08:13.217Z Downloaded dropshot v0.15.1
10812025-02-10T18:08:13.240Z Downloaded openapiv3 v2.0.0
10822025-02-10T18:08:13.253Z Downloaded time v0.3.36
10832025-02-10T18:08:13.260Z Downloaded sqlparser v0.45.0
10842025-02-10T18:08:13.266Z Downloaded regress v0.10.1
10852025-02-10T18:08:13.275Z Downloaded typify-impl v0.3.0
10862025-02-10T18:08:13.291Z Downloaded diesel v2.2.6
10872025-02-10T18:08:13.310Z Downloaded regex-syntax v0.8.5
10882025-02-10T18:08:13.319Z Downloaded quinn-proto v0.11.8
10892025-02-10T18:08:13.326Z Downloaded rayon v1.10.0
10902025-02-10T18:08:13.335Z Downloaded unicode-width v0.2.0
10912025-02-10T18:08:13.342Z Downloaded password-hash v0.4.2
10922025-02-10T18:08:13.344Z Downloaded same-file v1.0.6
10932025-02-10T18:08:13.347Z Downloaded tungstenite v0.24.0
10942025-02-10T18:08:13.350Z Downloaded tungstenite v0.21.0
10952025-02-10T18:08:13.353Z Downloaded proptest v1.5.0
10962025-02-10T18:08:13.361Z Downloaded signal-hook-mio v0.2.4
10972025-02-10T18:08:13.364Z Downloaded rustls-pki-types v1.10.0
10982025-02-10T18:08:13.367Z Downloaded hashbrown v0.12.3
10992025-02-10T18:08:13.372Z Downloaded rusqlite v0.32.1
11002025-02-10T18:08:13.378Z Downloaded hkdf v0.12.4
11012025-02-10T18:08:13.380Z Downloaded hash32 v0.3.1
11022025-02-10T18:08:13.383Z Downloaded tokio-native-tls v0.3.1
11032025-02-10T18:08:13.386Z Downloaded sled v0.34.7
11042025-02-10T18:08:13.394Z Downloaded zerocopy-derive v0.6.6
11052025-02-10T18:08:13.404Z Downloaded slog-term v2.9.1
11062025-02-10T18:08:13.407Z Downloaded tokio-rustls v0.25.0
11072025-02-10T18:08:13.410Z Downloaded p521 v0.13.3
11082025-02-10T18:08:13.412Z Downloaded tokio-stream v0.1.16
11092025-02-10T18:08:13.417Z Downloaded unicode-properties v0.1.3
11102025-02-10T18:08:13.420Z Downloaded serde_yaml v0.9.34+deprecated
11112025-02-10T18:08:13.422Z Downloaded icu_properties_data v1.5.0
11122025-02-10T18:08:13.433Z Downloaded snafu-derive v0.8.5
11132025-02-10T18:08:13.436Z Downloaded parking_lot_core v0.9.10
11142025-02-10T18:08:13.438Z Downloaded parking_lot_core v0.8.6
11152025-02-10T18:08:13.441Z Downloaded russh-keys v0.45.0
11162025-02-10T18:08:13.443Z Downloaded tokio-tungstenite v0.24.0
11172025-02-10T18:08:13.443Z Downloaded p256 v0.13.2
11182025-02-10T18:08:13.447Z Downloaded typed-path v0.9.3
11192025-02-10T18:08:13.454Z Downloaded sqlparser_derive v0.2.2
11202025-02-10T18:08:13.457Z Downloaded foreign-types v0.5.0
11212025-02-10T18:08:13.457Z Downloaded der_derive v0.7.3
11222025-02-10T18:08:13.457Z Downloaded powerfmt v0.2.0
11232025-02-10T18:08:13.459Z Downloaded postgres-types v0.2.8
11242025-02-10T18:08:13.459Z Downloaded test-strategy v0.3.1
11252025-02-10T18:08:13.463Z Downloaded minimal-lexical v0.2.1
11262025-02-10T18:08:13.468Z Downloaded libxml v0.3.3
11272025-02-10T18:08:13.474Z Downloaded dyn-clone v1.0.17
11282025-02-10T18:08:13.477Z Downloaded petgraph v0.6.5
11292025-02-10T18:08:13.494Z Downloaded lzma-sys v0.1.20
11302025-02-10T18:08:13.524Z Downloaded deranged v0.3.11
11312025-02-10T18:08:13.526Z Downloaded unicode-xid v0.2.6
11322025-02-10T18:08:13.530Z Downloaded unicode-truncate v1.1.0
11332025-02-10T18:08:13.530Z Downloaded tabwriter v1.4.0
11342025-02-10T18:08:13.533Z Downloaded postcard v1.0.10
11352025-02-10T18:08:13.533Z Downloaded quinn v0.11.5
11362025-02-10T18:08:13.535Z Downloaded zip v2.1.3
11372025-02-10T18:08:13.540Z Downloaded flate2 v1.0.35
11382025-02-10T18:08:13.545Z Downloaded libz-sys v1.1.20
11392025-02-10T18:08:13.567Z Downloaded hashlink v0.9.1
11402025-02-10T18:08:13.570Z Downloaded unicode-bidi v0.3.17
11412025-02-10T18:08:13.573Z Downloaded derive_builder v0.20.2
11422025-02-10T18:08:13.576Z Downloaded itertools v0.12.1
11432025-02-10T18:08:13.583Z Downloaded idna v1.0.3
11442025-02-10T18:08:13.587Z Downloaded twox-hash v2.1.0
11452025-02-10T18:08:13.590Z Downloaded tokio-rustls v0.24.1
11462025-02-10T18:08:13.593Z Downloaded whoami v1.5.2
11472025-02-10T18:08:13.595Z Downloaded num-integer v0.1.46
11482025-02-10T18:08:13.598Z Downloaded sha3 v0.10.8
11492025-02-10T18:08:13.603Z Downloaded form_urlencoded v1.2.1
11502025-02-10T18:08:13.603Z Downloaded fd-lock v4.0.2
11512025-02-10T18:08:13.603Z Downloaded tokio v1.43.0
11522025-02-10T18:08:13.643Z Downloaded peg-macros v0.8.4
11532025-02-10T18:08:13.645Z Downloaded hickory-resolver v0.24.2
11542025-02-10T18:08:13.649Z Downloaded tokio-postgres v0.7.12
11552025-02-10T18:08:13.654Z Downloaded fs_extra v1.3.0
11562025-02-10T18:08:13.657Z Downloaded typify v0.2.0
11572025-02-10T18:08:13.660Z Downloaded packed_struct v0.10.1
11582025-02-10T18:08:13.662Z Downloaded nibble_vec v0.1.0
11592025-02-10T18:08:13.662Z Downloaded zone v0.3.0
11602025-02-10T18:08:13.665Z Downloaded r2d2 v0.8.10
11612025-02-10T18:08:13.665Z Downloaded pkg-config v0.3.31
11622025-02-10T18:08:13.668Z Downloaded diff v0.1.13
11632025-02-10T18:08:13.670Z Downloaded litrs v0.4.1
11642025-02-10T18:08:13.673Z Downloaded xattr v1.3.1
11652025-02-10T18:08:13.675Z Downloaded structmeta v0.2.0
11662025-02-10T18:08:13.675Z Downloaded tracing-core v0.1.32
11672025-02-10T18:08:13.678Z Downloaded hmac v0.12.1
11682025-02-10T18:08:13.681Z Downloaded crypto-bigint v0.5.5
11692025-02-10T18:08:13.687Z Downloaded const_format v0.2.34
11702025-02-10T18:08:13.692Z Downloaded cc v1.1.30
11712025-02-10T18:08:13.695Z Downloaded memmap2 v0.9.5
11722025-02-10T18:08:13.698Z Downloaded maybe-uninit v2.0.0
11732025-02-10T18:08:13.700Z Downloaded base64 v0.22.1
11742025-02-10T18:08:13.703Z Downloaded resolv-conf v0.7.0
11752025-02-10T18:08:13.706Z Downloaded thiserror-impl-no-std v2.0.2
11762025-02-10T18:08:13.708Z Downloaded tap v1.0.1
11772025-02-10T18:08:13.708Z Downloaded embedded-io v0.4.0
11782025-02-10T18:08:13.711Z Downloaded serde_derive_internals v0.29.1
11792025-02-10T18:08:13.711Z Downloaded memoffset v0.9.1
11802025-02-10T18:08:13.713Z Downloaded linear-map v1.2.0
11812025-02-10T18:08:13.714Z Downloaded lockfree-object-pool v0.1.6
11822025-02-10T18:08:13.716Z Downloaded linked-hash-map v0.5.6
11832025-02-10T18:08:13.719Z Downloaded libefi-sys v0.1.0
11842025-02-10T18:08:13.719Z Downloaded libsw v3.3.1
11852025-02-10T18:08:13.721Z Downloaded lazy_static v1.5.0
11862025-02-10T18:08:13.721Z Downloaded lazycell v1.3.0
11872025-02-10T18:08:13.724Z Downloaded lalrpop-util v0.19.12
11882025-02-10T18:08:13.724Z Downloaded kstat-rs v0.2.4
11892025-02-10T18:08:13.724Z Downloaded icu_normalizer_data v1.5.0
11902025-02-10T18:08:13.728Z Downloaded chacha20poly1305 v0.10.1
11912025-02-10T18:08:13.732Z Downloaded bytes v1.9.0
11922025-02-10T18:08:13.736Z Downloaded base64 v0.13.1
11932025-02-10T18:08:13.740Z Downloaded cookie v0.18.1
11942025-02-10T18:08:13.741Z Downloaded cancel-safe-futures v0.1.5
11952025-02-10T18:08:13.744Z Downloaded bzip2 v0.4.4
11962025-02-10T18:08:13.744Z Downloaded http-body-util v0.1.2
11972025-02-10T18:08:13.747Z Downloaded httparse v1.9.5
11982025-02-10T18:08:13.750Z Downloaded http-body v1.0.1
11992025-02-10T18:08:13.750Z Downloaded hostname v0.3.1
12002025-02-10T18:08:13.750Z Downloaded argon2 v0.5.3
12012025-02-10T18:08:13.753Z Downloaded bitfield v0.14.0
12022025-02-10T18:08:13.755Z Downloaded arrayref v0.3.9
12032025-02-10T18:08:13.755Z Downloaded async-stream v0.3.6
12042025-02-10T18:08:13.807Z Downloaded encoding_rs v0.8.34
12052025-02-10T18:08:13.903Z Downloaded libgit2-sys v0.17.0+1.8.1
12062025-02-10T18:08:14.177Z Downloaded aws-lc-sys v0.22.0
12072025-02-10T18:08:14.555Z Downloaded ring v0.17.8
12082025-02-10T18:08:14.678Z Downloaded libsqlite3-sys v0.30.1
12092025-02-10T18:08:14.861Z Compiling serde v1.0.217
12102025-02-10T18:08:14.864Z Compiling lock_api v0.4.12
12112025-02-10T18:08:14.864Z Compiling value-bag v1.9.0
12122025-02-10T18:08:14.864Z Compiling scopeguard v1.2.0
12132025-02-10T18:08:14.864Z Compiling typenum v1.17.0
12142025-02-10T18:08:15.014Z Compiling generic-array v0.14.7
12152025-02-10T18:08:15.054Z Compiling syn v2.0.96
12162025-02-10T18:08:15.071Z Compiling getrandom v0.2.15
12172025-02-10T18:08:15.210Z Compiling subtle v2.6.1
12182025-02-10T18:08:15.315Z Compiling rand_core v0.6.4
12192025-02-10T18:08:15.478Z Compiling log v0.4.22
12202025-02-10T18:08:15.560Z Compiling shlex v1.3.0
12212025-02-10T18:08:15.597Z Compiling jobserver v0.1.32
12222025-02-10T18:08:15.635Z Compiling smallvec v1.13.2
12232025-02-10T18:08:15.837Z Compiling const-oid v0.9.6
12242025-02-10T18:08:15.934Z Compiling pin-project-lite v0.2.14
12252025-02-10T18:08:15.954Z Compiling rustix v0.38.37
12262025-02-10T18:08:16.003Z Compiling cc v1.1.30
12272025-02-10T18:08:16.076Z Compiling spin v0.9.8
12282025-02-10T18:08:16.244Z Compiling parking_lot_core v0.9.10
12292025-02-10T18:08:16.435Z Compiling futures-core v0.3.31
12302025-02-10T18:08:16.453Z Compiling signal-hook-registry v1.4.2
12312025-02-10T18:08:16.694Z Compiling mio v1.0.2
12322025-02-10T18:08:16.808Z Compiling aho-corasick v1.1.3
12332025-02-10T18:08:17.225Z Compiling parking_lot v0.12.3
12342025-02-10T18:08:17.403Z Compiling either v1.13.0
12352025-02-10T18:08:17.427Z Compiling cpufeatures v0.2.14
12362025-02-10T18:08:17.540Z Compiling regex-syntax v0.8.5
12372025-02-10T18:08:17.856Z Compiling stable_deref_trait v1.2.0
12382025-02-10T18:08:17.988Z Compiling glob v0.3.2
12392025-02-10T18:08:18.009Z Compiling futures-sink v0.3.31
12402025-02-10T18:08:18.140Z Compiling socket2 v0.5.7
12412025-02-10T18:08:18.174Z Compiling slab v0.4.9
12422025-02-10T18:08:18.196Z Compiling prettyplease v0.2.25
12432025-02-10T18:08:18.551Z Compiling lazy_static v1.5.0
12442025-02-10T18:08:18.656Z Compiling minimal-lexical v0.2.1
12452025-02-10T18:08:18.696Z Compiling serde_json v1.0.135
12462025-02-10T18:08:18.911Z Compiling clang-sys v1.8.1
12472025-02-10T18:08:19.091Z Compiling libloading v0.8.5
12482025-02-10T18:08:19.242Z Compiling nom v7.1.3
12492025-02-10T18:08:19.378Z Compiling bindgen v0.69.5
12502025-02-10T18:08:19.503Z Compiling home v0.5.9
12512025-02-10T18:08:19.778Z Compiling futures-channel v0.3.31
12522025-02-10T18:08:20.061Z Compiling itertools v0.12.1
12532025-02-10T18:08:20.230Z Compiling futures-io v0.3.31
12542025-02-10T18:08:20.249Z Compiling allocator-api2 v0.2.18
12552025-02-10T18:08:20.539Z Compiling pin-utils v0.1.0
12562025-02-10T18:08:20.651Z Compiling futures-task v0.3.31
12572025-02-10T18:08:20.952Z Compiling lazycell v1.3.0
12582025-02-10T18:08:21.032Z Compiling rustc-hash v1.1.0
12592025-02-10T18:08:21.123Z Compiling foldhash v0.1.3
12602025-02-10T18:08:21.194Z Compiling libm v0.2.8
12612025-02-10T18:08:21.433Z Compiling regex-automata v0.4.8
12622025-02-10T18:08:21.556Z Compiling hashbrown v0.15.1
12632025-02-10T18:08:21.996Z Compiling cmake v0.1.51
12642025-02-10T18:08:22.690Z Compiling synstructure v0.13.1
12652025-02-10T18:08:22.930Z Compiling cexpr v0.6.0
12662025-02-10T18:08:23.035Z Compiling num-traits v0.2.19
12672025-02-10T18:08:23.334Z Compiling dunce v1.0.5
12682025-02-10T18:08:23.482Z Compiling pkg-config v0.3.31
12692025-02-10T18:08:24.027Z Compiling fs_extra v1.3.0
12702025-02-10T18:08:24.539Z Compiling writeable v0.5.5
12712025-02-10T18:08:24.584Z Compiling litemap v0.7.3
12722025-02-10T18:08:24.853Z Compiling ring v0.17.8
12732025-02-10T18:08:24.982Z Compiling paste v1.0.15
12742025-02-10T18:08:25.078Z Compiling base64ct v1.6.0
12752025-02-10T18:08:25.607Z Compiling pem-rfc7468 v0.7.0
12762025-02-10T18:08:25.718Z Compiling httparse v1.9.5
12772025-02-10T18:08:25.842Z Compiling flagset v0.4.6
12782025-02-10T18:08:26.071Z Compiling aws-lc-rs v1.10.0
12792025-02-10T18:08:26.262Z Compiling icu_locid_transform_data v1.5.0
12802025-02-10T18:08:26.473Z Compiling tracing-core v0.1.32
12812025-02-10T18:08:26.498Z Compiling rustls-pki-types v1.10.0
12822025-02-10T18:08:27.223Z Compiling regex v1.11.1
12832025-02-10T18:08:27.443Z Compiling crossbeam-utils v0.8.20
12842025-02-10T18:08:27.446Z Compiling percent-encoding v2.3.1
12852025-02-10T18:08:27.728Z Compiling icu_properties_data v1.5.0
12862025-02-10T18:08:27.986Z Compiling untrusted v0.7.1
12872025-02-10T18:08:28.007Z Compiling icu_normalizer_data v1.5.0
12882025-02-10T18:08:28.124Z Compiling mirai-annotations v1.12.0
12892025-02-10T18:08:28.172Z Compiling write16 v1.0.0
12902025-02-10T18:08:28.175Z Compiling untrusted v0.9.0
12912025-02-10T18:08:28.306Z Compiling time-core v0.1.2
12922025-02-10T18:08:28.322Z Compiling utf8_iter v1.0.4
12932025-02-10T18:08:28.325Z Compiling serde_derive v1.0.217
12942025-02-10T18:08:28.365Z Compiling zeroize_derive v1.4.2
12952025-02-10T18:08:28.389Z Compiling zerocopy-derive v0.7.35
12962025-02-10T18:08:28.480Z Compiling tokio-macros v2.5.0
12972025-02-10T18:08:28.565Z Compiling zerofrom-derive v0.1.4
12982025-02-10T18:08:29.789Z Compiling zeroize v1.8.1
12992025-02-10T18:08:29.960Z Compiling yoke-derive v0.7.4
13002025-02-10T18:08:30.371Z Compiling zerocopy v0.7.35
13012025-02-10T18:08:30.415Z Compiling thiserror-impl v1.0.69
13022025-02-10T18:08:31.470Z Compiling crypto-common v0.1.6
13032025-02-10T18:08:31.769Z Compiling block-buffer v0.10.4
13042025-02-10T18:08:31.771Z Compiling zerovec-derive v0.10.3
13052025-02-10T18:08:31.851Z Compiling futures-macro v0.3.31
13062025-02-10T18:08:32.048Z Compiling digest v0.10.7
13072025-02-10T18:08:32.131Z Compiling zerofrom v0.1.4
13082025-02-10T18:08:32.386Z Compiling displaydoc v0.2.5
13092025-02-10T18:08:32.562Z Compiling hmac v0.12.1
13102025-02-10T18:08:32.632Z Compiling block-padding v0.3.3
13112025-02-10T18:08:32.760Z Compiling yoke v0.7.4
13122025-02-10T18:08:32.832Z Compiling sha2 v0.10.8
13132025-02-10T18:08:32.902Z Compiling inout v0.1.3
13142025-02-10T18:08:33.133Z Compiling cipher v0.4.4
13152025-02-10T18:08:33.191Z Compiling icu_provider_macros v1.5.0
13162025-02-10T18:08:33.483Z Compiling thiserror v1.0.69
13172025-02-10T18:08:33.640Z Compiling ppv-lite86 v0.2.20
13182025-02-10T18:08:33.643Z Compiling der_derive v0.7.3
13192025-02-10T18:08:33.719Z Compiling futures-util v0.3.31
13202025-02-10T18:08:33.968Z Compiling tracing-attributes v0.1.27
13212025-02-10T18:08:34.275Z Compiling pest v2.7.14
13222025-02-10T18:08:34.329Z Compiling zerovec v0.10.4
13232025-02-10T18:08:34.415Z Compiling rand_chacha v0.3.1
13242025-02-10T18:08:35.951Z Compiling der v0.7.9
13252025-02-10T18:08:36.354Z Compiling tinystr v0.7.6
13262025-02-10T18:08:36.425Z Compiling icu_collections v1.5.0
13272025-02-10T18:08:36.692Z Compiling icu_locid v1.5.0
13282025-02-10T18:08:36.754Z Compiling rand v0.8.5
13292025-02-10T18:08:37.348Z Compiling tracing v0.1.40
13302025-02-10T18:08:37.369Z Compiling salsa20 v0.10.2
13312025-02-10T18:08:37.613Z Compiling pbkdf2 v0.12.2
13322025-02-10T18:08:37.800Z Compiling vcpkg v0.2.15
13332025-02-10T18:08:38.822Z Compiling num-conv v0.1.0
13342025-02-10T18:08:38.825Z Compiling icu_provider v1.5.0
13352025-02-10T18:08:38.825Z Compiling spki v0.7.3
13362025-02-10T18:08:38.825Z Compiling powerfmt v0.2.0
13372025-02-10T18:08:38.831Z Compiling icu_locid_transform v1.5.0
13382025-02-10T18:08:38.858Z Compiling utf16_iter v1.0.5
13392025-02-10T18:08:38.901Z Compiling deranged v0.3.11
13402025-02-10T18:08:38.960Z Compiling time-macros v0.2.18
13412025-02-10T18:08:39.017Z Compiling scrypt v0.11.0
13422025-02-10T18:08:39.056Z Compiling pest_meta v2.7.14
13432025-02-10T18:08:39.106Z Compiling aes v0.8.4
13442025-02-10T18:08:39.547Z Compiling cbc v0.1.2
13452025-02-10T18:08:39.653Z Compiling openssl-sys v0.9.105
13462025-02-10T18:08:40.316Z Compiling icu_properties v1.5.1
13472025-02-10T18:08:40.711Z Compiling scroll_derive v0.12.0
13482025-02-10T18:08:41.649Z Compiling bitflags v2.6.0
13492025-02-10T18:08:41.912Z Compiling bytes v1.9.0
13502025-02-10T18:08:42.153Z Compiling indexmap v2.7.1
13512025-02-10T18:08:42.451Z Compiling semver v1.0.24
13522025-02-10T18:08:43.140Z Compiling tokio v1.43.0
13532025-02-10T18:08:43.179Z Compiling http v1.2.0
13542025-02-10T18:08:43.261Z Compiling rustc_version v0.4.1
13552025-02-10T18:08:43.509Z Compiling atomic-waker v1.1.2
13562025-02-10T18:08:43.584Z Compiling num_threads v0.1.7
13572025-02-10T18:08:43.697Z Compiling tinyvec_macros v0.1.1
13582025-02-10T18:08:43.725Z Compiling time v0.3.36
13592025-02-10T18:08:43.806Z Compiling tinyvec v1.8.0
13602025-02-10T18:08:43.970Z Compiling icu_normalizer v1.5.0
13612025-02-10T18:08:44.983Z Compiling idna_adapter v1.2.0
13622025-02-10T18:08:45.001Z Compiling http-body v1.0.1
13632025-02-10T18:08:45.229Z Compiling scroll v0.12.0
13642025-02-10T18:08:45.274Z Compiling pest_generator v2.7.14
13652025-02-10T18:08:45.364Z Compiling pkcs5 v0.7.1
13662025-02-10T18:08:45.439Z Compiling form_urlencoded v1.2.1
13672025-02-10T18:08:45.767Z Compiling which v4.4.2
13682025-02-10T18:08:45.769Z Compiling try-lock v0.2.5
13692025-02-10T18:08:45.787Z Compiling slog v2.7.0
13702025-02-10T18:08:45.956Z Compiling want v0.3.1
13712025-02-10T18:08:46.316Z Compiling pkcs8 v0.10.2
13722025-02-10T18:08:46.372Z Compiling goblin v0.8.2
13732025-02-10T18:08:46.501Z Compiling idna v1.0.3
13742025-02-10T18:08:46.673Z Compiling uuid v1.12.0
13752025-02-10T18:08:46.997Z Compiling httpdate v1.0.3
13762025-02-10T18:08:47.186Z Compiling pest_derive v2.7.14
13772025-02-10T18:08:47.485Z Compiling iana-time-zone v0.1.61
13782025-02-10T18:08:47.890Z Compiling chrono v0.4.39
13792025-02-10T18:08:47.984Z Compiling dtrace-parser v0.2.0
13802025-02-10T18:08:48.308Z Compiling toml_datetime v0.6.8
13812025-02-10T18:08:48.508Z Compiling serde_spanned v0.6.8
13822025-02-10T18:08:48.764Z Compiling serde_tokenstream v0.2.2
13832025-02-10T18:08:48.805Z Compiling tower-service v0.3.3
13842025-02-10T18:08:48.860Z Compiling adler2 v2.0.0
13852025-02-10T18:08:48.957Z Compiling rustversion v1.0.17
13862025-02-10T18:08:49.088Z Compiling openssl v0.10.70
13872025-02-10T18:08:49.365Z Compiling base64 v0.22.1
13882025-02-10T18:08:49.515Z Compiling match_cfg v0.1.0
13892025-02-10T18:08:49.613Z Compiling foreign-types-shared v0.1.1
13902025-02-10T18:08:49.706Z Compiling hostname v0.3.1
13912025-02-10T18:08:49.748Z Compiling foreign-types v0.3.2
13922025-02-10T18:08:49.881Z Compiling miniz_oxide v0.8.0
13932025-02-10T18:08:49.903Z Compiling url v2.5.3
13942025-02-10T18:08:50.039Z Compiling async-trait v0.1.86
13952025-02-10T18:08:51.198Z Compiling openssl-macros v0.1.1
13962025-02-10T18:08:51.269Z Compiling tokio-util v0.7.12
13972025-02-10T18:08:51.331Z Compiling serde_derive_internals v0.29.1
13982025-02-10T18:08:51.720Z Compiling dirs-sys-next v0.1.2
13992025-02-10T18:08:51.963Z Compiling siphasher v0.3.11
14002025-02-10T18:08:52.331Z Compiling h2 v0.4.6
14012025-02-10T18:08:52.362Z Compiling dof v0.3.0
14022025-02-10T18:08:52.559Z Compiling syn v1.0.109
14032025-02-10T18:08:52.629Z Compiling rustls v0.23.19
14042025-02-10T18:08:52.915Z Compiling schemars v0.8.21
14052025-02-10T18:08:53.138Z Compiling usdt-impl v0.5.0
14062025-02-10T18:08:53.255Z Compiling data-encoding v2.6.0
14072025-02-10T18:08:53.718Z Compiling rustls v0.22.4
14082025-02-10T18:08:54.002Z Compiling native-tls v0.2.12
14092025-02-10T18:08:54.264Z Compiling schemars_derive v0.8.21
14102025-02-10T18:08:54.488Z Compiling dirs-next v2.0.0
14112025-02-10T18:08:55.304Z Compiling http-body-util v0.1.2
14122025-02-10T18:08:55.691Z Compiling unicode-normalization v0.1.24
14132025-02-10T18:08:55.815Z Compiling heapless v0.7.17
14142025-02-10T18:08:55.981Z Compiling crossbeam-epoch v0.9.18
14152025-02-10T18:08:56.244Z Compiling signature v2.2.0
14162025-02-10T18:08:56.530Z Compiling sha1 v0.10.6
14172025-02-10T18:08:56.701Z Compiling bzip2-sys v0.1.11+1.0.8
14182025-02-10T18:08:56.791Z Compiling thread_local v1.1.8
14192025-02-10T18:08:56.965Z Compiling cookie v0.18.1
14202025-02-10T18:08:56.983Z Compiling encoding_rs v0.8.34
14212025-02-10T18:08:57.208Z Compiling multer v3.1.0
14222025-02-10T18:08:57.253Z Compiling mime v0.3.17
14232025-02-10T18:08:57.288Z Compiling unicode-bidi v0.3.17
14242025-02-10T18:08:57.371Z Compiling ipnet v2.10.1
14252025-02-10T18:08:57.496Z Compiling slog-async v2.8.0
14262025-02-10T18:08:57.814Z Compiling openssl-probe v0.1.5
14272025-02-10T18:08:58.001Z Compiling dyn-clone v1.0.17
14282025-02-10T18:08:58.129Z Compiling signal-hook v0.3.17
14292025-02-10T18:08:58.248Z Compiling unicode-properties v0.1.3
14302025-02-10T18:08:58.405Z Compiling rayon-core v1.12.1
14312025-02-10T18:08:58.473Z Compiling gimli v0.31.1
14322025-02-10T18:08:58.532Z Compiling toml_edit v0.22.22
14332025-02-10T18:08:58.658Z Compiling stringprep v0.1.5
14342025-02-10T18:08:59.752Z Compiling hyper v1.5.2
14352025-02-10T18:09:02.235Z Compiling hyper-util v0.1.10
14362025-02-10T18:09:02.460Z Compiling crossbeam-deque v0.8.5
14372025-02-10T18:09:02.571Z Compiling usdt-macro v0.5.0
14382025-02-10T18:09:02.814Z Compiling addr2line v0.24.2
14392025-02-10T18:09:03.198Z Compiling usdt-attr-macro v0.5.0
14402025-02-10T18:09:03.478Z Compiling term v0.7.0
14412025-02-10T18:09:03.615Z Compiling slog-json v2.6.1
14422025-02-10T18:09:03.927Z Compiling serde_urlencoded v0.7.1
14432025-02-10T18:09:03.997Z Compiling curve25519-dalek v4.1.3
14442025-02-10T18:09:04.434Z Compiling crossbeam-channel v0.5.13
14452025-02-10T18:09:04.686Z Compiling enum-as-inner v0.6.1
14462025-02-10T18:09:04.724Z Compiling futures-executor v0.3.31
14472025-02-10T18:09:04.806Z Compiling md-5 v0.10.6
14482025-02-10T18:09:05.050Z Compiling async-stream-impl v0.3.6
14492025-02-10T18:09:05.102Z Compiling rustls-pemfile v2.2.0
14502025-02-10T18:09:05.254Z Compiling num-integer v0.1.46
14512025-02-10T18:09:05.441Z Compiling hash32 v0.2.1
14522025-02-10T18:09:05.445Z Compiling ff v0.13.0
14532025-02-10T18:09:05.709Z Compiling is-terminal v0.4.13
14542025-02-10T18:09:05.760Z Compiling object v0.36.5
14552025-02-10T18:09:05.781Z Compiling dropshot v0.12.0
14562025-02-10T18:09:05.851Z Compiling utf-8 v0.7.6
14572025-02-10T18:09:06.014Z Compiling fallible-iterator v0.2.0
14582025-02-10T18:09:06.035Z Compiling anyhow v1.0.95
14592025-02-10T18:09:06.072Z Compiling portable-atomic v1.9.0
14602025-02-10T18:09:06.177Z Compiling rustc-demangle v0.1.24
14612025-02-10T18:09:06.379Z Compiling psl-types v2.0.11
14622025-02-10T18:09:06.590Z Compiling quick-error v1.2.3
14632025-02-10T18:09:06.648Z Compiling num-bigint-dig v0.8.4
14642025-02-10T18:09:06.688Z Compiling litrs v0.4.1
14652025-02-10T18:09:06.761Z Compiling take_mut v0.2.2
14662025-02-10T18:09:06.991Z Compiling smoltcp v0.9.1
14672025-02-10T18:09:07.022Z Compiling linked-hash-map v0.5.6
14682025-02-10T18:09:07.114Z Compiling base16ct v0.2.0
14692025-02-10T18:09:07.378Z Compiling sec1 v0.7.3
14702025-02-10T18:09:07.454Z Compiling lru-cache v0.1.2
14712025-02-10T18:09:07.672Z Compiling resolv-conf v0.7.0
14722025-02-10T18:09:07.875Z Compiling document-features v0.2.10
14732025-02-10T18:09:07.961Z Compiling postgres-protocol v0.6.7
14742025-02-10T18:09:08.098Z Compiling publicsuffix v2.3.0
14752025-02-10T18:09:08.355Z Compiling async-stream v0.3.6
14762025-02-10T18:09:08.411Z Compiling tungstenite v0.24.0
14772025-02-10T18:09:08.452Z Compiling slog-term v2.9.1
14782025-02-10T18:09:08.650Z Compiling num-iter v0.1.45
14792025-02-10T18:09:08.853Z Compiling hickory-proto v0.24.3
14802025-02-10T18:09:09.083Z Compiling usdt v0.5.0
14812025-02-10T18:09:09.572Z Compiling group v0.13.0
14822025-02-10T18:09:09.628Z Compiling futures v0.3.31
14832025-02-10T18:09:09.876Z Compiling slog-bunyan v2.5.0
14842025-02-10T18:09:10.207Z Compiling toml v0.8.19
14852025-02-10T18:09:11.114Z Compiling tokio-native-tls v0.3.1
14862025-02-10T18:09:11.487Z Compiling camino v1.1.9
14872025-02-10T18:09:11.699Z Compiling phf_shared v0.11.2
14882025-02-10T18:09:11.816Z Compiling dropshot_endpoint v0.12.0
14892025-02-10T18:09:12.079Z Compiling terminal_size v0.4.0
14902025-02-10T18:09:12.330Z Compiling backtrace v0.3.74
14912025-02-10T18:09:12.334Z Compiling openapiv3 v2.0.0
14922025-02-10T18:09:12.377Z Compiling waitgroup v0.1.2
14932025-02-10T18:09:12.606Z Compiling serde_path_to_error v0.1.16
14942025-02-10T18:09:12.934Z Compiling hkdf v0.12.4
14952025-02-10T18:09:13.214Z Compiling crypto-bigint v0.5.5
14962025-02-10T18:09:13.375Z Compiling zerocopy-derive v0.6.6
14972025-02-10T18:09:15.416Z Compiling curve25519-dalek-derive v0.1.1
14982025-02-10T18:09:15.436Z Compiling webpki-roots v0.26.6
14992025-02-10T18:09:15.663Z Compiling hostname v0.4.0
15002025-02-10T18:09:15.903Z Compiling ahash v0.8.11
15012025-02-10T18:09:16.129Z Compiling hubpack_derive v0.1.1
15022025-02-10T18:09:16.158Z Compiling crc32fast v1.4.2
15032025-02-10T18:09:16.247Z Compiling fs-err v2.11.0
15042025-02-10T18:09:16.317Z Compiling debug-ignore v1.0.5
15052025-02-10T18:09:16.483Z Compiling winnow v0.5.40
15062025-02-10T18:09:16.509Z Compiling managed v0.8.0
15072025-02-10T18:09:16.557Z Compiling newtype-uuid v1.2.1
15082025-02-10T18:09:16.832Z Compiling unicode-width v0.2.0
15092025-02-10T18:09:16.857Z Compiling bitflags v1.3.2
15102025-02-10T18:09:16.972Z Compiling strum_macros v0.25.3
15112025-02-10T18:09:17.069Z Compiling hubpack v0.1.2
15122025-02-10T18:09:17.445Z Compiling console v0.15.10
15132025-02-10T18:09:17.538Z Compiling clap_builder v4.5.27
15142025-02-10T18:09:18.963Z Compiling flate2 v1.0.35
15152025-02-10T18:09:19.072Z Compiling elliptic-curve v0.13.8
15162025-02-10T18:09:19.244Z Compiling zerocopy v0.6.6
15172025-02-10T18:09:19.863Z Compiling toml_edit v0.19.15
15182025-02-10T18:09:19.912Z Compiling hickory-resolver v0.24.2
15192025-02-10T18:09:19.994Z Compiling phf v0.11.2
15202025-02-10T18:09:20.286Z Compiling signal-hook-mio v0.2.4
15212025-02-10T18:09:20.468Z Compiling hyper-tls v0.6.0
15222025-02-10T18:09:20.768Z Compiling rayon v1.10.0
15232025-02-10T18:09:20.838Z Compiling cookie_store v0.21.1
15242025-02-10T18:09:20.896Z Compiling bzip2 v0.4.4
15252025-02-10T18:09:21.265Z Compiling tokio-tungstenite v0.24.0
15262025-02-10T18:09:22.400Z Compiling postgres-types v0.2.8
15272025-02-10T18:09:25.035Z Compiling ed25519 v2.2.3
15282025-02-10T18:09:25.091Z Compiling phf_shared v0.10.0
15292025-02-10T18:09:25.478Z Compiling tokio-stream v0.1.16
15302025-02-10T18:09:25.800Z Compiling pkcs1 v0.7.5
15312025-02-10T18:09:25.821Z Compiling serde-big-array v0.5.1
15322025-02-10T18:09:26.054Z Compiling clap_derive v4.5.24
15332025-02-10T18:09:26.237Z Compiling rfc6979 v0.4.0
15342025-02-10T18:09:26.449Z Compiling serde_repr v0.1.19
15352025-02-10T18:09:26.469Z Compiling derive-where v1.2.7
15362025-02-10T18:09:26.736Z Compiling float-cmp v0.9.0
15372025-02-10T18:09:26.951Z Compiling bstr v1.10.0
15382025-02-10T18:09:27.004Z Compiling sync_wrapper v1.0.1
15392025-02-10T18:09:27.181Z Compiling fixedbitset v0.4.2
15402025-02-10T18:09:27.267Z Compiling normalize-line-endings v0.3.0
15412025-02-10T18:09:27.409Z Compiling whoami v1.5.2
15422025-02-10T18:09:27.605Z Compiling static_assertions v1.1.0
15432025-02-10T18:09:27.645Z Compiling number_prefix v0.4.0
15442025-02-10T18:09:27.720Z Compiling bit-vec v0.6.3
15452025-02-10T18:09:27.894Z Compiling predicates-core v1.0.8
15462025-02-10T18:09:27.972Z Compiling difflib v0.4.0
15472025-02-10T18:09:28.144Z Compiling new_debug_unreachable v1.0.6
15482025-02-10T18:09:28.217Z Compiling precomputed-hash v0.1.1
15492025-02-10T18:09:28.258Z Compiling unicode-segmentation v1.12.0
15502025-02-10T18:09:28.361Z Compiling string_cache v0.8.7
15512025-02-10T18:09:28.595Z Compiling predicates v3.1.2
15522025-02-10T18:09:28.811Z Compiling bit-set v0.5.3
15532025-02-10T18:09:29.117Z Compiling similar v2.6.0
15542025-02-10T18:09:29.171Z Compiling indicatif v0.17.11
15552025-02-10T18:09:29.404Z Compiling tokio-postgres v0.7.12
15562025-02-10T18:09:29.820Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15572025-02-10T18:09:30.173Z Compiling petgraph v0.6.5
15582025-02-10T18:09:30.797Z Compiling clap v4.5.27
15592025-02-10T18:09:30.937Z Compiling ecdsa v0.16.9
15602025-02-10T18:09:31.200Z Compiling rsa v0.9.6
15612025-02-10T18:09:31.282Z Compiling ed25519-dalek v2.1.1
15622025-02-10T18:09:31.797Z Compiling toml v0.7.8
15632025-02-10T18:09:32.648Z Compiling zip v0.6.6
15642025-02-10T18:09:33.424Z Compiling crossterm v0.28.1
15652025-02-10T18:09:34.791Z Compiling hex v0.4.3
15662025-02-10T18:09:34.870Z Compiling x509-cert v0.2.5
15672025-02-10T18:09:35.347Z Compiling itertools v0.10.5
15682025-02-10T18:09:35.408Z Compiling peg-runtime v0.8.3
15692025-02-10T18:09:36.014Z Compiling unicode-xid v0.2.6
15702025-02-10T18:09:36.109Z Compiling lalrpop-util v0.19.12
15712025-02-10T18:09:36.214Z Compiling strum_macros v0.26.4
15722025-02-10T18:09:36.271Z Compiling xattr v1.3.1
15732025-02-10T18:09:36.474Z Compiling filetime v0.2.25
15742025-02-10T18:09:36.805Z Compiling tar v0.4.42
15752025-02-10T18:09:41.090Z Compiling strum v0.26.3
15762025-02-10T18:09:44.249Z Compiling aws-lc-sys v0.22.0
15772025-02-10T18:10:12.820Z Compiling rustls-webpki v0.102.8
15782025-02-10T18:10:16.132Z Compiling tokio-rustls v0.25.0
15792025-02-10T18:10:17.799Z Compiling tokio-rustls v0.26.0
15802025-02-10T18:10:18.062Z Compiling hyper-rustls v0.27.3
15812025-02-10T18:10:18.418Z Compiling reqwest v0.12.9
15822025-02-10T18:10:19.901Z Compiling qorb v0.2.1
15832025-02-10T18:10:23.175Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15842025-02-10T18:10:23.426Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15852025-02-10T18:10:28.041Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 17s
15862025-02-10T18:10:28.204Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15872025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: Cockroach
15882025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: DendriteOpenapi
15892025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: Clickhouse
15902025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: DendriteStub
15912025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: Console
15922025-02-10T18:10:28.257ZFeb 10 18:10:27.288 INFO Starting download, target: MaghemiteMgd
15932025-02-10T18:10:28.260ZFeb 10 18:10:27.288 INFO Starting download, target: TransceiverControl
15942025-02-10T18:10:28.260ZFeb 10 18:10:27.289 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
15952025-02-10T18:10:28.260ZFeb 10 18:10:27.289 INFO Downloading out/downloads/dpd-caf4bee7f1647b4f971199a5268885337ff1691a.json (attempt 1/3), target: DendriteOpenapi
15962025-02-10T18:10:28.260ZFeb 10 18:10:27.289 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
15972025-02-10T18:10:28.260ZFeb 10 18:10:27.289 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
15982025-02-10T18:10:28.260ZFeb 10 18:10:27.290 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
15992025-02-10T18:10:28.260ZFeb 10 18:10:27.290 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16002025-02-10T18:10:28.260ZFeb 10 18:10:27.290 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16012025-02-10T18:10:28.381ZFeb 10 18:10:27.412 INFO Download complete, target: DendriteOpenapi
16022025-02-10T18:10:28.636ZFeb 10 18:10:27.663 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16032025-02-10T18:10:28.780ZFeb 10 18:10:27.804 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16042025-02-10T18:10:29.044ZFeb 10 18:10:28.070 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16052025-02-10T18:10:29.138ZFeb 10 18:10:28.168 INFO Download complete, target: TransceiverControl
16062025-02-10T18:10:29.176ZFeb 10 18:10:28.205 INFO Download complete, target: Console
16072025-02-10T18:10:29.543ZFeb 10 18:10:28.572 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16082025-02-10T18:10:29.694ZFeb 10 18:10:28.725 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16092025-02-10T18:10:29.694ZFeb 10 18:10:28.725 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16102025-02-10T18:10:30.140ZFeb 10 18:10:29.171 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16112025-02-10T18:10:32.005ZFeb 10 18:10:31.036 INFO Download complete, target: DendriteStub
16122025-02-10T18:10:32.329ZFeb 10 18:10:31.360 INFO Download complete, target: MaghemiteMgd
16132025-02-10T18:10:37.302ZFeb 10 18:10:36.332 INFO Checking that binary works, target: Cockroach
16142025-02-10T18:10:37.476ZFeb 10 18:10:36.506 INFO Download complete, target: Cockroach
16152025-02-10T18:10:42.694ZFeb 10 18:10:41.724 INFO Checking that binary works, target: Clickhouse
16162025-02-10T18:10:42.819ZFeb 10 18:10:41.848 INFO Download complete, target: Clickhouse
16172025-02-10T18:10:42.840ZAll builder prerequisites installed successfully, and PATH looks valid
16182025-02-10T18:10:42.842Z
16192025-02-10T18:10:42.842Zreal 5:30.364633613
16202025-02-10T18:10:42.842Zuser 16:04.867461239
16212025-02-10T18:10:42.843Zsys 2:08.530141348
16222025-02-10T18:10:42.843Ztrap 0.598525131
16232025-02-10T18:10:42.843Ztflt 1.768126034
16242025-02-10T18:10:42.843Zdflt 1.716985901
16252025-02-10T18:10:42.843Zkflt 0.025524866
16262025-02-10T18:10:42.843Zlock 25:35.968709771
16272025-02-10T18:10:42.843Zslp 57:34.933119413
16282025-02-10T18:10:42.843Zlat 59.872736182
16292025-02-10T18:10:42.843Zstop 2:23.217471776
16302025-02-10T18:10:42.846Z++ bmat factory name
16312025-02-10T18:10:42.850Z++ bmat factory private
16322025-02-10T18:10:42.855Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-020f7684fc30777b5 '{
16332025-02-10T18:10:42.855Z buildomat: {
16342025-02-10T18:10:42.855Z factory: {
16352025-02-10T18:10:42.855Z name: $bmat_factory_name,
16362025-02-10T18:10:42.855Z private: $bmat_factory_private,
16372025-02-10T18:10:42.855Z },
16382025-02-10T18:10:42.855Z },
16392025-02-10T18:10:42.855Z }'
16402025-02-10T18:10:42.889Z+ banner ls-apis
16412025-02-10T18:10:42.891Z
16422025-02-10T18:10:42.891Z # #### ## ##### # ####
16432025-02-10T18:10:42.891Z # # # # # # # #
16442025-02-10T18:10:42.891Z # #### ##### # # # # # ####
16452025-02-10T18:10:42.891Z # # ###### ##### # #
16462025-02-10T18:10:42.891Z # # # # # # # # #
16472025-02-10T18:10:42.891Z ###### #### # # # # ####
16482025-02-10T18:10:42.892Z
16492025-02-10T18:10:42.895Z+ source ./tools/include/force-git-over-https.sh
16502025-02-10T18:10:42.895Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16512025-02-10T18:10:42.895Z++ (( i = 0 ))
16522025-02-10T18:10:42.895Z++ (( i < 5 ))
16532025-02-10T18:10:42.895Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16542025-02-10T18:10:42.898Z++ (( i++ ))
16552025-02-10T18:10:42.898Z++ (( i < 5 ))
16562025-02-10T18:10:42.898Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16572025-02-10T18:10:42.901Z++ (( i++ ))
16582025-02-10T18:10:42.901Z++ (( i < 5 ))
16592025-02-10T18:10:42.901Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16602025-02-10T18:10:42.903Z++ (( i++ ))
16612025-02-10T18:10:42.903Z++ (( i < 5 ))
16622025-02-10T18:10:42.903Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16632025-02-10T18:10:42.906Z++ (( i++ ))
16642025-02-10T18:10:42.907Z++ (( i < 5 ))
16652025-02-10T18:10:42.907Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16662025-02-10T18:10:42.910Z++ (( i++ ))
16672025-02-10T18:10:42.910Z++ (( i < 5 ))
16682025-02-10T18:10:42.910Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16692025-02-10T18:10:42.911Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16702025-02-10T18:10:42.913Z+ ptime -m cargo xtask ls-apis apis
16712025-02-10T18:10:43.485Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s
16722025-02-10T18:10:43.505Z Running `target/debug/xtask ls-apis apis`
16732025-02-10T18:10:44.384Z Compiling semver v0.1.20
16742025-02-10T18:10:44.511Z Compiling structmeta-derive v0.3.0
16752025-02-10T18:10:44.514Z Compiling cargo-platform v0.1.8
16762025-02-10T18:10:44.717Z Compiling cargo_metadata v0.18.1
16772025-02-10T18:10:44.732Z Compiling rustc_version v0.1.7
16782025-02-10T18:10:45.044Z Compiling newtype_derive v0.1.6
16792025-02-10T18:10:45.852Z Compiling structmeta v0.3.0
16802025-02-10T18:10:46.126Z Compiling parse-display-derive v0.10.0
16812025-02-10T18:10:47.878Z Compiling parse-display v0.10.0
16822025-02-10T18:10:48.054Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16832025-02-10T18:10:52.221Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.68s
16842025-02-10T18:10:52.381Z Running `target/debug/ls-apis apis`
16852025-02-10T18:10:52.421Zloading metadata for workspace omicron from current workspace
16862025-02-10T18:10:57.857Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
16872025-02-10T18:10:57.860Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16882025-02-10T18:10:57.860Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
16892025-02-10T18:10:57.863Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
16902025-02-10T18:11:18.609Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16912025-02-10T18:11:21.768Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
16922025-02-10T18:11:21.786Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
16932025-02-10T18:11:21.977ZBootstrap Agent (client: bootstrap-agent-client)
16942025-02-10T18:11:21.977Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
16952025-02-10T18:11:21.977Z consumed by: wicketd (omicron/wicketd) via 2 paths
16962025-02-10T18:11:21.977Z
16972025-02-10T18:11:21.977ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
16982025-02-10T18:11:21.977Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
16992025-02-10T18:11:21.977Z
17002025-02-10T18:11:21.977ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17012025-02-10T18:11:21.977Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17022025-02-10T18:11:21.977Z
17032025-02-10T18:11:21.977ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17042025-02-10T18:11:21.977Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17052025-02-10T18:11:21.977Z
17062025-02-10T18:11:21.977ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17072025-02-10T18:11:21.980Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17082025-02-10T18:11:21.980Z
17092025-02-10T18:11:21.981ZCrucible Agent (client: crucible-agent-client)
17102025-02-10T18:11:21.981Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17112025-02-10T18:11:21.981Z
17122025-02-10T18:11:21.981ZCrucible Control (for testing only) (client: crucible-control-client)
17132025-02-10T18:11:21.981Z
17142025-02-10T18:11:21.981ZCrucible Pantry (client: crucible-pantry-client)
17152025-02-10T18:11:21.981Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17162025-02-10T18:11:21.981Z
17172025-02-10T18:11:21.981ZMaghemite DDM Admin (client: ddm-admin-client)
17182025-02-10T18:11:21.981Z consumed by: installinator (omicron/installinator) via 1 path
17192025-02-10T18:11:21.981Z consumed by: mgd (maghemite/mgd) via 1 path
17202025-02-10T18:11:21.981Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17212025-02-10T18:11:21.981Z consumed by: wicketd (omicron/wicketd) via 1 path
17222025-02-10T18:11:21.981Z
17232025-02-10T18:11:21.981ZDNS Server (client: dns-service-client)
17242025-02-10T18:11:21.995Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17252025-02-10T18:11:21.995Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17262025-02-10T18:11:21.995Z
17272025-02-10T18:11:21.995ZDendrite DPD (client: dpd-client)
17282025-02-10T18:11:21.995Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17292025-02-10T18:11:21.995Z consumed by: mgd (maghemite/mgd) via 1 path
17302025-02-10T18:11:21.995Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17312025-02-10T18:11:21.995Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17322025-02-10T18:11:21.995Z consumed by: tfportd (dendrite/tfportd) via 1 path
17332025-02-10T18:11:21.995Z consumed by: wicketd (omicron/wicketd) via 2 paths
17342025-02-10T18:11:21.995Z
17352025-02-10T18:11:21.995ZDownstairs Controller (debugging only) (client: dsc-client)
17362025-02-10T18:11:21.995Z
17372025-02-10T18:11:21.995ZManagement Gateway Service (client: gateway-client)
17382025-02-10T18:11:22.001Z consumed by: dpd (dendrite/dpd) via 1 path
17392025-02-10T18:11:22.001Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17402025-02-10T18:11:22.001Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17412025-02-10T18:11:22.001Z consumed by: wicketd (omicron/wicketd) via 3 paths
17422025-02-10T18:11:22.001Z
17432025-02-10T18:11:22.001ZWicketd Installinator (client: installinator-client)
17442025-02-10T18:11:22.001Z consumed by: installinator (omicron/installinator) via 1 path
17452025-02-10T18:11:22.001Z
17462025-02-10T18:11:22.001ZLLDP daemon (client: lldpd-client)
17472025-02-10T18:11:22.001Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17482025-02-10T18:11:22.001Z
17492025-02-10T18:11:22.001ZMaghemite MG Admin (client: mg-admin-client)
17502025-02-10T18:11:22.007Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17512025-02-10T18:11:22.007Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17522025-02-10T18:11:22.007Z
17532025-02-10T18:11:22.007ZNexus Internal API (client: nexus-client)
17542025-02-10T18:11:22.012Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17552025-02-10T18:11:22.012Z consumed by: dpd (dendrite/dpd) via 1 path
17562025-02-10T18:11:22.012Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17572025-02-10T18:11:22.012Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17582025-02-10T18:11:22.012Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17592025-02-10T18:11:22.012Z
17602025-02-10T18:11:22.012ZExternal API (client: oxide-client)
17612025-02-10T18:11:22.012Z
17622025-02-10T18:11:22.012ZOximeter (client: oximeter-client)
17632025-02-10T18:11:22.015Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17642025-02-10T18:11:22.015Z
17652025-02-10T18:11:22.015ZPropolis (client: propolis-client)
17662025-02-10T18:11:22.018Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17672025-02-10T18:11:22.018Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17682025-02-10T18:11:22.018Z
17692025-02-10T18:11:22.018ZCrucible Repair (client: repair-client)
17702025-02-10T18:11:22.018Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17712025-02-10T18:11:22.018Z
17722025-02-10T18:11:22.018ZRepo Depot API (client: repo-depot-client)
17732025-02-10T18:11:22.018Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17742025-02-10T18:11:22.018Z
17752025-02-10T18:11:22.018ZSled Agent (client: sled-agent-client)
17762025-02-10T18:11:22.021Z consumed by: dpd (dendrite/dpd) via 1 path
17772025-02-10T18:11:22.021Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17782025-02-10T18:11:22.022Z
17792025-02-10T18:11:22.022ZWicketd (client: wicketd-client)
17802025-02-10T18:11:22.025Z
17812025-02-10T18:11:22.162Z
17822025-02-10T18:11:22.162Zreal 39.229186420
17832025-02-10T18:11:22.162Zuser 31.526967561
17842025-02-10T18:11:22.162Zsys 9.459512763
17852025-02-10T18:11:22.162Ztrap 0.016089429
17862025-02-10T18:11:22.162Ztflt 0.037709349
17872025-02-10T18:11:22.166Zdflt 0.250196033
17882025-02-10T18:11:22.166Zkflt 0.000781928
17892025-02-10T18:11:22.166Zlock 41.403445927
17902025-02-10T18:11:22.166Zslp 3:57.687987539
17912025-02-10T18:11:22.166Zlat 0.772261701
17922025-02-10T18:11:22.166Zstop 1.606143774
17932025-02-10T18:11:22.167Z+ ptime -m cargo xtask ls-apis deployment-units
17942025-02-10T18:11:22.802Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.57s
17952025-02-10T18:11:22.825Z Running `target/debug/xtask ls-apis deployment-units`
17962025-02-10T18:11:23.834Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.97s
17972025-02-10T18:11:23.898Z Running `target/debug/ls-apis deployment-units`
17982025-02-10T18:11:23.945Zloading metadata for workspace omicron from current workspace
17992025-02-10T18:11:25.337Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
18002025-02-10T18:11:25.340Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
18012025-02-10T18:11:25.343Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
18022025-02-10T18:11:25.343Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
18032025-02-10T18:11:27.560Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18042025-02-10T18:11:28.375Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18052025-02-10T18:11:28.393Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18062025-02-10T18:11:28.571ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18072025-02-10T18:11:28.571Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18082025-02-10T18:11:28.571Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18092025-02-10T18:11:28.571Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18102025-02-10T18:11:28.571Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18112025-02-10T18:11:28.574Z
18122025-02-10T18:11:28.574Z
18132025-02-10T18:11:28.574ZCockroach
18142025-02-10T18:11:28.574Z omicron-cockroach-admin (omicron/cockroach-admin)
18152025-02-10T18:11:28.574Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18162025-02-10T18:11:28.574Z
18172025-02-10T18:11:28.574Z
18182025-02-10T18:11:28.574ZCrucible
18192025-02-10T18:11:28.574Z crucible-agent (crucible/agent)
18202025-02-10T18:11:28.574Z exposes: Crucible Agent (client = crucible-agent-client)
18212025-02-10T18:11:28.574Z
18222025-02-10T18:11:28.574Z crucible-downstairs (crucible/downstairs)
18232025-02-10T18:11:28.574Z exposes: Crucible Repair (client = repair-client)
18242025-02-10T18:11:28.577Z consumes: repair-client
18252025-02-10T18:11:28.577Z
18262025-02-10T18:11:28.577Z
18272025-02-10T18:11:28.577ZCrucible Pantry
18282025-02-10T18:11:28.577Z crucible-pantry (crucible/pantry)
18292025-02-10T18:11:28.577Z exposes: Crucible Pantry (client = crucible-pantry-client)
18302025-02-10T18:11:28.580Z consumes: nexus-client
18312025-02-10T18:11:28.580Z
18322025-02-10T18:11:28.580Z
18332025-02-10T18:11:28.580ZDNS Server
18342025-02-10T18:11:28.580Z dns-server (omicron/dns-server)
18352025-02-10T18:11:28.580Z exposes: DNS Server (client = dns-service-client)
18362025-02-10T18:11:28.582Z
18372025-02-10T18:11:28.582Z
18382025-02-10T18:11:28.582ZHost OS
18392025-02-10T18:11:28.582Z ddmd (maghemite/ddmd)
18402025-02-10T18:11:28.582Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18412025-02-10T18:11:28.585Z consumes: dpd-client
18422025-02-10T18:11:28.585Z
18432025-02-10T18:11:28.585Z dpd (dendrite/dpd)
18442025-02-10T18:11:28.585Z exposes: Dendrite DPD (client = dpd-client)
18452025-02-10T18:11:28.588Z consumes: gateway-client
18462025-02-10T18:11:28.588Z consumes: nexus-client
18472025-02-10T18:11:28.588Z consumes: sled-agent-client
18482025-02-10T18:11:28.588Z
18492025-02-10T18:11:28.588Z lldpd (lldp/lldpd)
18502025-02-10T18:11:28.588Z exposes: LLDP daemon (client = lldpd-client)
18512025-02-10T18:11:28.588Z
18522025-02-10T18:11:28.588Z mgd (maghemite/mgd)
18532025-02-10T18:11:28.588Z exposes: Maghemite MG Admin (client = mg-admin-client)
18542025-02-10T18:11:28.591Z consumes: ddm-admin-client
18552025-02-10T18:11:28.591Z consumes: dpd-client
18562025-02-10T18:11:28.591Z
18572025-02-10T18:11:28.591Z omicron-gateway (omicron/gateway)
18582025-02-10T18:11:28.591Z exposes: Management Gateway Service (client = gateway-client)
18592025-02-10T18:11:28.591Z
18602025-02-10T18:11:28.592Z omicron-sled-agent (omicron/sled-agent)
18612025-02-10T18:11:28.592Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18622025-02-10T18:11:28.592Z exposes: Repo Depot API (client = repo-depot-client)
18632025-02-10T18:11:28.592Z exposes: Sled Agent (client = sled-agent-client)
18642025-02-10T18:11:28.595Z consumes: bootstrap-agent-client
18652025-02-10T18:11:28.595Z consumes: ddm-admin-client
18662025-02-10T18:11:28.595Z consumes: dns-service-client
18672025-02-10T18:11:28.595Z consumes: dpd-client
18682025-02-10T18:11:28.595Z consumes: gateway-client
18692025-02-10T18:11:28.595Z consumes: mg-admin-client
18702025-02-10T18:11:28.595Z consumes: nexus-client
18712025-02-10T18:11:28.595Z consumes: propolis-client
18722025-02-10T18:11:28.595Z consumes: repo-depot-client
18732025-02-10T18:11:28.595Z
18742025-02-10T18:11:28.595Z propolis-server (propolis/bin/propolis-server)
18752025-02-10T18:11:28.595Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18762025-02-10T18:11:28.595Z exposes: Propolis (client = propolis-client)
18772025-02-10T18:11:28.598Z consumes: nexus-client
18782025-02-10T18:11:28.598Z
18792025-02-10T18:11:28.598Z tfportd (dendrite/tfportd)
18802025-02-10T18:11:28.598Z consumes: dpd-client
18812025-02-10T18:11:28.598Z
18822025-02-10T18:11:28.598Z wicketd (omicron/wicketd)
18832025-02-10T18:11:28.598Z exposes: Wicketd Installinator (client = installinator-client)
18842025-02-10T18:11:28.598Z exposes: Wicketd (client = wicketd-client)
18852025-02-10T18:11:28.598Z consumes: bootstrap-agent-client
18862025-02-10T18:11:28.598Z consumes: ddm-admin-client
18872025-02-10T18:11:28.598Z consumes: dpd-client
18882025-02-10T18:11:28.598Z consumes: gateway-client
18892025-02-10T18:11:28.598Z
18902025-02-10T18:11:28.598Z
18912025-02-10T18:11:28.598ZInstallinator
18922025-02-10T18:11:28.598Z installinator (omicron/installinator)
18932025-02-10T18:11:28.599Z consumes: ddm-admin-client
18942025-02-10T18:11:28.599Z consumes: installinator-client
18952025-02-10T18:11:28.599Z
18962025-02-10T18:11:28.599Z
18972025-02-10T18:11:28.599ZNexus
18982025-02-10T18:11:28.599Z omicron-nexus (omicron/nexus)
18992025-02-10T18:11:28.599Z exposes: Nexus Internal API (client = nexus-client)
19002025-02-10T18:11:28.599Z exposes: External API (client = oxide-client)
19012025-02-10T18:11:28.603Z consumes: clickhouse-admin-keeper-client
19022025-02-10T18:11:28.603Z consumes: clickhouse-admin-server-client
19032025-02-10T18:11:28.603Z consumes: clickhouse-admin-single-client
19042025-02-10T18:11:28.603Z consumes: cockroach-admin-client
19052025-02-10T18:11:28.603Z consumes: crucible-agent-client
19062025-02-10T18:11:28.603Z consumes: crucible-pantry-client
19072025-02-10T18:11:28.603Z consumes: dns-service-client
19082025-02-10T18:11:28.603Z consumes: dpd-client
19092025-02-10T18:11:28.603Z consumes: gateway-client
19102025-02-10T18:11:28.603Z consumes: lldpd-client
19112025-02-10T18:11:28.603Z consumes: mg-admin-client
19122025-02-10T18:11:28.603Z consumes: oximeter-client
19132025-02-10T18:11:28.603Z consumes: propolis-client
19142025-02-10T18:11:28.603Z consumes: sled-agent-client
19152025-02-10T18:11:28.603Z
19162025-02-10T18:11:28.603Z
19172025-02-10T18:11:28.604ZOximeter
19182025-02-10T18:11:28.604Z oximeter-collector (omicron/oximeter/collector)
19192025-02-10T18:11:28.604Z exposes: Oximeter (client = oximeter-client)
19202025-02-10T18:11:28.606Z consumes: nexus-client
19212025-02-10T18:11:28.607Z
19222025-02-10T18:11:28.607Z
19232025-02-10T18:11:28.741Z
19242025-02-10T18:11:28.744Zreal 6.555816780
19252025-02-10T18:11:28.744Zuser 5.222488692
19262025-02-10T18:11:28.744Zsys 2.211725147
19272025-02-10T18:11:28.744Ztrap 0.003578658
19282025-02-10T18:11:28.744Ztflt 0.000045090
19292025-02-10T18:11:28.744Zdflt 0.000216430
19302025-02-10T18:11:28.744Zkflt 0.000000000
19312025-02-10T18:11:28.744Zlock 0.004953003
19322025-02-10T18:11:28.744Zslp 15.345665665
19332025-02-10T18:11:28.744Zlat 0.035750034
19342025-02-10T18:11:28.744Zstop 0.122457692
19352025-02-10T18:11:28.744Z+ ptime -m cargo xtask ls-apis servers
19362025-02-10T18:11:29.323Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.52s
19372025-02-10T18:11:29.344Z Running `target/debug/xtask ls-apis servers`
19382025-02-10T18:11:30.305Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.92s
19392025-02-10T18:11:30.375Z Running `target/debug/ls-apis servers`
19402025-02-10T18:11:30.421Zloading metadata for workspace omicron from current workspace
19412025-02-10T18:11:31.789Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
19422025-02-10T18:11:31.792Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19432025-02-10T18:11:31.792Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
19442025-02-10T18:11:31.803Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
19452025-02-10T18:11:33.907Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19462025-02-10T18:11:34.726Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19472025-02-10T18:11:34.743Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19482025-02-10T18:11:34.914Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19492025-02-10T18:11:34.914Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19502025-02-10T18:11:34.914Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19512025-02-10T18:11:34.915Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19522025-02-10T18:11:34.917Z
19532025-02-10T18:11:34.918Zomicron-cockroach-admin (omicron/cockroach-admin)
19542025-02-10T18:11:34.918Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19552025-02-10T18:11:34.918Z
19562025-02-10T18:11:34.918Zcrucible-agent (crucible/agent)
19572025-02-10T18:11:34.919Z exposes: Crucible Agent (client = crucible-agent-client)
19582025-02-10T18:11:34.919Z
19592025-02-10T18:11:34.919Zcrucible-downstairs (crucible/downstairs)
19602025-02-10T18:11:34.919Z exposes: Crucible Repair (client = repair-client)
19612025-02-10T18:11:34.922Z consumes: repair-client
19622025-02-10T18:11:34.922Z
19632025-02-10T18:11:34.922Zcrucible-pantry (crucible/pantry)
19642025-02-10T18:11:34.922Z exposes: Crucible Pantry (client = crucible-pantry-client)
19652025-02-10T18:11:34.924Z consumes: nexus-client
19662025-02-10T18:11:34.924Z
19672025-02-10T18:11:34.925Zdns-server (omicron/dns-server)
19682025-02-10T18:11:34.925Z exposes: DNS Server (client = dns-service-client)
19692025-02-10T18:11:34.925Z
19702025-02-10T18:11:34.925Zomicron-sled-agent (omicron/sled-agent)
19712025-02-10T18:11:34.925Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19722025-02-10T18:11:34.925Z exposes: Repo Depot API (client = repo-depot-client)
19732025-02-10T18:11:34.925Z exposes: Sled Agent (client = sled-agent-client)
19742025-02-10T18:11:34.927Z consumes: bootstrap-agent-client
19752025-02-10T18:11:34.927Z consumes: ddm-admin-client
19762025-02-10T18:11:34.927Z consumes: dns-service-client
19772025-02-10T18:11:34.927Z consumes: dpd-client
19782025-02-10T18:11:34.927Z consumes: gateway-client
19792025-02-10T18:11:34.927Z consumes: mg-admin-client
19802025-02-10T18:11:34.927Z consumes: nexus-client
19812025-02-10T18:11:34.928Z consumes: propolis-client
19822025-02-10T18:11:34.928Z consumes: repo-depot-client
19832025-02-10T18:11:34.928Z
19842025-02-10T18:11:34.928Zpropolis-server (propolis/bin/propolis-server)
19852025-02-10T18:11:34.928Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19862025-02-10T18:11:34.928Z exposes: Propolis (client = propolis-client)
19872025-02-10T18:11:34.938Z consumes: nexus-client
19882025-02-10T18:11:34.938Z
19892025-02-10T18:11:34.938Zddmd (maghemite/ddmd)
19902025-02-10T18:11:34.938Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19912025-02-10T18:11:34.938Z consumes: dpd-client
19922025-02-10T18:11:34.938Z
19932025-02-10T18:11:34.938Zdpd (dendrite/dpd)
19942025-02-10T18:11:34.938Z exposes: Dendrite DPD (client = dpd-client)
19952025-02-10T18:11:34.938Z consumes: gateway-client
19962025-02-10T18:11:34.938Z consumes: nexus-client
19972025-02-10T18:11:34.938Z consumes: sled-agent-client
19982025-02-10T18:11:34.938Z
19992025-02-10T18:11:34.938Zlldpd (lldp/lldpd)
20002025-02-10T18:11:34.938Z exposes: LLDP daemon (client = lldpd-client)
20012025-02-10T18:11:34.938Z
20022025-02-10T18:11:34.938Zmgd (maghemite/mgd)
20032025-02-10T18:11:34.938Z exposes: Maghemite MG Admin (client = mg-admin-client)
20042025-02-10T18:11:34.942Z consumes: ddm-admin-client
20052025-02-10T18:11:34.942Z consumes: dpd-client
20062025-02-10T18:11:34.943Z
20072025-02-10T18:11:34.943Zomicron-gateway (omicron/gateway)
20082025-02-10T18:11:34.943Z exposes: Management Gateway Service (client = gateway-client)
20092025-02-10T18:11:34.943Z
20102025-02-10T18:11:34.943Ztfportd (dendrite/tfportd)
20112025-02-10T18:11:34.943Z consumes: dpd-client
20122025-02-10T18:11:34.943Z
20132025-02-10T18:11:34.943Zwicketd (omicron/wicketd)
20142025-02-10T18:11:34.943Z exposes: Wicketd Installinator (client = installinator-client)
20152025-02-10T18:11:34.943Z exposes: Wicketd (client = wicketd-client)
20162025-02-10T18:11:34.943Z consumes: bootstrap-agent-client
20172025-02-10T18:11:34.943Z consumes: ddm-admin-client
20182025-02-10T18:11:34.943Z consumes: dpd-client
20192025-02-10T18:11:34.943Z consumes: gateway-client
20202025-02-10T18:11:34.943Z
20212025-02-10T18:11:34.944Zinstallinator (omicron/installinator)
20222025-02-10T18:11:34.944Z consumes: ddm-admin-client
20232025-02-10T18:11:34.944Z consumes: installinator-client
20242025-02-10T18:11:34.944Z
20252025-02-10T18:11:34.944Zomicron-nexus (omicron/nexus)
20262025-02-10T18:11:34.944Z exposes: Nexus Internal API (client = nexus-client)
20272025-02-10T18:11:34.944Z exposes: External API (client = oxide-client)
20282025-02-10T18:11:34.947Z consumes: clickhouse-admin-keeper-client
20292025-02-10T18:11:34.947Z consumes: clickhouse-admin-server-client
20302025-02-10T18:11:34.947Z consumes: clickhouse-admin-single-client
20312025-02-10T18:11:34.947Z consumes: cockroach-admin-client
20322025-02-10T18:11:34.947Z consumes: crucible-agent-client
20332025-02-10T18:11:34.947Z consumes: crucible-pantry-client
20342025-02-10T18:11:34.947Z consumes: dns-service-client
20352025-02-10T18:11:34.947Z consumes: dpd-client
20362025-02-10T18:11:34.947Z consumes: gateway-client
20372025-02-10T18:11:34.948Z consumes: lldpd-client
20382025-02-10T18:11:34.948Z consumes: mg-admin-client
20392025-02-10T18:11:34.948Z consumes: oximeter-client
20402025-02-10T18:11:34.948Z consumes: propolis-client
20412025-02-10T18:11:34.948Z consumes: sled-agent-client
20422025-02-10T18:11:34.948Z
20432025-02-10T18:11:34.948Zoximeter-collector (omicron/oximeter/collector)
20442025-02-10T18:11:34.948Z exposes: Oximeter (client = oximeter-client)
20452025-02-10T18:11:34.948Z consumes: nexus-client
20462025-02-10T18:11:34.948Z
20472025-02-10T18:11:35.080Z
20482025-02-10T18:11:35.080Zreal 6.319414416
20492025-02-10T18:11:35.080Zuser 5.084653286
20502025-02-10T18:11:35.080Zsys 2.084367392
20512025-02-10T18:11:35.080Ztrap 0.000690110
20522025-02-10T18:11:35.080Ztflt 0.000045013
20532025-02-10T18:11:35.080Zdflt 0.000126469
20542025-02-10T18:11:35.083Zkflt 0.000000000
20552025-02-10T18:11:35.083Zlock 0.004733046
20562025-02-10T18:11:35.083Zslp 14.619295215
20572025-02-10T18:11:35.083Zlat 0.010785570
20582025-02-10T18:11:35.083Zstop 0.122499019
20592025-02-10T18:11:35.083Z+ ptime -m cargo xtask ls-apis check
20602025-02-10T18:11:35.632Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
20612025-02-10T18:11:35.652Z Running `target/debug/xtask ls-apis check`
20622025-02-10T18:11:36.572Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.88s
20632025-02-10T18:11:36.632Z Running `target/debug/ls-apis check`
20642025-02-10T18:11:36.677Zloading metadata for workspace omicron from current workspace
20652025-02-10T18:11:37.944Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
20662025-02-10T18:11:37.949Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20672025-02-10T18:11:37.957Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
20682025-02-10T18:11:37.960Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
20692025-02-10T18:11:40.015Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20702025-02-10T18:11:40.824Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20712025-02-10T18:11:40.841Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20722025-02-10T18:11:41.128Z
20732025-02-10T18:11:41.128Z
20742025-02-10T18:11:41.128ZServer-managed APIs:
20752025-02-10T18:11:41.128Z
20762025-02-10T18:11:41.128Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20772025-02-10T18:11:41.128Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20782025-02-10T18:11:41.128Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20792025-02-10T18:11:41.128Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20802025-02-10T18:11:41.128Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20812025-02-10T18:11:41.128Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20822025-02-10T18:11:41.128Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20832025-02-10T18:11:41.128Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20842025-02-10T18:11:41.128Z DNS Server (dns-service-client, exposed by dns-server)
20852025-02-10T18:11:41.128Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20862025-02-10T18:11:41.128Z LLDP daemon (lldpd-client, exposed by lldpd)
20872025-02-10T18:11:41.128Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20882025-02-10T18:11:41.128Z External API (oxide-client, exposed by omicron-nexus)
20892025-02-10T18:11:41.128Z Oximeter (oximeter-client, exposed by oximeter-collector)
20902025-02-10T18:11:41.128Z Propolis (propolis-client, exposed by propolis-server)
20912025-02-10T18:11:41.128Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
20922025-02-10T18:11:41.128Z Wicketd (wicketd-client, exposed by wicketd)
20932025-02-10T18:11:41.128Z
20942025-02-10T18:11:41.128Z
20952025-02-10T18:11:41.128ZClient-managed API:
20962025-02-10T18:11:41.128Z
20972025-02-10T18:11:41.129Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
20982025-02-10T18:11:41.129Z reason: depends on itself (i.e., instances call each other)
20992025-02-10T18:11:41.129Z Dendrite DPD (dpd-client, exposed by dpd)
21002025-02-10T18:11:41.129Z reason: Sled Agent calling DPD creates a circular dependency
21012025-02-10T18:11:41.129Z Wicketd Installinator (installinator-client, exposed by wicketd)
21022025-02-10T18:11:41.129Z reason: client is provided implicitly by the operator
21032025-02-10T18:11:41.129Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21042025-02-10T18:11:41.129Z reason: Circular dependencies between Nexus and other services
21052025-02-10T18:11:41.129Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21062025-02-10T18:11:41.129Z reason: depends on itself (i.e., instances call each other)
21072025-02-10T18:11:41.129Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21082025-02-10T18:11:41.129Z reason: depends on itself (i.e., instances call each other)
21092025-02-10T18:11:41.129Z
21102025-02-10T18:11:41.129Z
21112025-02-10T18:11:41.129ZAPIs with unknown version management: none
21122025-02-10T18:11:41.264Z
21132025-02-10T18:11:41.267Zreal 6.163188956
21142025-02-10T18:11:41.267Zuser 5.031441196
21152025-02-10T18:11:41.267Zsys 2.009778258
21162025-02-10T18:11:41.267Ztrap 0.000577425
21172025-02-10T18:11:41.267Ztflt 0.000038762
21182025-02-10T18:11:41.267Zdflt 0.000007747
21192025-02-10T18:11:41.267Zkflt 0.000000000
21202025-02-10T18:11:41.267Zlock 0.003908680
21212025-02-10T18:11:41.267Zslp 14.206410636
21222025-02-10T18:11:41.268Zlat 0.010167955
21232025-02-10T18:11:41.268Zstop 0.113917772
21242025-02-10T18:11:41.268Z+ banner build
21252025-02-10T18:11:41.272Z
21262025-02-10T18:11:41.272Z ##### # # # # #####
21272025-02-10T18:11:41.272Z # # # # # # # #
21282025-02-10T18:11:41.272Z ##### # # # # # #
21292025-02-10T18:11:41.272Z # # # # # # # #
21302025-02-10T18:11:41.272Z # # # # # # # #
21312025-02-10T18:11:41.272Z ##### #### # ###### #####
21322025-02-10T18:11:41.272Z
21332025-02-10T18:11:41.272Z+ export 'RUSTFLAGS=-D warnings'
21342025-02-10T18:11:41.272Z+ RUSTFLAGS='-D warnings'
21352025-02-10T18:11:41.272Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21362025-02-10T18:11:41.272Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21372025-02-10T18:11:41.272Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21382025-02-10T18:11:41.272Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21392025-02-10T18:11:41.272Z+ export TMPDIR=/var/tmp/omicron_tmp
21402025-02-10T18:11:41.272Z+ TMPDIR=/var/tmp/omicron_tmp
21412025-02-10T18:11:41.272Z+ export RUST_BACKTRACE=1
21422025-02-10T18:11:41.272Z+ RUST_BACKTRACE=1
21432025-02-10T18:11:41.272Z+ export CARGO_INCREMENTAL=0
21442025-02-10T18:11:41.272Z+ CARGO_INCREMENTAL=0
21452025-02-10T18:11:41.272Z+ export RUSTC_BOOTSTRAP=1
21462025-02-10T18:11:41.272Z+ RUSTC_BOOTSTRAP=1
21472025-02-10T18:11:41.273Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21482025-02-10T18:11:43.146Z Dirty unicode-ident v1.0.14: the rustflags changed
21492025-02-10T18:11:43.146Z Compiling unicode-ident v1.0.14
21502025-02-10T18:11:43.149Z Dirty proc-macro2 v1.0.92: the rustflags changed
21512025-02-10T18:11:43.149Z Compiling proc-macro2 v1.0.92
21522025-02-10T18:11:43.149Z Dirty libc v0.2.169: the rustflags changed
21532025-02-10T18:11:43.149Z Compiling libc v0.2.169
21542025-02-10T18:11:43.149Z Dirty cfg-if v1.0.0: the rustflags changed
21552025-02-10T18:11:43.149Z Compiling cfg-if v1.0.0
21562025-02-10T18:11:43.149Z Dirty serde v1.0.217: the rustflags changed
21572025-02-10T18:11:43.149Z Compiling serde v1.0.217
21582025-02-10T18:11:43.149Z Dirty autocfg v1.4.0: the rustflags changed
21592025-02-10T18:11:43.149Z Compiling autocfg v1.4.0
21602025-02-10T18:11:43.149Z Dirty memchr v2.7.4: the rustflags changed
21612025-02-10T18:11:43.149Z Compiling memchr v2.7.4
21622025-02-10T18:11:43.149Z Dirty version_check v0.9.5: the rustflags changed
21632025-02-10T18:11:43.149Z Compiling version_check v0.9.5
21642025-02-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=4cccf0258a34a011 -C extra-filename=-4cccf0258a34a011 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=6359c72ea392bf53 -C extra-filename=-6359c72ea392bf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21662025-02-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=c04abb584c8d237c -C extra-filename=-c04abb584c8d237c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21672025-02-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=c23dfb9b1834c42c -C extra-filename=-c23dfb9b1834c42c --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=9e2df5937f592b1b -C extra-filename=-9e2df5937f592b1b --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:43.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=29ea5ae14448e27c -C extra-filename=-29ea5ae14448e27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21702025-02-10T18:11:43.311Z Running `/home/build/.rustup/toolchains/1.84.1-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=651510dbe869226e -C extra-filename=-651510dbe869226e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21712025-02-10T18:11:43.311Z Running `/home/build/.rustup/toolchains/1.84.1-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=e087a56f788efa41 -C extra-filename=-e087a56f788efa41 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21722025-02-10T18:11:43.471Z Dirty value-bag v1.9.0: the rustflags changed
21732025-02-10T18:11:43.472Z Compiling value-bag v1.9.0
21742025-02-10T18:11:43.474Z Running `/home/build/.rustup/toolchains/1.84.1-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=b6e05d3fb6289def -C extra-filename=-b6e05d3fb6289def --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:43.499Z Dirty scopeguard v1.2.0: the rustflags changed
21762025-02-10T18:11:43.499Z Compiling scopeguard v1.2.0
21772025-02-10T18:11:43.567Z Running `/home/build/.rustup/toolchains/1.84.1-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=1a111238ae907d94 -C extra-filename=-1a111238ae907d94 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:43.681Z Dirty once_cell v1.20.2: the rustflags changed
21792025-02-10T18:11:43.681Z Compiling once_cell v1.20.2
21802025-02-10T18:11:43.711Z Running `/home/build/.rustup/toolchains/1.84.1-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=4845f0240c4dfd51 -C extra-filename=-4845f0240c4dfd51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21812025-02-10T18:11:43.918Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41/build-script-build`
21822025-02-10T18:11:43.956Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53/build-script-build`
21832025-02-10T18:11:44.005Z Dirty log v0.4.22: the rustflags changed
21842025-02-10T18:11:44.005Z Compiling log v0.4.22
21852025-02-10T18:11:44.041Z Running `/home/build/.rustup/toolchains/1.84.1-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=9e3a943cb0d1c1f7 -C extra-filename=-9e3a943cb0d1c1f7 --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-b6e05d3fb6289def.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862025-02-10T18:11:44.044Z Dirty itoa v1.0.11: the rustflags changed
21872025-02-10T18:11:44.044Z Compiling itoa v1.0.11
21882025-02-10T18:11:44.047Z Running `/home/build/.rustup/toolchains/1.84.1-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=9a423a21109b8870 -C extra-filename=-9a423a21109b8870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892025-02-10T18:11:44.106Z Dirty smallvec v1.13.2: the rustflags changed
21902025-02-10T18:11:44.106Z Compiling smallvec v1.13.2
21912025-02-10T18:11:44.126Z Running `/home/build/.rustup/toolchains/1.84.1-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=523e7ace5c258ae5 -C extra-filename=-523e7ace5c258ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21922025-02-10T18:11:44.137Z Dirty byteorder v1.5.0: the rustflags changed
21932025-02-10T18:11:44.137Z Compiling byteorder v1.5.0
21942025-02-10T18:11:44.140Z Running `/home/build/.rustup/toolchains/1.84.1-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=74b89f0a9d262c25 -C extra-filename=-74b89f0a9d262c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952025-02-10T18:11:44.169Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c/build-script-build`
21962025-02-10T18:11:44.257Z Running `/home/build/.rustup/toolchains/1.84.1-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=98124fae94d5c163 -C extra-filename=-98124fae94d5c163 --out-dir /work/oxidecomputer/omicron/target/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"))'`
21972025-02-10T18:11:44.295Z Dirty pin-project-lite v0.2.14: the rustflags changed
21982025-02-10T18:11:44.296Z Compiling pin-project-lite v0.2.14
21992025-02-10T18:11:44.298Z Running `/home/build/.rustup/toolchains/1.84.1-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=a964f36d52583bc5 -C extra-filename=-a964f36d52583bc5 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:44.387Z Dirty lock_api v0.4.12: the rustflags changed
22012025-02-10T18:11:44.387Z Compiling lock_api v0.4.12
22022025-02-10T18:11:44.390Z Running `/home/build/.rustup/toolchains/1.84.1-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=c0f7be440e4b09cd -C extra-filename=-c0f7be440e4b09cd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-02-10T18:11:44.447Z Running `/home/build/.rustup/toolchains/1.84.1-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=4d4bc9df8ee17d9f -C extra-filename=-4d4bc9df8ee17d9f --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-4cccf0258a34a011.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)'`
22042025-02-10T18:11:44.478Z Dirty subtle v2.6.1: the rustflags changed
22052025-02-10T18:11:44.478Z Compiling subtle v2.6.1
22062025-02-10T18:11:44.478Z Running `/home/build/.rustup/toolchains/1.84.1-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=cd3435bf59c2a8e8 -C extra-filename=-cd3435bf59c2a8e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22072025-02-10T18:11:44.507Z Dirty regex-syntax v0.8.5: the rustflags changed
22082025-02-10T18:11:44.507Z Compiling regex-syntax v0.8.5
22092025-02-10T18:11:44.510Z Running `/home/build/.rustup/toolchains/1.84.1-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=ced6c94c643c21ab -C extra-filename=-ced6c94c643c21ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22102025-02-10T18:11:44.601Z Dirty ryu v1.0.18: the rustflags changed
22112025-02-10T18:11:44.601Z Compiling ryu v1.0.18
22122025-02-10T18:11:44.603Z Running `/home/build/.rustup/toolchains/1.84.1-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=e1e604a67354d101 -C extra-filename=-e1e604a67354d101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22132025-02-10T18:11:44.809Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd/build-script-build`
22142025-02-10T18:11:44.813Z Dirty shlex v1.3.0: the rustflags changed
22152025-02-10T18:11:44.813Z Compiling shlex v1.3.0
22162025-02-10T18:11:44.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=51341e54dff1b71e -C extra-filename=-51341e54dff1b71e --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:44.841Z Dirty aho-corasick v1.1.3: the rustflags changed
22182025-02-10T18:11:44.841Z Compiling aho-corasick v1.1.3
22192025-02-10T18:11:44.867Z Running `/home/build/.rustup/toolchains/1.84.1-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=de1c658e28500186 -C extra-filename=-de1c658e28500186 --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22202025-02-10T18:11:44.873Z Dirty libm v0.2.8: the rustflags changed
22212025-02-10T18:11:44.873Z Compiling libm v0.2.8
22222025-02-10T18:11:44.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=78758852f6b4c234 -C extra-filename=-78758852f6b4c234 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22232025-02-10T18:11:44.962Z Running `/home/build/.rustup/toolchains/1.84.1-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=1fd3eced1389565d -C extra-filename=-1fd3eced1389565d --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-1a111238ae907d94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22242025-02-10T18:11:44.969Z Dirty allocator-api2 v0.2.18: the rustflags changed
22252025-02-10T18:11:44.969Z Compiling allocator-api2 v0.2.18
22262025-02-10T18:11:45.015Z Running `/home/build/.rustup/toolchains/1.84.1-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=b45c821c6b278f40 -C extra-filename=-b45c821c6b278f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22272025-02-10T18:11:45.183Z Dirty num-traits v0.2.19: the rustflags changed
22282025-02-10T18:11:45.183Z Compiling num-traits v0.2.19
22292025-02-10T18:11:45.187Z Running `/home/build/.rustup/toolchains/1.84.1-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=2c9b6c602244218d -C extra-filename=-2c9b6c602244218d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-02-10T18:11:45.290Z Dirty quote v1.0.38: the rustflags changed
22312025-02-10T18:11:45.290Z Compiling quote v1.0.38
22322025-02-10T18:11:45.293Z Running `/home/build/.rustup/toolchains/1.84.1-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=03a73c893e8cdf2e -C extra-filename=-03a73c893e8cdf2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22332025-02-10T18:11:45.382Z Dirty getrandom v0.2.15: the rustflags changed
22342025-02-10T18:11:45.382Z Compiling getrandom v0.2.15
22352025-02-10T18:11:45.385Z Running `/home/build/.rustup/toolchains/1.84.1-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=3f8adeb94da17152 -C extra-filename=-3f8adeb94da17152 --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22362025-02-10T18:11:45.559Z Dirty jobserver v0.1.32: the rustflags changed
22372025-02-10T18:11:45.559Z Compiling jobserver v0.1.32
22382025-02-10T18:11:45.562Z Running `/home/build/.rustup/toolchains/1.84.1-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=d21ea09190f823cc -C extra-filename=-d21ea09190f823cc --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22392025-02-10T18:11:45.628Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234/build-script-build`
22402025-02-10T18:11:45.647Z Dirty rand_core v0.6.4: the rustflags changed
22412025-02-10T18:11:45.647Z Compiling rand_core v0.6.4
22422025-02-10T18:11:45.650Z Running `/home/build/.rustup/toolchains/1.84.1-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=eee51480251de44e -C extra-filename=-eee51480251de44e --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22432025-02-10T18:11:45.773Z Dirty syn v2.0.96: the rustflags changed
22442025-02-10T18:11:45.773Z Compiling syn v2.0.96
22452025-02-10T18:11:45.800Z Running `/home/build/.rustup/toolchains/1.84.1-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=5e88d2d671dfc9ee -C extra-filename=-5e88d2d671dfc9ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22462025-02-10T18:11:45.844Z Running `/home/build/.rustup/toolchains/1.84.1-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=bfdfb291ff7edac1 -C extra-filename=-bfdfb291ff7edac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22472025-02-10T18:11:46.002Z Dirty cc v1.1.30: the rustflags changed
22482025-02-10T18:11:46.002Z Compiling cc v1.1.30
22492025-02-10T18:11:46.005Z Running `/home/build/.rustup/toolchains/1.84.1-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=d29a84348bd9210f -C extra-filename=-d29a84348bd9210f --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-d21ea09190f823cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22502025-02-10T18:11:46.032Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d/build-script-build`
22512025-02-10T18:11:46.209Z Dirty typenum v1.17.0: the rustflags changed
22522025-02-10T18:11:46.209Z Compiling typenum v1.17.0
22532025-02-10T18:11:46.212Z Running `/home/build/.rustup/toolchains/1.84.1-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=0b6ad497db06c466 -C extra-filename=-0b6ad497db06c466 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-02-10T18:11:46.297Z Dirty parking_lot_core v0.9.10: the rustflags changed
22552025-02-10T18:11:46.297Z Compiling parking_lot_core v0.9.10
22562025-02-10T18:11:46.300Z Running `/home/build/.rustup/toolchains/1.84.1-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=fb50d7f25c6480b9 -C extra-filename=-fb50d7f25c6480b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572025-02-10T18:11:46.408Z Dirty generic-array v0.14.7: the rustflags changed
22582025-02-10T18:11:46.408Z Compiling generic-array v0.14.7
22592025-02-10T18:11:46.434Z Running `/home/build/.rustup/toolchains/1.84.1-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=e76bfa2267ad8456 -C extra-filename=-e76bfa2267ad8456 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602025-02-10T18:11:46.874Z Running `/home/build/.rustup/toolchains/1.84.1-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=2208e32e65bcc912 -C extra-filename=-2208e32e65bcc912 --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-5e88d2d671dfc9ee.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)'`
22612025-02-10T18:11:46.874Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9/build-script-build`
22622025-02-10T18:11:46.918Z Dirty serde_json v1.0.135: the rustflags changed
22632025-02-10T18:11:46.918Z Compiling serde_json v1.0.135
22642025-02-10T18:11:46.921Z Running `/home/build/.rustup/toolchains/1.84.1-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=7fee368e2b58145b -C extra-filename=-7fee368e2b58145b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-02-10T18:11:47.216Z Running `/home/build/.rustup/toolchains/1.84.1-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=fc52cdce64bf713d -C extra-filename=-fc52cdce64bf713d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22662025-02-10T18:11:47.363Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b/build-script-build`
22672025-02-10T18:11:47.423Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466/build-script-main`
22682025-02-10T18:11:47.441Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456/build-script-build`
22692025-02-10T18:11:47.546Z Dirty thiserror v1.0.69: the rustflags changed
22702025-02-10T18:11:47.546Z Compiling thiserror v1.0.69
22712025-02-10T18:11:47.549Z Running `/home/build/.rustup/toolchains/1.84.1-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=27b012f45503fc93 -C extra-filename=-27b012f45503fc93 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722025-02-10T18:11:47.643Z Running `/home/build/.rustup/toolchains/1.84.1-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=35c09d922ee07e63 -C extra-filename=-35c09d922ee07e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22732025-02-10T18:11:47.813Z Dirty parking_lot v0.12.3: the rustflags changed
22742025-02-10T18:11:47.813Z Compiling parking_lot v0.12.3
22752025-02-10T18:11:47.816Z Running `/home/build/.rustup/toolchains/1.84.1-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=d0a2976a5e19212f -C extra-filename=-d0a2976a5e19212f --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-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fc52cdce64bf713d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22762025-02-10T18:11:48.207Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93/build-script-build`
22772025-02-10T18:11:48.665Z Dirty regex-automata v0.4.8: the rustflags changed
22782025-02-10T18:11:48.665Z Compiling regex-automata v0.4.8
22792025-02-10T18:11:48.704Z Running `/home/build/.rustup/toolchains/1.84.1-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=770f979620de861d -C extra-filename=-770f979620de861d --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22802025-02-10T18:11:48.708Z Dirty rustix v0.38.37: the rustflags changed
22812025-02-10T18:11:48.708Z Compiling rustix v0.38.37
22822025-02-10T18:11:48.710Z Running `/home/build/.rustup/toolchains/1.84.1-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=8961df1009dcb5a0 -C extra-filename=-8961df1009dcb5a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22832025-02-10T18:11:48.735Z Dirty errno v0.3.9: the rustflags changed
22842025-02-10T18:11:48.735Z Compiling errno v0.3.9
22852025-02-10T18:11:48.750Z Running `/home/build/.rustup/toolchains/1.84.1-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=b44cd738e245d137 -C extra-filename=-b44cd738e245d137 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22862025-02-10T18:11:48.846Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22872025-02-10T18:11:48.846Z Compiling signal-hook-registry v1.4.2
22882025-02-10T18:11:48.848Z Running `/home/build/.rustup/toolchains/1.84.1-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=5ef8bd89a825837a -C extra-filename=-5ef8bd89a825837a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22892025-02-10T18:11:48.986Z Dirty futures-core v0.3.31: the rustflags changed
22902025-02-10T18:11:48.987Z Compiling futures-core v0.3.31
22912025-02-10T18:11:48.989Z Running `/home/build/.rustup/toolchains/1.84.1-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=c05ca62951efc497 -C extra-filename=-c05ca62951efc497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22922025-02-10T18:11:49.275Z Dirty fnv v1.0.7: the rustflags changed
22932025-02-10T18:11:49.276Z Compiling fnv v1.0.7
22942025-02-10T18:11:49.278Z Running `/home/build/.rustup/toolchains/1.84.1-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=b60aa3e5c1a51a0c -C extra-filename=-b60aa3e5c1a51a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22952025-02-10T18:11:49.445Z Dirty foldhash v0.1.3: the rustflags changed
22962025-02-10T18:11:49.446Z Compiling foldhash v0.1.3
22972025-02-10T18:11:49.457Z Running `/home/build/.rustup/toolchains/1.84.1-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=c8eda6a7bedf45bb -C extra-filename=-c8eda6a7bedf45bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22982025-02-10T18:11:49.503Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0/build-script-build`
22992025-02-10T18:11:49.577Z Dirty equivalent v1.0.1: the rustflags changed
23002025-02-10T18:11:49.577Z Compiling equivalent v1.0.1
23012025-02-10T18:11:49.580Z Running `/home/build/.rustup/toolchains/1.84.1-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=32e8526ccf4b2e07 -C extra-filename=-32e8526ccf4b2e07 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:49.608Z Dirty mio v1.0.2: the rustflags changed
23032025-02-10T18:11:49.608Z Compiling mio v1.0.2
23042025-02-10T18:11:49.612Z Running `/home/build/.rustup/toolchains/1.84.1-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=54e9ea84e5904ad8 -C extra-filename=-54e9ea84e5904ad8 --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-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23052025-02-10T18:11:49.739Z Dirty hashbrown v0.15.1: the rustflags changed
23062025-02-10T18:11:49.739Z Compiling hashbrown v0.15.1
23072025-02-10T18:11:49.741Z Running `/home/build/.rustup/toolchains/1.84.1-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=31ee59d8d287bfdb -C extra-filename=-31ee59d8d287bfdb --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-b45c821c6b278f40.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-32e8526ccf4b2e07.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c8eda6a7bedf45bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23082025-02-10T18:11:49.768Z Dirty spin v0.9.8: the rustflags changed
23092025-02-10T18:11:49.768Z Compiling spin v0.9.8
23102025-02-10T18:11:49.771Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5b6290600ecc6a6 -C extra-filename=-c5b6290600ecc6a6 --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-1fd3eced1389565d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23112025-02-10T18:11:49.825Z Dirty either v1.13.0: the rustflags changed
23122025-02-10T18:11:49.825Z Compiling either v1.13.0
23132025-02-10T18:11:49.828Z Running `/home/build/.rustup/toolchains/1.84.1-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=e6d980dfe6eef5ca -C extra-filename=-e6d980dfe6eef5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23142025-02-10T18:11:49.856Z Dirty socket2 v0.5.7: the rustflags changed
23152025-02-10T18:11:49.856Z Compiling socket2 v0.5.7
23162025-02-10T18:11:49.859Z Running `/home/build/.rustup/toolchains/1.84.1-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=3708a886d7c8b7f1 -C extra-filename=-3708a886d7c8b7f1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23172025-02-10T18:11:50.188Z Dirty const-oid v0.9.6: the rustflags changed
23182025-02-10T18:11:50.188Z Compiling const-oid v0.9.6
23192025-02-10T18:11:50.191Z Running `/home/build/.rustup/toolchains/1.84.1-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=dedac17a1c4aee37 -C extra-filename=-dedac17a1c4aee37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23202025-02-10T18:11:50.251Z Dirty slab v0.4.9: the rustflags changed
23212025-02-10T18:11:50.251Z Compiling slab v0.4.9
23222025-02-10T18:11:50.253Z Running `/home/build/.rustup/toolchains/1.84.1-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=dd88cfe55b458e79 -C extra-filename=-dd88cfe55b458e79 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23232025-02-10T18:11:50.660Z Dirty futures-io v0.3.31: the rustflags changed
23242025-02-10T18:11:50.660Z Compiling futures-io v0.3.31
23252025-02-10T18:11:50.663Z Running `/home/build/.rustup/toolchains/1.84.1-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=9401d9aa714ffd2e -C extra-filename=-9401d9aa714ffd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23262025-02-10T18:11:50.690Z Dirty heck v0.5.0: the rustflags changed
23272025-02-10T18:11:50.690Z Compiling heck v0.5.0
23282025-02-10T18:11:50.693Z Running `/home/build/.rustup/toolchains/1.84.1-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=6782a03443fe5f3d -C extra-filename=-6782a03443fe5f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23292025-02-10T18:11:50.770Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79/build-script-build`
23302025-02-10T18:11:50.838Z Dirty lazy_static v1.5.0: the rustflags changed
23312025-02-10T18:11:50.838Z Compiling lazy_static v1.5.0
23322025-02-10T18:11:50.878Z Running `/home/build/.rustup/toolchains/1.84.1-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=28551293923de3d0 -C extra-filename=-28551293923de3d0 --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-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23332025-02-10T18:11:50.933Z Running `/home/build/.rustup/toolchains/1.84.1-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=5ff6f1baf5ed1f82 -C extra-filename=-5ff6f1baf5ed1f82 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:50.965Z Dirty pkg-config v0.3.31: the rustflags changed
23352025-02-10T18:11:50.965Z Compiling pkg-config v0.3.31
23362025-02-10T18:11:50.965Z Dirty iana-time-zone v0.1.61: the rustflags changed
23372025-02-10T18:11:50.968Z Compiling iana-time-zone v0.1.61
23382025-02-10T18:11:50.991Z Running `/home/build/.rustup/toolchains/1.84.1-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=33788f39c7e66925 -C extra-filename=-33788f39c7e66925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23392025-02-10T18:11:50.994Z Running `/home/build/.rustup/toolchains/1.84.1-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=d02968f2dd606dcf -C extra-filename=-d02968f2dd606dcf --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:51.018Z Dirty cpufeatures v0.2.14: the rustflags changed
23412025-02-10T18:11:51.018Z Compiling cpufeatures v0.2.14
23422025-02-10T18:11:51.051Z Running `/home/build/.rustup/toolchains/1.84.1-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=102875690d2c1cd3 -C extra-filename=-102875690d2c1cd3 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:51.244Z Dirty futures-sink v0.3.31: the rustflags changed
23442025-02-10T18:11:51.244Z Compiling futures-sink v0.3.31
23452025-02-10T18:11:51.247Z Running `/home/build/.rustup/toolchains/1.84.1-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=df31fc6f5cf3f7c2 -C extra-filename=-df31fc6f5cf3f7c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23462025-02-10T18:11:51.247Z Dirty semver v1.0.24: the rustflags changed
23472025-02-10T18:11:51.247Z Compiling semver v1.0.24
23482025-02-10T18:11:51.247Z Running `/home/build/.rustup/toolchains/1.84.1-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=d50f74b9b05ecc20 -C extra-filename=-d50f74b9b05ecc20 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23492025-02-10T18:11:51.247Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23502025-02-10T18:11:51.247Z Compiling stable_deref_trait v1.2.0
23512025-02-10T18:11:51.247Z Running `/home/build/.rustup/toolchains/1.84.1-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=9f26f3088f0bc054 -C extra-filename=-9f26f3088f0bc054 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:51.342Z Dirty pin-utils v0.1.0: the rustflags changed
23532025-02-10T18:11:51.342Z Compiling pin-utils v0.1.0
23542025-02-10T18:11:51.345Z Running `/home/build/.rustup/toolchains/1.84.1-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=adfca7acc6d3ae3e -C extra-filename=-adfca7acc6d3ae3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23552025-02-10T18:11:51.381Z Dirty futures-channel v0.3.31: the rustflags changed
23562025-02-10T18:11:51.381Z Compiling futures-channel v0.3.31
23572025-02-10T18:11:51.408Z Running `/home/build/.rustup/toolchains/1.84.1-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=e40d3acaa8c64724 -C extra-filename=-e40d3acaa8c64724 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23582025-02-10T18:11:51.411Z Dirty futures-task v0.3.31: the rustflags changed
23592025-02-10T18:11:51.411Z Compiling futures-task v0.3.31
23602025-02-10T18:11:51.414Z Running `/home/build/.rustup/toolchains/1.84.1-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=5eeebcf6478b2c1e -C extra-filename=-5eeebcf6478b2c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23612025-02-10T18:11:51.471Z Dirty dyn-clone v1.0.17: the rustflags changed
23622025-02-10T18:11:51.471Z Compiling dyn-clone v1.0.17
23632025-02-10T18:11:51.474Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e90f2becdfd8242 -C extra-filename=-8e90f2becdfd8242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23642025-02-10T18:11:51.737Z Dirty schemars v0.8.21: the rustflags changed
23652025-02-10T18:11:51.737Z Compiling schemars v0.8.21
23662025-02-10T18:11:51.740Z Running `/home/build/.rustup/toolchains/1.84.1-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=a44c146bfd8b0c3f -C extra-filename=-a44c146bfd8b0c3f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23672025-02-10T18:11:51.763Z Dirty tracing-core v0.1.32: the rustflags changed
23682025-02-10T18:11:51.763Z Compiling tracing-core v0.1.32
23692025-02-10T18:11:51.766Z Running `/home/build/.rustup/toolchains/1.84.1-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=d5b209d8ac10ab0a -C extra-filename=-d5b209d8ac10ab0a --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-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23702025-02-10T18:11:51.825Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20/build-script-build`
23712025-02-10T18:11:51.855Z Dirty glob v0.3.2: the rustflags changed
23722025-02-10T18:11:51.855Z Compiling glob v0.3.2
23732025-02-10T18:11:51.858Z Running `/home/build/.rustup/toolchains/1.84.1-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=ffd69303710b75ae -C extra-filename=-ffd69303710b75ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23742025-02-10T18:11:51.891Z Dirty syn v1.0.109: the rustflags changed
23752025-02-10T18:11:51.891Z Compiling syn v1.0.109
23762025-02-10T18:11:51.894Z Running `/home/build/.rustup/toolchains/1.84.1-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=3a80aa8a5296695d -C extra-filename=-3a80aa8a5296695d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23772025-02-10T18:11:52.205Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f/build-script-build`
23782025-02-10T18:11:52.225Z Dirty home v0.5.9: the rustflags changed
23792025-02-10T18:11:52.225Z Compiling home v0.5.9
23802025-02-10T18:11:52.228Z Running `/home/build/.rustup/toolchains/1.84.1-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=2caee24cfb5087dd -C extra-filename=-2caee24cfb5087dd --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:52.295Z Dirty minimal-lexical v0.2.1: the rustflags changed
23822025-02-10T18:11:52.295Z Compiling minimal-lexical v0.2.1
23832025-02-10T18:11:52.298Z Running `/home/build/.rustup/toolchains/1.84.1-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=60223cf7ff6d447e -C extra-filename=-60223cf7ff6d447e --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:52.388Z Dirty litemap v0.7.3: the rustflags changed
23852025-02-10T18:11:52.388Z Compiling litemap v0.7.3
23862025-02-10T18:11:52.392Z Running `/home/build/.rustup/toolchains/1.84.1-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=70a0a27cce91c0ea -C extra-filename=-70a0a27cce91c0ea --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:52.515Z Dirty writeable v0.5.5: the rustflags changed
23882025-02-10T18:11:52.515Z Compiling writeable v0.5.5
23892025-02-10T18:11:52.518Z Running `/home/build/.rustup/toolchains/1.84.1-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=138daf9e04392228 -C extra-filename=-138daf9e04392228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23902025-02-10T18:11:52.594Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d/build-script-build`
23912025-02-10T18:11:52.685Z Running `/home/build/.rustup/toolchains/1.84.1-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=354642de07ee916c -C extra-filename=-354642de07ee916c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
23922025-02-10T18:11:52.801Z Dirty nom v7.1.3: the rustflags changed
23932025-02-10T18:11:52.801Z Compiling nom v7.1.3
23942025-02-10T18:11:52.804Z Running `/home/build/.rustup/toolchains/1.84.1-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=16454c047756183f -C extra-filename=-16454c047756183f --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-9e2df5937f592b1b.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-60223cf7ff6d447e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23952025-02-10T18:11:52.832Z Dirty clang-sys v1.8.1: the rustflags changed
23962025-02-10T18:11:52.832Z Compiling clang-sys v1.8.1
23972025-02-10T18:11:52.835Z Dirty percent-encoding v2.3.1: the rustflags changed
23982025-02-10T18:11:52.835Z Compiling percent-encoding v2.3.1
23992025-02-10T18:11:52.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=69eb431b2c461bdb -C extra-filename=-69eb431b2c461bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24002025-02-10T18:11:52.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=5386e076faaa6b73 -C extra-filename=-5386e076faaa6b73 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:53.040Z Dirty prettyplease v0.2.25: the rustflags changed
24022025-02-10T18:11:53.040Z Compiling prettyplease v0.2.25
24032025-02-10T18:11:53.043Z Running `/home/build/.rustup/toolchains/1.84.1-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=1654639186ba9cb7 -C extra-filename=-1654639186ba9cb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24042025-02-10T18:11:53.077Z Dirty vcpkg v0.2.15: the rustflags changed
24052025-02-10T18:11:53.077Z Compiling vcpkg v0.2.15
24062025-02-10T18:11:53.079Z Running `/home/build/.rustup/toolchains/1.84.1-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=7dbf9c9cbde54d96 -C extra-filename=-7dbf9c9cbde54d96 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:53.178Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
24082025-02-10T18:11:53.178Z Compiling icu_locid_transform_data v1.5.0
24092025-02-10T18:11:53.181Z Running `/home/build/.rustup/toolchains/1.84.1-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=3d8dd7e43ffbd77d -C extra-filename=-3d8dd7e43ffbd77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24102025-02-10T18:11:53.306Z Dirty synstructure v0.13.1: the rustflags changed
24112025-02-10T18:11:53.306Z Compiling synstructure v0.13.1
24122025-02-10T18:11:53.352Z Running `/home/build/.rustup/toolchains/1.84.1-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=5c5b978f45f4b4e4 -C extra-filename=-5c5b978f45f4b4e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24132025-02-10T18:11:53.458Z Dirty serde_derive_internals v0.29.1: the rustflags changed
24142025-02-10T18:11:53.458Z Compiling serde_derive_internals v0.29.1
24152025-02-10T18:11:53.461Z Running `/home/build/.rustup/toolchains/1.84.1-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=095c70e0d2f2fa84 -C extra-filename=-095c70e0d2f2fa84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24162025-02-10T18:11:53.620Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb/build-script-build`
24172025-02-10T18:11:53.664Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7/build-script-build`
24182025-02-10T18:11:53.710Z Dirty itertools v0.12.1: the rustflags changed
24192025-02-10T18:11:53.710Z Compiling itertools v0.12.1
24202025-02-10T18:11:53.712Z Running `/home/build/.rustup/toolchains/1.84.1-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=c84561db85a4af0e -C extra-filename=-c84561db85a4af0e --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-02-10T18:11:54.819Z Dirty regex v1.11.1: the rustflags changed
24222025-02-10T18:11:54.819Z Compiling regex v1.11.1
24232025-02-10T18:11:54.822Z Running `/home/build/.rustup/toolchains/1.84.1-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=a13ffe7e09b6593c -C extra-filename=-a13ffe7e09b6593c --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-02-10T18:11:54.948Z Dirty libloading v0.8.5: the rustflags changed
24252025-02-10T18:11:54.948Z Compiling libloading v0.8.5
24262025-02-10T18:11:54.951Z Running `/home/build/.rustup/toolchains/1.84.1-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=2b6d549b074fd972 -C extra-filename=-2b6d549b074fd972 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24272025-02-10T18:11:55.369Z Dirty icu_properties_data v1.5.0: the rustflags changed
24282025-02-10T18:11:55.369Z Compiling icu_properties_data v1.5.0
24292025-02-10T18:11:55.372Z Running `/home/build/.rustup/toolchains/1.84.1-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=95a94b4a11fa64c9 -C extra-filename=-95a94b4a11fa64c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24302025-02-10T18:11:55.640Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24312025-02-10T18:11:55.640Z Compiling crossbeam-utils v0.8.20
24322025-02-10T18:11:55.666Z Running `/home/build/.rustup/toolchains/1.84.1-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=81bee40f0b574093 -C extra-filename=-81bee40f0b574093 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24332025-02-10T18:11:55.849Z Dirty strsim v0.11.1: the rustflags changed
24342025-02-10T18:11:55.849Z Compiling strsim v0.11.1
24352025-02-10T18:11:55.852Z Dirty bindgen v0.69.5: the rustflags changed
24362025-02-10T18:11:55.852Z Compiling bindgen v0.69.5
24372025-02-10T18:11:55.853Z Running `/home/build/.rustup/toolchains/1.84.1-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=61f3c6ea12215369 -C extra-filename=-61f3c6ea12215369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-02-10T18:11:55.853Z Running `/home/build/.rustup/toolchains/1.84.1-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=652f2bc72b2b1f9f -C extra-filename=-652f2bc72b2b1f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24392025-02-10T18:11:56.115Z Dirty cexpr v0.6.0: the rustflags changed
24402025-02-10T18:11:56.115Z Compiling cexpr v0.6.0
24412025-02-10T18:11:56.117Z Running `/home/build/.rustup/toolchains/1.84.1-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=51d9983af7803f0a -C extra-filename=-51d9983af7803f0a --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-16454c047756183f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24422025-02-10T18:11:56.269Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093/build-script-build`
24432025-02-10T18:11:56.316Z Running `/home/build/.rustup/toolchains/1.84.1-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=1d989c77c83b9bb7 -C extra-filename=-1d989c77c83b9bb7 --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-ffd69303710b75ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-2b6d549b074fd972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-02-10T18:11:56.659Z Running `/home/build/.rustup/toolchains/1.84.1-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=da00aef4f64584d9 -C extra-filename=-da00aef4f64584d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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)'`
24452025-02-10T18:11:56.662Z Dirty form_urlencoded v1.2.1: the rustflags changed
24462025-02-10T18:11:56.663Z Compiling form_urlencoded v1.2.1
24472025-02-10T18:11:56.690Z Running `/home/build/.rustup/toolchains/1.84.1-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=754279f5a7bc6973 -C extra-filename=-754279f5a7bc6973 --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-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24482025-02-10T18:11:56.803Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f/build-script-build`
24492025-02-10T18:11:56.846Z Dirty ring v0.17.8: the rustflags changed
24502025-02-10T18:11:56.846Z Compiling ring v0.17.8
24512025-02-10T18:11:56.851Z Running `/home/build/.rustup/toolchains/1.84.1-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=795558faa7316f20 -C extra-filename=-795558faa7316f20 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24522025-02-10T18:11:57.030Z Dirty utf8_iter v1.0.4: the rustflags changed
24532025-02-10T18:11:57.030Z Compiling utf8_iter v1.0.4
24542025-02-10T18:11:57.056Z Running `/home/build/.rustup/toolchains/1.84.1-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=aec5174429ef0d0e -C extra-filename=-aec5174429ef0d0e --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:57.324Z Dirty adler2 v2.0.0: the rustflags changed
24562025-02-10T18:11:57.324Z Compiling adler2 v2.0.0
24572025-02-10T18:11:57.326Z Running `/home/build/.rustup/toolchains/1.84.1-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=7621c1ecddc6a876 -C extra-filename=-7621c1ecddc6a876 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:57.582Z Dirty utf16_iter v1.0.5: the rustflags changed
24592025-02-10T18:11:57.582Z Compiling utf16_iter v1.0.5
24602025-02-10T18:11:57.611Z Running `/home/build/.rustup/toolchains/1.84.1-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=5c6adb06a7b4f5c4 -C extra-filename=-5c6adb06a7b4f5c4 --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:57.820Z Dirty lazycell v1.3.0: the rustflags changed
24622025-02-10T18:11:57.820Z Compiling lazycell v1.3.0
24632025-02-10T18:11:57.822Z Running `/home/build/.rustup/toolchains/1.84.1-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=19368608bc6ea93f -C extra-filename=-19368608bc6ea93f --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:57.871Z Dirty rustc-hash v1.1.0: the rustflags changed
24652025-02-10T18:11:57.871Z Compiling rustc-hash v1.1.0
24662025-02-10T18:11:57.874Z Running `/home/build/.rustup/toolchains/1.84.1-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=9b51e2d24f557b9a -C extra-filename=-9b51e2d24f557b9a --out-dir /work/oxidecomputer/omicron/target/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-10T18:11:58.006Z Dirty paste v1.0.15: the rustflags changed
24682025-02-10T18:11:58.006Z Compiling paste v1.0.15
24692025-02-10T18:11:58.009Z Running `/home/build/.rustup/toolchains/1.84.1-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=e2f80161ab708a3c -C extra-filename=-e2f80161ab708a3c --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24702025-02-10T18:11:58.054Z Dirty write16 v1.0.0: the rustflags changed
24712025-02-10T18:11:58.054Z Compiling write16 v1.0.0
24722025-02-10T18:11:58.058Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa81fd2bd804ae46 -C extra-filename=-fa81fd2bd804ae46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24732025-02-10T18:11:58.114Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24742025-02-10T18:11:58.114Z Compiling icu_normalizer_data v1.5.0
24752025-02-10T18:11:58.117Z Running `/home/build/.rustup/toolchains/1.84.1-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=35dcfc4910478321 -C extra-filename=-35dcfc4910478321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24762025-02-10T18:11:58.218Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20/build-script-build`
24772025-02-10T18:11:58.255Z Dirty miniz_oxide v0.8.0: the rustflags changed
24782025-02-10T18:11:58.255Z Compiling miniz_oxide v0.8.0
24792025-02-10T18:11:58.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=d007f834b8c6d5bd -C extra-filename=-d007f834b8c6d5bd --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-7621c1ecddc6a876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24802025-02-10T18:11:58.596Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c/build-script-build`
24812025-02-10T18:11:58.658Z Running `/home/build/.rustup/toolchains/1.84.1-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=a8673a2dc205af2b -C extra-filename=-a8673a2dc205af2b --out-dir /work/oxidecomputer/omicron/target/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)'`
24822025-02-10T18:11:59.014Z Dirty serde_derive v1.0.217: the rustflags changed
24832025-02-10T18:11:59.015Z Compiling serde_derive v1.0.217
24842025-02-10T18:11:59.018Z Running `/home/build/.rustup/toolchains/1.84.1-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=4f023b4ed277c51c -C extra-filename=-4f023b4ed277c51c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24852025-02-10T18:11:59.507Z Dirty zeroize_derive v1.4.2: the rustflags changed
24862025-02-10T18:11:59.507Z Compiling zeroize_derive v1.4.2
24872025-02-10T18:11:59.511Z Running `/home/build/.rustup/toolchains/1.84.1-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=82559b4bcc6f1ce3 -C extra-filename=-82559b4bcc6f1ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24882025-02-10T18:11:59.690Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24892025-02-10T18:11:59.691Z Compiling zerocopy-derive v0.7.35
24902025-02-10T18:11:59.693Z Running `/home/build/.rustup/toolchains/1.84.1-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=9118d562f8c2d2ed -C extra-filename=-9118d562f8c2d2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24912025-02-10T18:11:59.789Z Dirty thiserror-impl v1.0.69: the rustflags changed
24922025-02-10T18:11:59.790Z Compiling thiserror-impl v1.0.69
24932025-02-10T18:11:59.792Z Running `/home/build/.rustup/toolchains/1.84.1-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=70d5f7a28cdb1c6a -C extra-filename=-70d5f7a28cdb1c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24942025-02-10T18:12:00.074Z Dirty tokio-macros v2.5.0: the rustflags changed
24952025-02-10T18:12:00.074Z Compiling tokio-macros v2.5.0
24962025-02-10T18:12:00.077Z Running `/home/build/.rustup/toolchains/1.84.1-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=2e81018b436d9cb3 -C extra-filename=-2e81018b436d9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24972025-02-10T18:12:01.127Z Dirty zeroize v1.8.1: the rustflags changed
24982025-02-10T18:12:01.127Z Compiling zeroize v1.8.1
24992025-02-10T18:12:01.129Z Running `/home/build/.rustup/toolchains/1.84.1-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=7313163495826d9d -C extra-filename=-7313163495826d9d --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-82559b4bcc6f1ce3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25002025-02-10T18:12:01.490Z Running `/home/build/.rustup/toolchains/1.84.1-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=e3e034bbc733b83c -C extra-filename=-e3e034bbc733b83c --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-35c09d922ee07e63.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25012025-02-10T18:12:01.679Z Dirty futures-macro v0.3.31: the rustflags changed
25022025-02-10T18:12:01.679Z Compiling futures-macro v0.3.31
25032025-02-10T18:12:01.682Z Running `/home/build/.rustup/toolchains/1.84.1-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=65b0519d6bcc26b2 -C extra-filename=-65b0519d6bcc26b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25042025-02-10T18:12:01.861Z Dirty zerocopy v0.7.35: the rustflags changed
25052025-02-10T18:12:01.861Z Compiling zerocopy v0.7.35
25062025-02-10T18:12:01.863Z Running `/home/build/.rustup/toolchains/1.84.1-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=cea30fa4edc352b1 -C extra-filename=-cea30fa4edc352b1 --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9118d562f8c2d2ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25072025-02-10T18:12:02.845Z Dirty crypto-common v0.1.6: the rustflags changed
25082025-02-10T18:12:02.845Z Compiling crypto-common v0.1.6
25092025-02-10T18:12:02.848Z Running `/home/build/.rustup/toolchains/1.84.1-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=0dd2958e149b985e -C extra-filename=-0dd2958e149b985e --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-35c09d922ee07e63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25102025-02-10T18:12:02.973Z Running `/home/build/.rustup/toolchains/1.84.1-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=b94ca1f63b3b5648 -C extra-filename=-b94ca1f63b3b5648 --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-70d5f7a28cdb1c6a.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)'`
25112025-02-10T18:12:03.106Z Dirty block-buffer v0.10.4: the rustflags changed
25122025-02-10T18:12:03.106Z Compiling block-buffer v0.10.4
25132025-02-10T18:12:03.109Z Running `/home/build/.rustup/toolchains/1.84.1-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=4749bb0f0048bf7d -C extra-filename=-4749bb0f0048bf7d --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-02-10T18:12:03.141Z Dirty schemars_derive v0.8.21: the rustflags changed
25152025-02-10T18:12:03.141Z Compiling schemars_derive v0.8.21
25162025-02-10T18:12:03.141Z Running `/home/build/.rustup/toolchains/1.84.1-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=3376568a07e05711 -C extra-filename=-3376568a07e05711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-095c70e0d2f2fa84.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25172025-02-10T18:12:03.256Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25182025-02-10T18:12:03.256Z Compiling ppv-lite86 v0.2.20
25192025-02-10T18:12:03.296Z Running `/home/build/.rustup/toolchains/1.84.1-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=eebee1b9ab411b85 -C extra-filename=-eebee1b9ab411b85 --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-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25202025-02-10T18:12:03.388Z Dirty digest v0.10.7: the rustflags changed
25212025-02-10T18:12:03.388Z Compiling digest v0.10.7
25222025-02-10T18:12:03.391Z Running `/home/build/.rustup/toolchains/1.84.1-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=c1a84befa7c7dca3 -C extra-filename=-c1a84befa7c7dca3 --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-4749bb0f0048bf7d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25232025-02-10T18:12:03.607Z Dirty zerofrom-derive v0.1.4: the rustflags changed
25242025-02-10T18:12:03.607Z Compiling zerofrom-derive v0.1.4
25252025-02-10T18:12:03.610Z Running `/home/build/.rustup/toolchains/1.84.1-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=893ddf2ac22757a8 -C extra-filename=-893ddf2ac22757a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25262025-02-10T18:12:03.744Z Dirty futures-util v0.3.31: the rustflags changed
25272025-02-10T18:12:03.744Z Compiling futures-util v0.3.31
25282025-02-10T18:12:03.747Z Running `/home/build/.rustup/toolchains/1.84.1-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=4a9c8f39d18c879d -C extra-filename=-4a9c8f39d18c879d --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-65b0519d6bcc26b2.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-adfca7acc6d3ae3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25292025-02-10T18:12:03.868Z Dirty tracing-attributes v0.1.27: the rustflags changed
25302025-02-10T18:12:03.868Z Compiling tracing-attributes v0.1.27
25312025-02-10T18:12:03.871Z Running `/home/build/.rustup/toolchains/1.84.1-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=a5c1a1e3593f0c95 -C extra-filename=-a5c1a1e3593f0c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25322025-02-10T18:12:04.066Z Dirty rand_chacha v0.3.1: the rustflags changed
25332025-02-10T18:12:04.066Z Compiling rand_chacha v0.3.1
25342025-02-10T18:12:04.091Z Running `/home/build/.rustup/toolchains/1.84.1-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=3b8940648d2e967c -C extra-filename=-3b8940648d2e967c --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-eebee1b9ab411b85.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25352025-02-10T18:12:05.113Z Dirty yoke-derive v0.7.4: the rustflags changed
25362025-02-10T18:12:05.113Z Compiling yoke-derive v0.7.4
25372025-02-10T18:12:05.116Z Running `/home/build/.rustup/toolchains/1.84.1-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=a6ce7f991aaa4384 -C extra-filename=-a6ce7f991aaa4384 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25382025-02-10T18:12:06.412Z Dirty rand v0.8.5: the rustflags changed
25392025-02-10T18:12:06.412Z Compiling rand v0.8.5
25402025-02-10T18:12:06.414Z Running `/home/build/.rustup/toolchains/1.84.1-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=c3129600c9e77746 -C extra-filename=-c3129600c9e77746 --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-98124fae94d5c163.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25412025-02-10T18:12:06.473Z Dirty displaydoc v0.2.5: the rustflags changed
25422025-02-10T18:12:06.473Z Compiling displaydoc v0.2.5
25432025-02-10T18:12:06.476Z Running `/home/build/.rustup/toolchains/1.84.1-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=5f846104cef4c9b4 -C extra-filename=-5f846104cef4c9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25442025-02-10T18:12:06.833Z Dirty zerovec-derive v0.10.3: the rustflags changed
25452025-02-10T18:12:06.833Z Compiling zerovec-derive v0.10.3
25462025-02-10T18:12:06.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5da877b3298f540 -C extra-filename=-c5da877b3298f540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25472025-02-10T18:12:07.102Z Running `/home/build/.rustup/toolchains/1.84.1-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=b6795449d4b8cccb -C extra-filename=-b6795449d4b8cccb --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-4f023b4ed277c51c.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)'`
25482025-02-10T18:12:07.481Z Dirty tracing v0.1.40: the rustflags changed
25492025-02-10T18:12:07.481Z Compiling tracing v0.1.40
25502025-02-10T18:12:07.484Z Running `/home/build/.rustup/toolchains/1.84.1-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=fad0b88b91026579 -C extra-filename=-fad0b88b91026579 --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-9e3a943cb0d1c1f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a5c1a1e3593f0c95.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-d5b209d8ac10ab0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-02-10T18:12:07.541Z Dirty zerofrom v0.1.4: the rustflags changed
25522025-02-10T18:12:07.541Z Compiling zerofrom v0.1.4
25532025-02-10T18:12:07.567Z Running `/home/build/.rustup/toolchains/1.84.1-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=20757552e09da338 -C extra-filename=-20757552e09da338 --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-893ddf2ac22757a8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25542025-02-10T18:12:07.791Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25552025-02-10T18:12:07.791Z Compiling icu_provider_macros v1.5.0
25562025-02-10T18:12:07.794Z Running `/home/build/.rustup/toolchains/1.84.1-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=ce0e8b78c9730c1d -C extra-filename=-ce0e8b78c9730c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25572025-02-10T18:12:08.004Z Dirty httparse v1.9.5: the rustflags changed
25582025-02-10T18:12:08.004Z Compiling httparse v1.9.5
25592025-02-10T18:12:08.007Z Running `/home/build/.rustup/toolchains/1.84.1-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=a23e938072516e5a -C extra-filename=-a23e938072516e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25602025-02-10T18:12:08.211Z Dirty yoke v0.7.4: the rustflags changed
25612025-02-10T18:12:08.211Z Compiling yoke v0.7.4
25622025-02-10T18:12:08.214Z Running `/home/build/.rustup/toolchains/1.84.1-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=93ac6c6faee96f5e -C extra-filename=-93ac6c6faee96f5e --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-9f26f3088f0bc054.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-a6ce7f991aaa4384.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25632025-02-10T18:12:08.315Z Running `/home/build/.rustup/toolchains/1.84.1-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=2586fcb4e54b21d7 -C extra-filename=-2586fcb4e54b21d7 --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"))'`
25642025-02-10T18:12:08.586Z Dirty num-conv v0.1.0: the rustflags changed
25652025-02-10T18:12:08.586Z Compiling num-conv v0.1.0
25662025-02-10T18:12:08.593Z Running `/home/build/.rustup/toolchains/1.84.1-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=ffb46a9d12634e0a -C extra-filename=-ffb46a9d12634e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-02-10T18:12:08.621Z Dirty powerfmt v0.2.0: the rustflags changed
25682025-02-10T18:12:08.621Z Compiling powerfmt v0.2.0
25692025-02-10T18:12:08.624Z Running `/home/build/.rustup/toolchains/1.84.1-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=adb4c19a6610bb69 -C extra-filename=-adb4c19a6610bb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25702025-02-10T18:12:08.851Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a/build-script-build`
25712025-02-10T18:12:08.884Z Dirty time-core v0.1.2: the rustflags changed
25722025-02-10T18:12:08.884Z Compiling time-core v0.1.2
25732025-02-10T18:12:08.887Z Running `/home/build/.rustup/toolchains/1.84.1-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=111ad84502a5d06c -C extra-filename=-111ad84502a5d06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25742025-02-10T18:12:08.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f2374c7eda5427d -C extra-filename=-2f2374c7eda5427d --out-dir /work/oxidecomputer/omicron/target/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`
25752025-02-10T18:12:08.990Z Dirty deranged v0.3.11: the rustflags changed
25762025-02-10T18:12:08.990Z Compiling deranged v0.3.11
25772025-02-10T18:12:08.993Z Running `/home/build/.rustup/toolchains/1.84.1-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=ae47005f5ed8f36f -C extra-filename=-ae47005f5ed8f36f --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-adb4c19a6610bb69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25782025-02-10T18:12:09.054Z Dirty atomic-waker v1.1.2: the rustflags changed
25792025-02-10T18:12:09.055Z Compiling atomic-waker v1.1.2
25802025-02-10T18:12:09.079Z Running `/home/build/.rustup/toolchains/1.84.1-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=51ef279ec708937a -C extra-filename=-51ef279ec708937a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25812025-02-10T18:12:09.084Z Dirty time-macros v0.2.18: the rustflags changed
25822025-02-10T18:12:09.084Z Compiling time-macros v0.2.18
25832025-02-10T18:12:09.087Z Running `/home/build/.rustup/toolchains/1.84.1-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=235a21a73c4d059e -C extra-filename=-235a21a73c4d059e --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-ffb46a9d12634e0a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25842025-02-10T18:12:09.268Z Dirty num_threads v0.1.7: the rustflags changed
25852025-02-10T18:12:09.268Z Compiling num_threads v0.1.7
25862025-02-10T18:12:09.271Z Running `/home/build/.rustup/toolchains/1.84.1-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=76b2ce244bc6ea42 -C extra-filename=-76b2ce244bc6ea42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-02-10T18:12:09.300Z Dirty block-padding v0.3.3: the rustflags changed
25882025-02-10T18:12:09.300Z Compiling block-padding v0.3.3
25892025-02-10T18:12:09.303Z Running `/home/build/.rustup/toolchains/1.84.1-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=2e2897d64e52e6cd -C extra-filename=-2e2897d64e52e6cd --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-02-10T18:12:09.425Z Dirty cmake v0.1.51: the rustflags changed
25912025-02-10T18:12:09.425Z Compiling cmake v0.1.51
25922025-02-10T18:12:09.428Z Running `/home/build/.rustup/toolchains/1.84.1-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=f651151d3569e2e1 -C extra-filename=-f651151d3569e2e1 --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-d29a84348bd9210f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-02-10T18:12:09.557Z Dirty ahash v0.8.11: the rustflags changed
25942025-02-10T18:12:09.557Z Compiling ahash v0.8.11
25952025-02-10T18:12:09.560Z Running `/home/build/.rustup/toolchains/1.84.1-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=9755efdeda2fdb41 -C extra-filename=-9755efdeda2fdb41 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25962025-02-10T18:12:09.585Z Dirty zerovec v0.10.4: the rustflags changed
25972025-02-10T18:12:09.585Z Compiling zerovec v0.10.4
25982025-02-10T18:12:09.587Z Dirty fs_extra v1.3.0: the rustflags changed
25992025-02-10T18:12:09.587Z Compiling fs_extra v1.3.0
26002025-02-10T18:12:09.587Z Running `/home/build/.rustup/toolchains/1.84.1-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=a6f15e498714972c -C extra-filename=-a6f15e498714972c --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-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-c5da877b3298f540.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26012025-02-10T18:12:09.587Z Running `/home/build/.rustup/toolchains/1.84.1-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=f99428ff14949c71 -C extra-filename=-f99428ff14949c71 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:09.638Z Dirty dunce v1.0.5: the rustflags changed
26032025-02-10T18:12:09.638Z Compiling dunce v1.0.5
26042025-02-10T18:12:09.640Z Running `/home/build/.rustup/toolchains/1.84.1-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=9aec59b7c8d162b6 -C extra-filename=-9aec59b7c8d162b6 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:09.804Z Dirty untrusted v0.9.0: the rustflags changed
26062025-02-10T18:12:09.804Z Compiling untrusted v0.9.0
26072025-02-10T18:12:09.806Z Running `/home/build/.rustup/toolchains/1.84.1-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=c20225e387013351 -C extra-filename=-c20225e387013351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26082025-02-10T18:12:09.970Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41/build-script-build`
26092025-02-10T18:12:10.017Z Running `/home/build/.rustup/toolchains/1.84.1-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=cd9908d7336bb6cb -C extra-filename=-cd9908d7336bb6cb --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
26102025-02-10T18:12:10.061Z Dirty inout v0.1.3: the rustflags changed
26112025-02-10T18:12:10.062Z Compiling inout v0.1.3
26122025-02-10T18:12:10.065Z Running `/home/build/.rustup/toolchains/1.84.1-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=4d1e9d4a926ee7db -C extra-filename=-4d1e9d4a926ee7db --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-2e2897d64e52e6cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-02-10T18:12:10.135Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f081ff1d53178a3 -C extra-filename=-6f081ff1d53178a3 --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26142025-02-10T18:12:10.311Z Dirty cipher v0.4.4: the rustflags changed
26152025-02-10T18:12:10.311Z Compiling cipher v0.4.4
26162025-02-10T18:12:10.314Z Running `/home/build/.rustup/toolchains/1.84.1-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=d621aedafa1a4a74 -C extra-filename=-d621aedafa1a4a74 --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-0dd2958e149b985e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26172025-02-10T18:12:10.358Z Dirty sha2 v0.10.8: the rustflags changed
26182025-02-10T18:12:10.358Z Compiling sha2 v0.10.8
26192025-02-10T18:12:10.363Z Running `/home/build/.rustup/toolchains/1.84.1-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=53d5ddaf2d95d6ea -C extra-filename=-53d5ddaf2d95d6ea --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-02-10T18:12:10.389Z Dirty gimli v0.31.1: the rustflags changed
26212025-02-10T18:12:10.389Z Compiling gimli v0.31.1
26222025-02-10T18:12:10.392Z Running `/home/build/.rustup/toolchains/1.84.1-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=be82461bf57b00e8 -C extra-filename=-be82461bf57b00e8 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:10.681Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26242025-02-10T18:12:10.681Z Compiling aws-lc-rs v1.10.0
26252025-02-10T18:12:10.684Z Running `/home/build/.rustup/toolchains/1.84.1-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=cbe750b39f7d2c77 -C extra-filename=-cbe750b39f7d2c77 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26262025-02-10T18:12:10.831Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26272025-02-10T18:12:10.831Z Compiling rustls-pki-types v1.10.0
26282025-02-10T18:12:10.867Z Running `/home/build/.rustup/toolchains/1.84.1-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=f6af13ebaa95f0a6 -C extra-filename=-f6af13ebaa95f0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26292025-02-10T18:12:11.190Z Dirty object v0.36.5: the rustflags changed
26302025-02-10T18:12:11.190Z Compiling object v0.36.5
26312025-02-10T18:12:11.219Z Running `/home/build/.rustup/toolchains/1.84.1-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=251649a18fbe395c -C extra-filename=-251649a18fbe395c --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26322025-02-10T18:12:11.643Z Dirty tinystr v0.7.6: the rustflags changed
26332025-02-10T18:12:11.643Z Compiling tinystr v0.7.6
26342025-02-10T18:12:11.645Z Running `/home/build/.rustup/toolchains/1.84.1-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=691680dc2263efa8 -C extra-filename=-691680dc2263efa8 --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-5f846104cef4c9b4.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26352025-02-10T18:12:11.876Z Dirty icu_collections v1.5.0: the rustflags changed
26362025-02-10T18:12:11.876Z Compiling icu_collections v1.5.0
26372025-02-10T18:12:11.879Z Running `/home/build/.rustup/toolchains/1.84.1-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=731e84c04b5f72d8 -C extra-filename=-731e84c04b5f72d8 --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-5f846104cef4c9b4.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26382025-02-10T18:12:12.116Z Dirty icu_locid v1.5.0: the rustflags changed
26392025-02-10T18:12:12.116Z Compiling icu_locid v1.5.0
26402025-02-10T18:12:12.142Z Running `/home/build/.rustup/toolchains/1.84.1-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=97bc4bf4c5d645b9 -C extra-filename=-97bc4bf4c5d645b9 --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-5f846104cef4c9b4.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-70a0a27cce91c0ea.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26412025-02-10T18:12:12.256Z Dirty time v0.3.36: the rustflags changed
26422025-02-10T18:12:12.256Z Compiling time v0.3.36
26432025-02-10T18:12:12.259Z Running `/home/build/.rustup/toolchains/1.84.1-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=6b9af3cee5925dfd -C extra-filename=-6b9af3cee5925dfd --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-ae47005f5ed8f36f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ffb46a9d12634e0a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-76b2ce244bc6ea42.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-adb4c19a6610bb69.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26442025-02-10T18:12:12.627Z Dirty bytes v1.9.0: the rustflags changed
26452025-02-10T18:12:12.628Z Compiling bytes v1.9.0
26462025-02-10T18:12:12.631Z Running `/home/build/.rustup/toolchains/1.84.1-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=03e029f2a415749e -C extra-filename=-03e029f2a415749e --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26472025-02-10T18:12:13.256Z Dirty bitflags v2.6.0: the rustflags changed
26482025-02-10T18:12:13.256Z Compiling bitflags v2.6.0
26492025-02-10T18:12:13.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=b6414318a57462a7 -C extra-filename=-b6414318a57462a7 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26502025-02-10T18:12:13.552Z Running `/home/build/.rustup/toolchains/1.84.1-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=d34521df0788b357 -C extra-filename=-d34521df0788b357 --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-9a423a21109b8870.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.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"))'`
26512025-02-10T18:12:13.767Z Running `/home/build/.rustup/toolchains/1.84.1-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=be2a474d17f5f8c5 -C extra-filename=-be2a474d17f5f8c5 --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-b6414318a57462a7.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b44cd738e245d137.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26522025-02-10T18:12:13.871Z Dirty indexmap v2.7.1: the rustflags changed
26532025-02-10T18:12:13.871Z Compiling indexmap v2.7.1
26542025-02-10T18:12:13.874Z Running `/home/build/.rustup/toolchains/1.84.1-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=4ee76d4a4c5ebe0b -C extra-filename=-4ee76d4a4c5ebe0b --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-32e8526ccf4b2e07.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26552025-02-10T18:12:14.083Z Dirty tokio v1.43.0: the rustflags changed
26562025-02-10T18:12:14.083Z Compiling tokio v1.43.0
26572025-02-10T18:12:14.086Z Running `/home/build/.rustup/toolchains/1.84.1-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=b10edef7ed9d401e -C extra-filename=-b10edef7ed9d401e --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-03e029f2a415749e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-2e81018b436d9cb3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26582025-02-10T18:12:14.347Z Dirty chrono v0.4.39: the rustflags changed
26592025-02-10T18:12:14.347Z Compiling chrono v0.4.39
26602025-02-10T18:12:14.350Z Running `/home/build/.rustup/toolchains/1.84.1-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=c6e3260a4cbe5cfb -C extra-filename=-c6e3260a4cbe5cfb --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-33788f39c7e66925.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26612025-02-10T18:12:15.210Z Running `/home/build/.rustup/toolchains/1.84.1-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=07c6b1f5abcda869 -C extra-filename=-07c6b1f5abcda869 --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-b6795449d4b8cccb.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)'`
26622025-02-10T18:12:15.241Z Dirty uuid v1.12.0: the rustflags changed
26632025-02-10T18:12:15.241Z Compiling uuid v1.12.0
26642025-02-10T18:12:15.244Z Running `/home/build/.rustup/toolchains/1.84.1-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=9df47a6d5b8dd96d -C extra-filename=-9df47a6d5b8dd96d --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-3f8adeb94da17152.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26652025-02-10T18:12:15.922Z Dirty http v1.2.0: the rustflags changed
26662025-02-10T18:12:15.922Z Compiling http v1.2.0
26672025-02-10T18:12:15.924Z Running `/home/build/.rustup/toolchains/1.84.1-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=9b9c4cd25ba804a3 -C extra-filename=-9b9c4cd25ba804a3 --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-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26682025-02-10T18:12:16.465Z Dirty icu_provider v1.5.0: the rustflags changed
26692025-02-10T18:12:16.465Z Compiling icu_provider v1.5.0
26702025-02-10T18:12:16.468Z Running `/home/build/.rustup/toolchains/1.84.1-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=14a4592beb509d46 -C extra-filename=-14a4592beb509d46 --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-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-ce0e8b78c9730c1d.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26712025-02-10T18:12:16.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=e4a2df851ee6f579 -C extra-filename=-e4a2df851ee6f579 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3376568a07e05711.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26722025-02-10T18:12:17.063Z Dirty serde_spanned v0.6.8: the rustflags changed
26732025-02-10T18:12:17.063Z Compiling serde_spanned v0.6.8
26742025-02-10T18:12:17.066Z Running `/home/build/.rustup/toolchains/1.84.1-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=230b904cc8c9c6ec -C extra-filename=-230b904cc8c9c6ec --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26752025-02-10T18:12:17.351Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26762025-02-10T18:12:17.351Z Compiling icu_locid_transform v1.5.0
26772025-02-10T18:12:17.354Z Running `/home/build/.rustup/toolchains/1.84.1-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=fc578fb3ded07ed1 -C extra-filename=-fc578fb3ded07ed1 --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-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-3d8dd7e43ffbd77d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26782025-02-10T18:12:17.505Z Dirty which v4.4.2: the rustflags changed
26792025-02-10T18:12:17.505Z Compiling which v4.4.2
26802025-02-10T18:12:17.508Z Running `/home/build/.rustup/toolchains/1.84.1-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=f51d04831b3b08ef -C extra-filename=-f51d04831b3b08ef --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-e6d980dfe6eef5ca.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26812025-02-10T18:12:17.814Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26822025-02-10T18:12:17.814Z Compiling serde_tokenstream v0.2.2
26832025-02-10T18:12:17.844Z Running `/home/build/.rustup/toolchains/1.84.1-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=7932b5eef9c8351c -C extra-filename=-7932b5eef9c8351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26842025-02-10T18:12:18.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=130251e32071527c -C extra-filename=-130251e32071527c --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-b6414318a57462a7.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-51d9983af7803f0a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-1d989c77c83b9bb7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-19368608bc6ea93f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-9b51e2d24f557b9a.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f51d04831b3b08ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-02-10T18:12:18.232Z Dirty toml_datetime v0.6.8: the rustflags changed
26862025-02-10T18:12:18.232Z Compiling toml_datetime v0.6.8
26872025-02-10T18:12:18.235Z Running `/home/build/.rustup/toolchains/1.84.1-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=5b6f4255472d1108 -C extra-filename=-5b6f4255472d1108 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26882025-02-10T18:12:18.392Z Dirty addr2line v0.24.2: the rustflags changed
26892025-02-10T18:12:18.392Z Compiling addr2line v0.24.2
26902025-02-10T18:12:18.397Z Running `/home/build/.rustup/toolchains/1.84.1-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=2cd04fd4e1b50930 -C extra-filename=-2cd04fd4e1b50930 --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-be82461bf57b00e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26912025-02-10T18:12:18.468Z Dirty rustc-demangle v0.1.24: the rustflags changed
26922025-02-10T18:12:18.468Z Compiling rustc-demangle v0.1.24
26932025-02-10T18:12:18.471Z Running `/home/build/.rustup/toolchains/1.84.1-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=01d974245e79ddfb -C extra-filename=-01d974245e79ddfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26942025-02-10T18:12:18.601Z Dirty icu_properties v1.5.1: the rustflags changed
26952025-02-10T18:12:18.601Z Compiling icu_properties v1.5.1
26962025-02-10T18:12:18.626Z Running `/home/build/.rustup/toolchains/1.84.1-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=e8060a838be28f7c -C extra-filename=-e8060a838be28f7c --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-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-fc578fb3ded07ed1.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-95a94b4a11fa64c9.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26972025-02-10T18:12:18.730Z Dirty anyhow v1.0.95: the rustflags changed
26982025-02-10T18:12:18.730Z Compiling anyhow v1.0.95
26992025-02-10T18:12:18.732Z Running `/home/build/.rustup/toolchains/1.84.1-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=13787978c3179eb9 -C extra-filename=-13787978c3179eb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27002025-02-10T18:12:19.079Z Dirty base64ct v1.6.0: the rustflags changed
27012025-02-10T18:12:19.079Z Compiling base64ct v1.6.0
27022025-02-10T18:12:19.082Z Running `/home/build/.rustup/toolchains/1.84.1-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=9bf41bc36b79b4aa -C extra-filename=-9bf41bc36b79b4aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27032025-02-10T18:12:19.412Z Dirty backtrace v0.3.74: the rustflags changed
27042025-02-10T18:12:19.412Z Compiling backtrace v0.3.74
27052025-02-10T18:12:19.440Z Running `/home/build/.rustup/toolchains/1.84.1-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=ca7409b5a0c0c515 -C extra-filename=-ca7409b5a0c0c515 --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-2cd04fd4e1b50930.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251649a18fbe395c.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-01d974245e79ddfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27062025-02-10T18:12:19.444Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9/build-script-build`
27072025-02-10T18:12:19.681Z Dirty http-body v1.0.1: the rustflags changed
27082025-02-10T18:12:19.681Z Compiling http-body v1.0.1
27092025-02-10T18:12:19.720Z Running `/home/build/.rustup/toolchains/1.84.1-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=bccdc69a0f3e3062 -C extra-filename=-bccdc69a0f3e3062 --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-03e029f2a415749e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27102025-02-10T18:12:19.724Z Dirty hmac v0.12.1: the rustflags changed
27112025-02-10T18:12:19.724Z Compiling hmac v0.12.1
27122025-02-10T18:12:19.727Z Running `/home/build/.rustup/toolchains/1.84.1-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=abdc0b2e0b5c493c -C extra-filename=-abdc0b2e0b5c493c --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27132025-02-10T18:12:19.953Z Dirty mirai-annotations v1.12.0: the rustflags changed
27142025-02-10T18:12:19.954Z Compiling mirai-annotations v1.12.0
27152025-02-10T18:12:19.956Z Running `/home/build/.rustup/toolchains/1.84.1-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=36027d088c06f27a -C extra-filename=-36027d088c06f27a --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:19.987Z Dirty base64 v0.22.1: the rustflags changed
27172025-02-10T18:12:19.987Z Compiling base64 v0.22.1
27182025-02-10T18:12:19.987Z Running `/home/build/.rustup/toolchains/1.84.1-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=f429081ea7e2c5aa -C extra-filename=-f429081ea7e2c5aa --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:20.017Z Dirty httpdate v1.0.3: the rustflags changed
27202025-02-10T18:12:20.017Z Compiling httpdate v1.0.3
27212025-02-10T18:12:20.020Z Running `/home/build/.rustup/toolchains/1.84.1-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=b3b65872e6a30349 -C extra-filename=-b3b65872e6a30349 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:20.186Z Dirty untrusted v0.7.1: the rustflags changed
27232025-02-10T18:12:20.186Z Compiling untrusted v0.7.1
27242025-02-10T18:12:20.188Z Running `/home/build/.rustup/toolchains/1.84.1-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=91dfaba15fcff121 -C extra-filename=-91dfaba15fcff121 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:20.238Z Dirty try-lock v0.2.5: the rustflags changed
27262025-02-10T18:12:20.238Z Compiling try-lock v0.2.5
27272025-02-10T18:12:20.240Z Running `/home/build/.rustup/toolchains/1.84.1-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=7917390f6995c10c -C extra-filename=-7917390f6995c10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27282025-02-10T18:12:20.406Z Dirty want v0.3.1: the rustflags changed
27292025-02-10T18:12:20.406Z Compiling want v0.3.1
27302025-02-10T18:12:20.408Z Running `/home/build/.rustup/toolchains/1.84.1-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=b47672df8fc56455 -C extra-filename=-b47672df8fc56455 --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-7917390f6995c10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27312025-02-10T18:12:20.478Z Running `/home/build/.rustup/toolchains/1.84.1-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=85bd370b09aa1fc4 -C extra-filename=-85bd370b09aa1fc4 --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-ca7409b5a0c0c515.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)'`
27322025-02-10T18:12:20.509Z Dirty slog v2.7.0: the rustflags changed
27332025-02-10T18:12:20.509Z Compiling slog v2.7.0
27342025-02-10T18:12:20.512Z Running `/home/build/.rustup/toolchains/1.84.1-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=a8a81d8b84b6de35 -C extra-filename=-a8a81d8b84b6de35 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27352025-02-10T18:12:20.679Z Dirty openssl-sys v0.9.105: the rustflags changed
27362025-02-10T18:12:20.679Z Compiling openssl-sys v0.9.105
27372025-02-10T18:12:20.704Z Running `/home/build/.rustup/toolchains/1.84.1-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=a2d2c48be2929fa5 -C extra-filename=-a2d2c48be2929fa5 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-a2d2c48be2929fa5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27382025-02-10T18:12:20.708Z Dirty tower-service v0.3.3: the rustflags changed
27392025-02-10T18:12:20.708Z Compiling tower-service v0.3.3
27402025-02-10T18:12:20.710Z Running `/home/build/.rustup/toolchains/1.84.1-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=11786c340eeec091 -C extra-filename=-11786c340eeec091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27412025-02-10T18:12:20.865Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27422025-02-10T18:12:20.865Z Compiling pem-rfc7468 v0.7.0
27432025-02-10T18:12:20.868Z Running `/home/build/.rustup/toolchains/1.84.1-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=5b326ffb7e69c9f0 -C extra-filename=-5b326ffb7e69c9f0 --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-9bf41bc36b79b4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27442025-02-10T18:12:21.065Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35/build-script-build`
27452025-02-10T18:12:21.154Z Running `/home/build/.rustup/toolchains/1.84.1-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=9ff9bed8fdf62814 -C extra-filename=-9ff9bed8fdf62814 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:21.206Z Dirty mime v0.3.17: the rustflags changed
27472025-02-10T18:12:21.206Z Compiling mime v0.3.17
27482025-02-10T18:12:21.209Z Running `/home/build/.rustup/toolchains/1.84.1-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=e93d7a4231ab1bfa -C extra-filename=-e93d7a4231ab1bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27492025-02-10T18:12:21.570Z Dirty http-body-util v0.1.2: the rustflags changed
27502025-02-10T18:12:21.570Z Compiling http-body-util v0.1.2
27512025-02-10T18:12:21.573Z Running `/home/build/.rustup/toolchains/1.84.1-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=cb67c55d980f2639 -C extra-filename=-cb67c55d980f2639 --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-03e029f2a415749e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27522025-02-10T18:12:21.760Z Dirty der_derive v0.7.3: the rustflags changed
27532025-02-10T18:12:21.760Z Compiling der_derive v0.7.3
27542025-02-10T18:12:21.764Z Running `/home/build/.rustup/toolchains/1.84.1-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=5ca69331a24ac339 -C extra-filename=-5ca69331a24ac339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27552025-02-10T18:12:21.875Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-a2d2c48be2929fa5/build-script-main`
27562025-02-10T18:12:21.921Z Dirty async-trait v0.1.86: the rustflags changed
27572025-02-10T18:12:21.921Z Compiling async-trait v0.1.86
27582025-02-10T18:12:21.924Z Running `/home/build/.rustup/toolchains/1.84.1-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.86/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=116e3d46dcb2ae19 -C extra-filename=-116e3d46dcb2ae19 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-02-10T18:12:22.012Z Dirty flagset v0.4.6: the rustflags changed
27602025-02-10T18:12:22.012Z Compiling flagset v0.4.6
27612025-02-10T18:12:22.054Z Running `/home/build/.rustup/toolchains/1.84.1-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=9ba4f502a9568a42 -C extra-filename=-9ba4f502a9568a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27622025-02-10T18:12:22.102Z Dirty pbkdf2 v0.12.2: the rustflags changed
27632025-02-10T18:12:22.102Z Compiling pbkdf2 v0.12.2
27642025-02-10T18:12:22.105Z Running `/home/build/.rustup/toolchains/1.84.1-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=d3f05e90bd681634 -C extra-filename=-d3f05e90bd681634 --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-c1a84befa7c7dca3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27652025-02-10T18:12:22.260Z Dirty icu_normalizer v1.5.0: the rustflags changed
27662025-02-10T18:12:22.260Z Compiling icu_normalizer v1.5.0
27672025-02-10T18:12:22.263Z Running `/home/build/.rustup/toolchains/1.84.1-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=933baba214ddb5e1 -C extra-filename=-933baba214ddb5e1 --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-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-35dcfc4910478321.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-5c6adb06a7b4f5c4.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-fa81fd2bd804ae46.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27682025-02-10T18:12:22.313Z Dirty tokio-util v0.7.12: the rustflags changed
27692025-02-10T18:12:22.313Z Compiling tokio-util v0.7.12
27702025-02-10T18:12:22.316Z Running `/home/build/.rustup/toolchains/1.84.1-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=d723b36c923e492d -C extra-filename=-d723b36c923e492d --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27712025-02-10T18:12:22.529Z Dirty rustc_version v0.4.1: the rustflags changed
27722025-02-10T18:12:22.529Z Compiling rustc_version v0.4.1
27732025-02-10T18:12:22.531Z Running `/home/build/.rustup/toolchains/1.84.1-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=127e78bd12e05294 -C extra-filename=-127e78bd12e05294 --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-07c6b1f5abcda869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27742025-02-10T18:12:23.265Z Dirty idna_adapter v1.2.0: the rustflags changed
27752025-02-10T18:12:23.265Z Compiling idna_adapter v1.2.0
27762025-02-10T18:12:23.267Z Running `/home/build/.rustup/toolchains/1.84.1-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=d5c4e521107b26c7 -C extra-filename=-d5c4e521107b26c7 --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-933baba214ddb5e1.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27772025-02-10T18:12:23.294Z Dirty h2 v0.4.6: the rustflags changed
27782025-02-10T18:12:23.294Z Compiling h2 v0.4.6
27792025-02-10T18:12:23.320Z Running `/home/build/.rustup/toolchains/1.84.1-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=0cf197d91dfe7fb0 -C extra-filename=-0cf197d91dfe7fb0 --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-51ef279ec708937a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27802025-02-10T18:12:23.525Z Dirty idna v1.0.3: the rustflags changed
27812025-02-10T18:12:23.525Z Compiling idna v1.0.3
27822025-02-10T18:12:23.528Z Running `/home/build/.rustup/toolchains/1.84.1-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=fe685517b6eca05c -C extra-filename=-fe685517b6eca05c --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-d5c4e521107b26c7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27832025-02-10T18:12:23.587Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27842025-02-10T18:12:23.587Z Compiling rustls-pemfile v2.2.0
27852025-02-10T18:12:23.590Z Running `/home/build/.rustup/toolchains/1.84.1-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=399a8c6a3d049ca9 -C extra-filename=-399a8c6a3d049ca9 --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27862025-02-10T18:12:23.955Z Dirty aes v0.8.4: the rustflags changed
27872025-02-10T18:12:23.955Z Compiling aes v0.8.4
27882025-02-10T18:12:23.999Z Running `/home/build/.rustup/toolchains/1.84.1-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=708b609aec160fbb -C extra-filename=-708b609aec160fbb --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27892025-02-10T18:12:24.119Z Dirty ipnet v2.10.1: the rustflags changed
27902025-02-10T18:12:24.119Z Compiling ipnet v2.10.1
27912025-02-10T18:12:24.121Z Running `/home/build/.rustup/toolchains/1.84.1-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=d24a24ef2c0c0069 -C extra-filename=-d24a24ef2c0c0069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27922025-02-10T18:12:24.386Z Dirty url v2.5.3: the rustflags changed
27932025-02-10T18:12:24.386Z Compiling url v2.5.3
27942025-02-10T18:12:24.389Z Running `/home/build/.rustup/toolchains/1.84.1-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=36d0c6e16b5c3df1 -C extra-filename=-36d0c6e16b5c3df1 --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-754279f5a7bc6973.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27952025-02-10T18:12:24.659Z Dirty der v0.7.9: the rustflags changed
27962025-02-10T18:12:24.659Z Compiling der v0.7.9
27972025-02-10T18:12:24.703Z Running `/home/build/.rustup/toolchains/1.84.1-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=7574fbcdd472cb64 -C extra-filename=-7574fbcdd472cb64 --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-dedac17a1c4aee37.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5ca69331a24ac339.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9ba4f502a9568a42.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27982025-02-10T18:12:25.188Z Dirty openssl v0.10.70: the rustflags changed
27992025-02-10T18:12:25.188Z Compiling openssl v0.10.70
28002025-02-10T18:12:25.190Z Running `/home/build/.rustup/toolchains/1.84.1-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=69aea007b49a57f0 -C extra-filename=-69aea007b49a57f0 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-69aea007b49a57f0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28012025-02-10T18:12:25.219Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28022025-02-10T18:12:25.219Z Compiling foreign-types-shared v0.1.1
28032025-02-10T18:12:25.222Z Running `/home/build/.rustup/toolchains/1.84.1-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=873d12a7d701113c -C extra-filename=-873d12a7d701113c --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:25.376Z Dirty openssl-probe v0.1.5: the rustflags changed
28052025-02-10T18:12:25.376Z Compiling openssl-probe v0.1.5
28062025-02-10T18:12:25.378Z Running `/home/build/.rustup/toolchains/1.84.1-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=19e68c2f6b84a5f5 -C extra-filename=-19e68c2f6b84a5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28072025-02-10T18:12:25.715Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-69aea007b49a57f0/build-script-build`
28082025-02-10T18:12:25.741Z Dirty foreign-types v0.3.2: the rustflags changed
28092025-02-10T18:12:25.741Z Compiling foreign-types v0.3.2
28102025-02-10T18:12:25.744Z Running `/home/build/.rustup/toolchains/1.84.1-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=e1f04594735cf4fe -C extra-filename=-e1f04594735cf4fe --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-873d12a7d701113c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28112025-02-10T18:12:25.783Z Running `/home/build/.rustup/toolchains/1.84.1-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=48ede35ea3c9cf1f -C extra-filename=-48ede35ea3c9cf1f --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-98124fae94d5c163.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)'`
28122025-02-10T18:12:25.871Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28132025-02-10T18:12:25.871Z Compiling serde_urlencoded v0.7.1
28142025-02-10T18:12:25.874Z Running `/home/build/.rustup/toolchains/1.84.1-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=a3b00209587225de -C extra-filename=-a3b00209587225de --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-754279f5a7bc6973.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-02-10T18:12:26.300Z Dirty cbc v0.1.2: the rustflags changed
28162025-02-10T18:12:26.300Z Compiling cbc v0.1.2
28172025-02-10T18:12:26.327Z Running `/home/build/.rustup/toolchains/1.84.1-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=bba9c387716fb8e5 -C extra-filename=-bba9c387716fb8e5 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-02-10T18:12:26.432Z Dirty salsa20 v0.10.2: the rustflags changed
28192025-02-10T18:12:26.432Z Compiling salsa20 v0.10.2
28202025-02-10T18:12:26.435Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc7c5b27a2ebe5a9 -C extra-filename=-dc7c5b27a2ebe5a9 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28212025-02-10T18:12:26.572Z Dirty futures-executor v0.3.31: the rustflags changed
28222025-02-10T18:12:26.572Z Compiling futures-executor v0.3.31
28232025-02-10T18:12:26.574Z Running `/home/build/.rustup/toolchains/1.84.1-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=02987b932e7b04d9 -C extra-filename=-02987b932e7b04d9 --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-c05ca62951efc497.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28242025-02-10T18:12:26.687Z Dirty spki v0.7.3: the rustflags changed
28252025-02-10T18:12:26.687Z Compiling spki v0.7.3
28262025-02-10T18:12:26.690Z Running `/home/build/.rustup/toolchains/1.84.1-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=58e57b055bea531e -C extra-filename=-58e57b055bea531e --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-7574fbcdd472cb64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28272025-02-10T18:12:26.814Z Dirty openssl-macros v0.1.1: the rustflags changed
28282025-02-10T18:12:26.814Z Compiling openssl-macros v0.1.1
28292025-02-10T18:12:26.842Z Running `/home/build/.rustup/toolchains/1.84.1-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=35723385e275c711 -C extra-filename=-35723385e275c711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28302025-02-10T18:12:27.121Z Dirty encoding_rs v0.8.34: the rustflags changed
28312025-02-10T18:12:27.121Z Compiling encoding_rs v0.8.34
28322025-02-10T18:12:27.124Z Running `/home/build/.rustup/toolchains/1.84.1-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=cee50d503b677855 -C extra-filename=-cee50d503b677855 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28332025-02-10T18:12:27.152Z Dirty camino v1.1.9: the rustflags changed
28342025-02-10T18:12:27.152Z Compiling camino v1.1.9
28352025-02-10T18:12:27.155Z Running `/home/build/.rustup/toolchains/1.84.1-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=81b99c26c3513728 -C extra-filename=-81b99c26c3513728 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28362025-02-10T18:12:27.181Z Dirty rustls v0.23.19: the rustflags changed
28372025-02-10T18:12:27.181Z Compiling rustls v0.23.19
28382025-02-10T18:12:27.183Z Running `/home/build/.rustup/toolchains/1.84.1-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=bc7610f533623f01 -C extra-filename=-bc7610f533623f01 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28392025-02-10T18:12:27.578Z Dirty rustversion v1.0.17: the rustflags changed
28402025-02-10T18:12:27.578Z Compiling rustversion v1.0.17
28412025-02-10T18:12:27.621Z Running `/home/build/.rustup/toolchains/1.84.1-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=7a9809c22cb53b80 -C extra-filename=-7a9809c22cb53b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28422025-02-10T18:12:27.723Z Dirty futures v0.3.31: the rustflags changed
28432025-02-10T18:12:27.724Z Compiling futures v0.3.31
28442025-02-10T18:12:27.787Z Running `/home/build/.rustup/toolchains/1.84.1-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=1d8f95ba60b42aa6 -C extra-filename=-1d8f95ba60b42aa6 --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-02987b932e7b04d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28452025-02-10T18:12:27.829Z Running `/home/build/.rustup/toolchains/1.84.1-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=6e0ed6e15ce29eb3 -C extra-filename=-6e0ed6e15ce29eb3 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-35723385e275c711.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.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)'`
28462025-02-10T18:12:27.863Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728/build-script-build`
28472025-02-10T18:12:27.893Z Dirty scrypt v0.11.0: the rustflags changed
28482025-02-10T18:12:27.893Z Compiling scrypt v0.11.0
28492025-02-10T18:12:27.896Z Running `/home/build/.rustup/toolchains/1.84.1-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=f71b61bf95f868fb -C extra-filename=-f71b61bf95f868fb --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-d3f05e90bd681634.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-dc7c5b27a2ebe5a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-02-10T18:12:27.927Z Dirty openapiv3 v2.0.0: the rustflags changed
28512025-02-10T18:12:27.927Z Compiling openapiv3 v2.0.0
28522025-02-10T18:12:27.930Z Running `/home/build/.rustup/toolchains/1.84.1-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=9d242d4baaa625b0 -C extra-filename=-9d242d4baaa625b0 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-02-10T18:12:27.959Z Dirty utf8parse v0.2.2: the rustflags changed
28542025-02-10T18:12:27.959Z Compiling utf8parse v0.2.2
28552025-02-10T18:12:27.962Z Running `/home/build/.rustup/toolchains/1.84.1-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=a9e9441fe1d54e72 -C extra-filename=-a9e9441fe1d54e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-02-10T18:12:28.157Z Dirty native-tls v0.2.12: the rustflags changed
28572025-02-10T18:12:28.157Z Compiling native-tls v0.2.12
28582025-02-10T18:12:28.160Z Running `/home/build/.rustup/toolchains/1.84.1-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=f062e89e3291717e -C extra-filename=-f062e89e3291717e --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-02-10T18:12:28.337Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80/build-script-build`
28602025-02-10T18:12:28.415Z Dirty pkcs5 v0.7.1: the rustflags changed
28612025-02-10T18:12:28.415Z Compiling pkcs5 v0.7.1
28622025-02-10T18:12:28.439Z Running `/home/build/.rustup/toolchains/1.84.1-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=9801172722602ad7 -C extra-filename=-9801172722602ad7 --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-708b609aec160fbb.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d3f05e90bd681634.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f71b61bf95f868fb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28632025-02-10T18:12:28.445Z Running `/home/build/.rustup/toolchains/1.84.1-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=a66aa9a6ac3f975d -C extra-filename=-a66aa9a6ac3f975d --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"))'`
28642025-02-10T18:12:28.583Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e/build-script-build`
28652025-02-10T18:12:28.628Z Running `/home/build/.rustup/toolchains/1.84.1-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=21ea866390417d2b -C extra-filename=-21ea866390417d2b --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-b6795449d4b8cccb.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)'`
28662025-02-10T18:12:29.495Z Dirty is-terminal v0.4.13: the rustflags changed
28672025-02-10T18:12:29.495Z Compiling is-terminal v0.4.13
28682025-02-10T18:12:29.497Z Running `/home/build/.rustup/toolchains/1.84.1-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=7fcf105a31e0f4a8 -C extra-filename=-7fcf105a31e0f4a8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-02-10T18:12:29.568Z Dirty cookie v0.18.1: the rustflags changed
28702025-02-10T18:12:29.568Z Compiling cookie v0.18.1
28712025-02-10T18:12:29.571Z Running `/home/build/.rustup/toolchains/1.84.1-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=645ba55ebacc748d -C extra-filename=-645ba55ebacc748d --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28722025-02-10T18:12:29.660Z Dirty winnow v0.6.20: the rustflags changed
28732025-02-10T18:12:29.661Z Compiling winnow v0.6.20
28742025-02-10T18:12:29.663Z Running `/home/build/.rustup/toolchains/1.84.1-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=87e7d00a1847f5b3 -C extra-filename=-87e7d00a1847f5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28752025-02-10T18:12:29.849Z Dirty pkcs8 v0.10.2: the rustflags changed
28762025-02-10T18:12:29.849Z Compiling pkcs8 v0.10.2
28772025-02-10T18:12:29.852Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa4291ce2da6a74b -C extra-filename=-fa4291ce2da6a74b --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-7574fbcdd472cb64.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9801172722602ad7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28782025-02-10T18:12:29.939Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d/build-script-build`
28792025-02-10T18:12:30.031Z Dirty anstyle v1.0.10: the rustflags changed
28802025-02-10T18:12:30.031Z Compiling anstyle v1.0.10
28812025-02-10T18:12:30.034Z Running `/home/build/.rustup/toolchains/1.84.1-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=5a89573be83a4361 -C extra-filename=-5a89573be83a4361 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:30.484Z Dirty hyper v1.5.2: the rustflags changed
28832025-02-10T18:12:30.487Z Compiling hyper v1.5.2
28842025-02-10T18:12:30.487Z Running `/home/build/.rustup/toolchains/1.84.1-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=79da29a8508f56cb -C extra-filename=-79da29a8508f56cb --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b47672df8fc56455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28852025-02-10T18:12:30.555Z Dirty litrs v0.4.1: the rustflags changed
28862025-02-10T18:12:30.555Z Compiling litrs v0.4.1
28872025-02-10T18:12:30.600Z Running `/home/build/.rustup/toolchains/1.84.1-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=2e8cadbe8e7cfdb9 -C extra-filename=-2e8cadbe8e7cfdb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28882025-02-10T18:12:31.396Z Dirty psl-types v2.0.11: the rustflags changed
28892025-02-10T18:12:31.397Z Compiling psl-types v2.0.11
28902025-02-10T18:12:31.399Z Running `/home/build/.rustup/toolchains/1.84.1-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=1764b692535d7679 -C extra-filename=-1764b692535d7679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28912025-02-10T18:12:31.631Z Dirty publicsuffix v2.3.0: the rustflags changed
28922025-02-10T18:12:31.631Z Compiling publicsuffix v2.3.0
28932025-02-10T18:12:31.675Z Running `/home/build/.rustup/toolchains/1.84.1-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=bdeaf42643b7c5ef -C extra-filename=-bdeaf42643b7c5ef --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-fe685517b6eca05c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-1764b692535d7679.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28942025-02-10T18:12:31.749Z Dirty document-features v0.2.10: the rustflags changed
28952025-02-10T18:12:31.749Z Compiling document-features v0.2.10
28962025-02-10T18:12:31.752Z Running `/home/build/.rustup/toolchains/1.84.1-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=31085e5d7fbf2278 -C extra-filename=-31085e5d7fbf2278 --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-2e8cadbe8e7cfdb9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28972025-02-10T18:12:31.899Z Running `/home/build/.rustup/toolchains/1.84.1-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=585b1bf374a21fcf -C extra-filename=-585b1bf374a21fcf --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-5386e076faaa6b73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28982025-02-10T18:12:31.944Z Dirty webpki-roots v0.26.6: the rustflags changed
28992025-02-10T18:12:31.944Z Compiling webpki-roots v0.26.6
29002025-02-10T18:12:32.017Z Running `/home/build/.rustup/toolchains/1.84.1-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=75d657805dc2dbec -C extra-filename=-75d657805dc2dbec --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29012025-02-10T18:12:32.223Z Dirty dirs-sys-next v0.1.2: the rustflags changed
29022025-02-10T18:12:32.223Z Compiling dirs-sys-next v0.1.2
29032025-02-10T18:12:32.226Z Running `/home/build/.rustup/toolchains/1.84.1-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=c8ea29fd683e2ae0 -C extra-filename=-c8ea29fd683e2ae0 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29042025-02-10T18:12:32.823Z Dirty data-encoding v2.6.0: the rustflags changed
29052025-02-10T18:12:32.823Z Compiling data-encoding v2.6.0
29062025-02-10T18:12:32.868Z Running `/home/build/.rustup/toolchains/1.84.1-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=3be45ffcb0b42af9 -C extra-filename=-3be45ffcb0b42af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29072025-02-10T18:12:33.010Z Dirty hyper-util v0.1.10: the rustflags changed
29082025-02-10T18:12:33.010Z Compiling hyper-util v0.1.10
29092025-02-10T18:12:33.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=121df68eb24af603 -C extra-filename=-121df68eb24af603 --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29102025-02-10T18:12:33.085Z Dirty winnow v0.5.40: the rustflags changed
29112025-02-10T18:12:33.085Z Compiling winnow v0.5.40
29122025-02-10T18:12:33.088Z Running `/home/build/.rustup/toolchains/1.84.1-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=1cb1edf48f7c940e -C extra-filename=-1cb1edf48f7c940e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29132025-02-10T18:12:33.155Z Dirty cookie_store v0.21.1: the rustflags changed
29142025-02-10T18:12:33.155Z Compiling cookie_store v0.21.1
29152025-02-10T18:12:33.188Z Running `/home/build/.rustup/toolchains/1.84.1-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=680892f67459c227 -C extra-filename=-680892f67459c227 --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-585b1bf374a21fcf.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-31085e5d7fbf2278.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-bdeaf42643b7c5ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29162025-02-10T18:12:33.568Z Dirty dirs-next v2.0.0: the rustflags changed
29172025-02-10T18:12:33.568Z Compiling dirs-next v2.0.0
29182025-02-10T18:12:33.571Z Running `/home/build/.rustup/toolchains/1.84.1-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=9e9f9c746edfc2ab -C extra-filename=-9e9f9c746edfc2ab --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-c23dfb9b1834c42c.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c8ea29fd683e2ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29192025-02-10T18:12:33.842Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d3ec4b3ad8fb7c9 -C extra-filename=-8d3ec4b3ad8fb7c9 --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-9e3a943cb0d1c1f7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.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`
29202025-02-10T18:12:34.258Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29212025-02-10T18:12:34.258Z Compiling tokio-native-tls v0.3.1
29222025-02-10T18:12:34.261Z Running `/home/build/.rustup/toolchains/1.84.1-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=060e3189b2612a93 -C extra-filename=-060e3189b2612a93 --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-8d3ec4b3ad8fb7c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29232025-02-10T18:12:34.395Z Dirty sha1 v0.10.6: the rustflags changed
29242025-02-10T18:12:34.395Z Compiling sha1 v0.10.6
29252025-02-10T18:12:34.410Z Running `/home/build/.rustup/toolchains/1.84.1-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=e29a58dd09db31c7 -C extra-filename=-e29a58dd09db31c7 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29262025-02-10T18:12:34.570Z Dirty sync_wrapper v1.0.1: the rustflags changed
29272025-02-10T18:12:34.570Z Compiling sync_wrapper v1.0.1
29282025-02-10T18:12:34.573Z Running `/home/build/.rustup/toolchains/1.84.1-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=b42a5e084cc55ab1 -C extra-filename=-b42a5e084cc55ab1 --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-c05ca62951efc497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29292025-02-10T18:12:34.671Z Dirty ucd-trie v0.1.7: the rustflags changed
29302025-02-10T18:12:34.671Z Compiling ucd-trie v0.1.7
29312025-02-10T18:12:34.708Z Running `/home/build/.rustup/toolchains/1.84.1-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=57024efd42745d55 -C extra-filename=-57024efd42745d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29322025-02-10T18:12:34.761Z Dirty term v0.7.0: the rustflags changed
29332025-02-10T18:12:34.761Z Compiling term v0.7.0
29342025-02-10T18:12:34.764Z Running `/home/build/.rustup/toolchains/1.84.1-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=fab8dacee8d89414 -C extra-filename=-fab8dacee8d89414 --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-9e9f9c746edfc2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29352025-02-10T18:12:34.836Z Dirty anstyle-parse v0.2.5: the rustflags changed
29362025-02-10T18:12:34.836Z Compiling anstyle-parse v0.2.5
29372025-02-10T18:12:34.839Z Running `/home/build/.rustup/toolchains/1.84.1-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=d868a4f7881a9ea6 -C extra-filename=-d868a4f7881a9ea6 --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-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29382025-02-10T18:12:34.928Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29392025-02-10T18:12:34.928Z Compiling is_terminal_polyfill v1.70.1
29402025-02-10T18:12:34.930Z Running `/home/build/.rustup/toolchains/1.84.1-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=2dc216296280e4cd -C extra-filename=-2dc216296280e4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29412025-02-10T18:12:35.089Z Dirty pest v2.7.14: the rustflags changed
29422025-02-10T18:12:35.089Z Compiling pest v2.7.14
29432025-02-10T18:12:35.092Z Running `/home/build/.rustup/toolchains/1.84.1-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=7bc43a794468bd54 -C extra-filename=-7bc43a794468bd54 --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-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57024efd42745d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29442025-02-10T18:12:35.201Z Dirty hyper-tls v0.6.0: the rustflags changed
29452025-02-10T18:12:35.201Z Compiling hyper-tls v0.6.0
29462025-02-10T18:12:35.204Z Running `/home/build/.rustup/toolchains/1.84.1-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=c900fda434cb494c -C extra-filename=-c900fda434cb494c --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-03e029f2a415749e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8d3ec4b3ad8fb7c9.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-060e3189b2612a93.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29472025-02-10T18:12:35.230Z Dirty siphasher v0.3.11: the rustflags changed
29482025-02-10T18:12:35.230Z Compiling siphasher v0.3.11
29492025-02-10T18:12:35.298Z Running `/home/build/.rustup/toolchains/1.84.1-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=0fee2dbb2aad7fed -C extra-filename=-0fee2dbb2aad7fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29502025-02-10T18:12:35.617Z Dirty colorchoice v1.0.2: the rustflags changed
29512025-02-10T18:12:35.617Z Compiling colorchoice v1.0.2
29522025-02-10T18:12:35.620Z Dirty anstyle-query v1.1.1: the rustflags changed
29532025-02-10T18:12:35.620Z Compiling anstyle-query v1.1.1
29542025-02-10T18:12:35.620Z Running `/home/build/.rustup/toolchains/1.84.1-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=e27204fa91a36fad -C extra-filename=-e27204fa91a36fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-02-10T18:12:35.620Z Running `/home/build/.rustup/toolchains/1.84.1-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=9f6ed3003d0a3f9e -C extra-filename=-9f6ed3003d0a3f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29562025-02-10T18:12:35.803Z Dirty anstream v0.6.15: the rustflags changed
29572025-02-10T18:12:35.803Z Compiling anstream v0.6.15
29582025-02-10T18:12:35.807Z Running `/home/build/.rustup/toolchains/1.84.1-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=01e0110c70860f33 -C extra-filename=-01e0110c70860f33 --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-5a89573be83a4361.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d868a4f7881a9ea6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-9f6ed3003d0a3f9e.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-e27204fa91a36fad.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-2dc216296280e4cd.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29592025-02-10T18:12:35.832Z Dirty toml_edit v0.22.22: the rustflags changed
29602025-02-10T18:12:35.832Z Compiling toml_edit v0.22.22
29612025-02-10T18:12:35.871Z Running `/home/build/.rustup/toolchains/1.84.1-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=0a8c2a3d02b46dfd -C extra-filename=-0a8c2a3d02b46dfd --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29622025-02-10T18:12:35.918Z Dirty terminal_size v0.4.0: the rustflags changed
29632025-02-10T18:12:35.919Z Compiling terminal_size v0.4.0
29642025-02-10T18:12:35.921Z Running `/home/build/.rustup/toolchains/1.84.1-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=466a10d26b51f06a -C extra-filename=-466a10d26b51f06a --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29652025-02-10T18:12:35.951Z Dirty scroll_derive v0.12.0: the rustflags changed
29662025-02-10T18:12:35.951Z Compiling scroll_derive v0.12.0
29672025-02-10T18:12:35.982Z Running `/home/build/.rustup/toolchains/1.84.1-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=4e6d68ae7263c84d -C extra-filename=-4e6d68ae7263c84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29682025-02-10T18:12:36.082Z Dirty clap_lex v0.7.4: the rustflags changed
29692025-02-10T18:12:36.082Z Compiling clap_lex v0.7.4
29702025-02-10T18:12:36.084Z Running `/home/build/.rustup/toolchains/1.84.1-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=ce6e19f1ba3e24c0 -C extra-filename=-ce6e19f1ba3e24c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29712025-02-10T18:12:36.313Z Dirty signature v2.2.0: the rustflags changed
29722025-02-10T18:12:36.314Z Compiling signature v2.2.0
29732025-02-10T18:12:36.316Z Running `/home/build/.rustup/toolchains/1.84.1-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=1412253b75507a5a -C extra-filename=-1412253b75507a5a --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-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29742025-02-10T18:12:36.440Z Dirty toml_edit v0.19.15: the rustflags changed
29752025-02-10T18:12:36.440Z Compiling toml_edit v0.19.15
29762025-02-10T18:12:36.456Z Running `/home/build/.rustup/toolchains/1.84.1-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=fd590cd4278d7300 -C extra-filename=-fd590cd4278d7300 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1cb1edf48f7c940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29772025-02-10T18:12:36.490Z Dirty clap_builder v4.5.27: the rustflags changed
29782025-02-10T18:12:36.490Z Compiling clap_builder v4.5.27
29792025-02-10T18:12:36.516Z Running `/home/build/.rustup/toolchains/1.84.1-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=4947241cdc6860e5 -C extra-filename=-4947241cdc6860e5 --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-01e0110c70860f33.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5a89573be83a4361.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-ce6e19f1ba3e24c0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-466a10d26b51f06a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29802025-02-10T18:12:36.554Z Dirty clap_derive v4.5.24: the rustflags changed
29812025-02-10T18:12:36.554Z Compiling clap_derive v4.5.24
29822025-02-10T18:12:36.588Z Running `/home/build/.rustup/toolchains/1.84.1-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=992fd54f5597aeb8 -C extra-filename=-992fd54f5597aeb8 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29832025-02-10T18:12:36.625Z Dirty plain v0.2.3: the rustflags changed
29842025-02-10T18:12:36.625Z Compiling plain v0.2.3
29852025-02-10T18:12:36.627Z Running `/home/build/.rustup/toolchains/1.84.1-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=05bf5da7eb2e0fbd -C extra-filename=-05bf5da7eb2e0fbd --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:36.822Z Dirty usdt-impl v0.5.0: the rustflags changed
29872025-02-10T18:12:36.822Z Compiling usdt-impl v0.5.0
29882025-02-10T18:12:36.825Z Running `/home/build/.rustup/toolchains/1.84.1-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=e5902b8d81e90150 -C extra-filename=-e5902b8d81e90150 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29892025-02-10T18:12:37.299Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29902025-02-10T18:12:37.299Z Compiling unicode-segmentation v1.12.0
29912025-02-10T18:12:37.334Z Running `/home/build/.rustup/toolchains/1.84.1-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=424502f4230a2600 -C extra-filename=-424502f4230a2600 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:37.647Z Dirty scroll v0.12.0: the rustflags changed
29932025-02-10T18:12:37.647Z Compiling scroll v0.12.0
29942025-02-10T18:12:37.651Z Running `/home/build/.rustup/toolchains/1.84.1-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=c176ab095e5ccbad -C extra-filename=-c176ab095e5ccbad --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-4e6d68ae7263c84d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29952025-02-10T18:12:38.189Z Dirty pest_meta v2.7.14: the rustflags changed
29962025-02-10T18:12:38.189Z Compiling pest_meta v2.7.14
29972025-02-10T18:12:38.192Z Running `/home/build/.rustup/toolchains/1.84.1-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=ae837e16d9c9ce7d -C extra-filename=-ae837e16d9c9ce7d --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-4845f0240c4dfd51.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-7bc43a794468bd54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29982025-02-10T18:12:38.219Z Dirty goblin v0.8.2: the rustflags changed
29992025-02-10T18:12:38.220Z Compiling goblin v0.8.2
30002025-02-10T18:12:38.222Z Running `/home/build/.rustup/toolchains/1.84.1-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=cf023cfdf9fe426f -C extra-filename=-cf023cfdf9fe426f --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-9e3a943cb0d1c1f7.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-05bf5da7eb2e0fbd.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c176ab095e5ccbad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30012025-02-10T18:12:38.399Z Dirty pretty-hex v0.4.1: the rustflags changed
30022025-02-10T18:12:38.399Z Compiling pretty-hex v0.4.1
30032025-02-10T18:12:38.404Z Running `/home/build/.rustup/toolchains/1.84.1-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=1c41268e67b43604 -C extra-filename=-1c41268e67b43604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30042025-02-10T18:12:38.510Z Dirty tinyvec_macros v0.1.1: the rustflags changed
30052025-02-10T18:12:38.510Z Compiling tinyvec_macros v0.1.1
30062025-02-10T18:12:38.524Z Running `/home/build/.rustup/toolchains/1.84.1-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=602cfd455ffb347f -C extra-filename=-602cfd455ffb347f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30072025-02-10T18:12:38.633Z Dirty tinyvec v1.8.0: the rustflags changed
30082025-02-10T18:12:38.633Z Compiling tinyvec v1.8.0
30092025-02-10T18:12:38.693Z Running `/home/build/.rustup/toolchains/1.84.1-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=1724dd6ce6a29e96 -C extra-filename=-1724dd6ce6a29e96 --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-602cfd455ffb347f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30102025-02-10T18:12:40.170Z Dirty pest_generator v2.7.14: the rustflags changed
30112025-02-10T18:12:40.171Z Compiling pest_generator v2.7.14
30122025-02-10T18:12:40.173Z Running `/home/build/.rustup/toolchains/1.84.1-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=2b59deaaaa27ba91 -C extra-filename=-2b59deaaaa27ba91 --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-7bc43a794468bd54.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-ae837e16d9c9ce7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30132025-02-10T18:12:41.424Z Dirty clap v4.5.27: the rustflags changed
30142025-02-10T18:12:41.424Z Compiling clap v4.5.27
30152025-02-10T18:12:41.427Z Running `/home/build/.rustup/toolchains/1.84.1-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=df9a1bd29cd8c365 -C extra-filename=-df9a1bd29cd8c365 --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-4947241cdc6860e5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-992fd54f5597aeb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-02-10T18:12:41.572Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150/build-script-build`
30172025-02-10T18:12:41.748Z Dirty thread-id v4.2.2: the rustflags changed
30182025-02-10T18:12:41.748Z Compiling thread-id v4.2.2
30192025-02-10T18:12:41.752Z Running `/home/build/.rustup/toolchains/1.84.1-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=d6c0f55cbc23e56a -C extra-filename=-d6c0f55cbc23e56a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30202025-02-10T18:12:41.896Z Dirty crc32fast v1.4.2: the rustflags changed
30212025-02-10T18:12:41.896Z Compiling crc32fast v1.4.2
30222025-02-10T18:12:41.898Z Running `/home/build/.rustup/toolchains/1.84.1-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=8bbe085508e0f085 -C extra-filename=-8bbe085508e0f085 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30232025-02-10T18:12:42.121Z Dirty base16ct v0.2.0: the rustflags changed
30242025-02-10T18:12:42.121Z Compiling base16ct v0.2.0
30252025-02-10T18:12:42.124Z Running `/home/build/.rustup/toolchains/1.84.1-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=2bae47673a4d3340 -C extra-filename=-2bae47673a4d3340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30262025-02-10T18:12:42.294Z Dirty toml v0.8.19: the rustflags changed
30272025-02-10T18:12:42.294Z Compiling toml v0.8.19
30282025-02-10T18:12:42.319Z Running `/home/build/.rustup/toolchains/1.84.1-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=1a9df0e871c6a06b -C extra-filename=-1a9df0e871c6a06b --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30292025-02-10T18:12:42.493Z Dirty sec1 v0.7.3: the rustflags changed
30302025-02-10T18:12:42.493Z Compiling sec1 v0.7.3
30312025-02-10T18:12:42.496Z Running `/home/build/.rustup/toolchains/1.84.1-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=787bcd716ffbd5fe -C extra-filename=-787bcd716ffbd5fe --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-2bae47673a4d3340.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30322025-02-10T18:12:42.672Z Dirty pest_derive v2.7.14: the rustflags changed
30332025-02-10T18:12:42.672Z Compiling pest_derive v2.7.14
30342025-02-10T18:12:42.697Z Running `/home/build/.rustup/toolchains/1.84.1-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=7aeb383d0db96b1f -C extra-filename=-7aeb383d0db96b1f --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-7bc43a794468bd54.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-2b59deaaaa27ba91.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30352025-02-10T18:12:43.088Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30362025-02-10T18:12:43.088Z Compiling crossbeam-channel v0.5.13
30372025-02-10T18:12:43.091Z Running `/home/build/.rustup/toolchains/1.84.1-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=f60384c24350b8e8 -C extra-filename=-f60384c24350b8e8 --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30382025-02-10T18:12:43.457Z Dirty num-integer v0.1.46: the rustflags changed
30392025-02-10T18:12:43.457Z Compiling num-integer v0.1.46
30402025-02-10T18:12:43.460Z Running `/home/build/.rustup/toolchains/1.84.1-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=b0d739eb4cd74a4c -C extra-filename=-b0d739eb4cd74a4c --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30412025-02-10T18:12:43.654Z Dirty ff v0.13.0: the rustflags changed
30422025-02-10T18:12:43.655Z Compiling ff v0.13.0
30432025-02-10T18:12:43.683Z Running `/home/build/.rustup/toolchains/1.84.1-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=6fbc054aaeb2ea7e -C extra-filename=-6fbc054aaeb2ea7e --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-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30442025-02-10T18:12:43.695Z Dirty dtrace-parser v0.2.0: the rustflags changed
30452025-02-10T18:12:43.695Z Compiling dtrace-parser v0.2.0
30462025-02-10T18:12:43.697Z Running `/home/build/.rustup/toolchains/1.84.1-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=1fb82b18e607a80b -C extra-filename=-1fb82b18e607a80b --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-7bc43a794468bd54.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-7aeb383d0db96b1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30472025-02-10T18:12:43.867Z Dirty thread_local v1.1.8: the rustflags changed
30482025-02-10T18:12:43.867Z Compiling thread_local v1.1.8
30492025-02-10T18:12:43.870Z Running `/home/build/.rustup/toolchains/1.84.1-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=471e29bf01f31ecf -C extra-filename=-471e29bf01f31ecf --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-c23dfb9b1834c42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30502025-02-10T18:12:43.896Z Dirty heck v0.4.1: the rustflags changed
30512025-02-10T18:12:43.896Z Compiling heck v0.4.1
30522025-02-10T18:12:43.896Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c318abee26cc297 -C extra-filename=-7c318abee26cc297 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:44.082Z Dirty dof v0.3.0: the rustflags changed
30542025-02-10T18:12:44.082Z Compiling dof v0.3.0
30552025-02-10T18:12:44.108Z Running `/home/build/.rustup/toolchains/1.84.1-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=8f5964ed6d1084ce -C extra-filename=-8f5964ed6d1084ce --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-cf023cfdf9fe426f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30562025-02-10T18:12:44.243Z Dirty slog-async v2.8.0: the rustflags changed
30572025-02-10T18:12:44.243Z Compiling slog-async v2.8.0
30582025-02-10T18:12:44.246Z Running `/home/build/.rustup/toolchains/1.84.1-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=abccc93cc5e58cec -C extra-filename=-abccc93cc5e58cec --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30592025-02-10T18:12:44.316Z Dirty group v0.13.0: the rustflags changed
30602025-02-10T18:12:44.316Z Compiling group v0.13.0
30612025-02-10T18:12:44.319Z Running `/home/build/.rustup/toolchains/1.84.1-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=db92a589c5c12173 -C extra-filename=-db92a589c5c12173 --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-6fbc054aaeb2ea7e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30622025-02-10T18:12:44.372Z Dirty hkdf v0.12.4: the rustflags changed
30632025-02-10T18:12:44.372Z Compiling hkdf v0.12.4
30642025-02-10T18:12:44.379Z Running `/home/build/.rustup/toolchains/1.84.1-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=ef66874295310565 -C extra-filename=-ef66874295310565 --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-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30652025-02-10T18:12:44.608Z Dirty crypto-bigint v0.5.5: the rustflags changed
30662025-02-10T18:12:44.609Z Compiling crypto-bigint v0.5.5
30672025-02-10T18:12:44.611Z Running `/home/build/.rustup/toolchains/1.84.1-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=3152a88fb011064f -C extra-filename=-3152a88fb011064f --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30682025-02-10T18:12:44.648Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30692025-02-10T18:12:44.648Z Compiling crossbeam-epoch v0.9.18
30702025-02-10T18:12:44.650Z Running `/home/build/.rustup/toolchains/1.84.1-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=f632b0254fcc752f -C extra-filename=-f632b0254fcc752f --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30712025-02-10T18:12:44.676Z Dirty utf-8 v0.7.6: the rustflags changed
30722025-02-10T18:12:44.676Z Compiling utf-8 v0.7.6
30732025-02-10T18:12:44.678Z Running `/home/build/.rustup/toolchains/1.84.1-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=3634facfa3f7e4c4 -C extra-filename=-3634facfa3f7e4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30742025-02-10T18:12:44.847Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec/build-script-build`
30752025-02-10T18:12:44.997Z Running `/home/build/.rustup/toolchains/1.84.1-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=3b887867358f299f -C extra-filename=-3b887867358f299f --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-74b89f0a9d262c25.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d6c0f55cbc23e56a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30762025-02-10T18:12:45.014Z Dirty bitflags v1.3.2: the rustflags changed
30772025-02-10T18:12:45.014Z Compiling bitflags v1.3.2
30782025-02-10T18:12:45.016Z Running `/home/build/.rustup/toolchains/1.84.1-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=3656ba0bdfaef672 -C extra-filename=-3656ba0bdfaef672 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:45.149Z Dirty match_cfg v0.1.0: the rustflags changed
30802025-02-10T18:12:45.149Z Compiling match_cfg v0.1.0
30812025-02-10T18:12:45.152Z Running `/home/build/.rustup/toolchains/1.84.1-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=a8b1691c5465c774 -C extra-filename=-a8b1691c5465c774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30822025-02-10T18:12:45.278Z Dirty take_mut v0.2.2: the rustflags changed
30832025-02-10T18:12:45.278Z Compiling take_mut v0.2.2
30842025-02-10T18:12:45.281Z Running `/home/build/.rustup/toolchains/1.84.1-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=fefbf8000eac7fff -C extra-filename=-fefbf8000eac7fff --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:45.380Z Dirty rayon-core v1.12.1: the rustflags changed
30862025-02-10T18:12:45.380Z Compiling rayon-core v1.12.1
30872025-02-10T18:12:45.411Z Running `/home/build/.rustup/toolchains/1.84.1-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=4ece7f1a74636071 -C extra-filename=-4ece7f1a74636071 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30882025-02-10T18:12:45.473Z Running `/home/build/.rustup/toolchains/1.84.1-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=e1ef3cdd035b7e7f -C extra-filename=-e1ef3cdd035b7e7f --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-f60384c24350b8e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-fefbf8000eac7fff.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
30892025-02-10T18:12:45.626Z Dirty hostname v0.3.1: the rustflags changed
30902025-02-10T18:12:45.626Z Compiling hostname v0.3.1
30912025-02-10T18:12:45.641Z Running `/home/build/.rustup/toolchains/1.84.1-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=d6875c02193cfb64 -C extra-filename=-d6875c02193cfb64 --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-98124fae94d5c163.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-a8b1691c5465c774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30922025-02-10T18:12:45.762Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071/build-script-build`
30932025-02-10T18:12:45.805Z Dirty slog-term v2.9.1: the rustflags changed
30942025-02-10T18:12:45.805Z Compiling slog-term v2.9.1
30952025-02-10T18:12:45.812Z Running `/home/build/.rustup/toolchains/1.84.1-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=259451c7f911cced -C extra-filename=-259451c7f911cced --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-7fcf105a31e0f4a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-02-10T18:12:45.875Z Dirty hex v0.4.3: the rustflags changed
30972025-02-10T18:12:45.875Z Compiling hex v0.4.3
30982025-02-10T18:12:45.906Z Running `/home/build/.rustup/toolchains/1.84.1-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=084c2445d08cf99b -C extra-filename=-084c2445d08cf99b --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-02-10T18:12:45.927Z Dirty itertools v0.10.5: the rustflags changed
31002025-02-10T18:12:45.927Z Compiling itertools v0.10.5
31012025-02-10T18:12:45.931Z Running `/home/build/.rustup/toolchains/1.84.1-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=eee8d6dc8a04de92 -C extra-filename=-eee8d6dc8a04de92 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31022025-02-10T18:12:46.354Z Dirty memmap v0.7.0: the rustflags changed
31032025-02-10T18:12:46.354Z Compiling memmap v0.7.0
31042025-02-10T18:12:46.386Z Running `/home/build/.rustup/toolchains/1.84.1-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=263a8fea269cfd6d -C extra-filename=-263a8fea269cfd6d --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31052025-02-10T18:12:46.482Z Dirty bit-vec v0.6.3: the rustflags changed
31062025-02-10T18:12:46.482Z Compiling bit-vec v0.6.3
31072025-02-10T18:12:46.485Z Running `/home/build/.rustup/toolchains/1.84.1-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=e36d209b624fb19a -C extra-filename=-e36d209b624fb19a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31082025-02-10T18:12:46.546Z Dirty static_assertions v1.1.0: the rustflags changed
31092025-02-10T18:12:46.546Z Compiling static_assertions v1.1.0
31102025-02-10T18:12:46.553Z Running `/home/build/.rustup/toolchains/1.84.1-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=64f150a3658beee9 -C extra-filename=-64f150a3658beee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31112025-02-10T18:12:46.679Z Dirty crossbeam-deque v0.8.5: the rustflags changed
31122025-02-10T18:12:46.679Z Compiling crossbeam-deque v0.8.5
31132025-02-10T18:12:46.682Z Running `/home/build/.rustup/toolchains/1.84.1-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=6edf8bac7951c184 -C extra-filename=-6edf8bac7951c184 --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-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31142025-02-10T18:12:46.713Z Dirty num-iter v0.1.45: the rustflags changed
31152025-02-10T18:12:46.714Z Compiling num-iter v0.1.45
31162025-02-10T18:12:46.716Z Running `/home/build/.rustup/toolchains/1.84.1-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=b01694be23ac2aa9 -C extra-filename=-b01694be23ac2aa9 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31172025-02-10T18:12:46.919Z Dirty bit-set v0.5.3: the rustflags changed
31182025-02-10T18:12:46.919Z Compiling bit-set v0.5.3
31192025-02-10T18:12:46.975Z Running `/home/build/.rustup/toolchains/1.84.1-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=9d19b3807544ab5a -C extra-filename=-9d19b3807544ab5a --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-e36d209b624fb19a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31202025-02-10T18:12:46.979Z Dirty flate2 v1.0.35: the rustflags changed
31212025-02-10T18:12:46.979Z Compiling flate2 v1.0.35
31222025-02-10T18:12:46.982Z Dirty curve25519-dalek v4.1.3: the rustflags changed
31232025-02-10T18:12:46.982Z Compiling curve25519-dalek v4.1.3
31242025-02-10T18:12:46.982Z Running `/home/build/.rustup/toolchains/1.84.1-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=8de021ccf289e058 -C extra-filename=-8de021ccf289e058 --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-8bbe085508e0f085.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-02-10T18:12:46.982Z Running `/home/build/.rustup/toolchains/1.84.1-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=83cd89f823282e5b -C extra-filename=-83cd89f823282e5b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31262025-02-10T18:12:47.094Z Dirty rustls v0.22.4: the rustflags changed
31272025-02-10T18:12:47.094Z Compiling rustls v0.22.4
31282025-02-10T18:12:47.097Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0aa9f0b731d78b3 -C extra-filename=-a0aa9f0b731d78b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31292025-02-10T18:12:47.243Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31302025-02-10T18:12:47.243Z Compiling num-bigint-dig v0.8.4
31312025-02-10T18:12:47.267Z Running `/home/build/.rustup/toolchains/1.84.1-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=86e3501f1b4b633b -C extra-filename=-86e3501f1b4b633b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31322025-02-10T18:12:47.490Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3/build-script-build`
31332025-02-10T18:12:47.508Z Running `/home/build/.rustup/toolchains/1.84.1-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=7437feb4062411e4 -C extra-filename=-7437feb4062411e4 --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-6edf8bac7951c184.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-02-10T18:12:47.642Z Dirty elliptic-curve v0.13.8: the rustflags changed
31352025-02-10T18:12:47.642Z Compiling elliptic-curve v0.13.8
31362025-02-10T18:12:47.645Z Running `/home/build/.rustup/toolchains/1.84.1-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=65da72310a89d62c -C extra-filename=-65da72310a89d62c --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-2bae47673a4d3340.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3152a88fb011064f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-02-10T18:12:47.792Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b/build-script-build`
31382025-02-10T18:12:47.817Z Dirty usdt-macro v0.5.0: the rustflags changed
31392025-02-10T18:12:47.817Z Compiling usdt-macro v0.5.0
31402025-02-10T18:12:47.819Z Running `/home/build/.rustup/toolchains/1.84.1-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=847d02ab431a8a30 -C extra-filename=-847d02ab431a8a30 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31412025-02-10T18:12:47.885Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31422025-02-10T18:12:47.885Z Compiling usdt-attr-macro v0.5.0
31432025-02-10T18:12:47.888Z Running `/home/build/.rustup/toolchains/1.84.1-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=6ee6e0a9122870e5 -C extra-filename=-6ee6e0a9122870e5 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31442025-02-10T18:12:47.916Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b/build-script-build`
31452025-02-10T18:12:47.959Z Dirty toml v0.7.8: the rustflags changed
31462025-02-10T18:12:47.959Z Compiling toml v0.7.8
31472025-02-10T18:12:47.961Z Running `/home/build/.rustup/toolchains/1.84.1-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=87266ebd0a36a588 -C extra-filename=-87266ebd0a36a588 --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31482025-02-10T18:12:48.506Z Dirty phf_shared v0.11.2: the rustflags changed
31492025-02-10T18:12:48.506Z Compiling phf_shared v0.11.2
31502025-02-10T18:12:48.508Z Running `/home/build/.rustup/toolchains/1.84.1-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=65d0301f5bcb2ce7 -C extra-filename=-65d0301f5bcb2ce7 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31512025-02-10T18:12:48.536Z Dirty slog-json v2.6.1: the rustflags changed
31522025-02-10T18:12:48.536Z Compiling slog-json v2.6.1
31532025-02-10T18:12:48.539Z Running `/home/build/.rustup/toolchains/1.84.1-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=15a1144bdbd391e6 -C extra-filename=-15a1144bdbd391e6 --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31542025-02-10T18:12:48.914Z Dirty rfc6979 v0.4.0: the rustflags changed
31552025-02-10T18:12:48.914Z Compiling rfc6979 v0.4.0
31562025-02-10T18:12:48.917Z Dirty hubpack_derive v0.1.1: the rustflags changed
31572025-02-10T18:12:48.917Z Compiling hubpack_derive v0.1.1
31582025-02-10T18:12:48.917Z Running `/home/build/.rustup/toolchains/1.84.1-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=7884e6e81382e5f4 -C extra-filename=-7884e6e81382e5f4 --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-abdc0b2e0b5c493c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-02-10T18:12:48.917Z Running `/home/build/.rustup/toolchains/1.84.1-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=db572105b4e92793 -C extra-filename=-db572105b4e92793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31602025-02-10T18:12:49.045Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31612025-02-10T18:12:49.045Z Compiling zerocopy-derive v0.6.6
31622025-02-10T18:12:49.048Z Running `/home/build/.rustup/toolchains/1.84.1-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=c1778a44ee7a88e7 -C extra-filename=-c1778a44ee7a88e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31632025-02-10T18:12:49.123Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31642025-02-10T18:12:49.123Z Compiling curve25519-dalek-derive v0.1.1
31652025-02-10T18:12:49.147Z Running `/home/build/.rustup/toolchains/1.84.1-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=599cb585398de0a5 -C extra-filename=-599cb585398de0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31662025-02-10T18:12:49.407Z Dirty bstr v1.10.0: the rustflags changed
31672025-02-10T18:12:49.407Z Compiling bstr v1.10.0
31682025-02-10T18:12:49.433Z Running `/home/build/.rustup/toolchains/1.84.1-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=a80f3c63828065bb -C extra-filename=-a80f3c63828065bb --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-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31692025-02-10T18:12:49.538Z Dirty managed v0.8.0: the rustflags changed
31702025-02-10T18:12:49.538Z Compiling managed v0.8.0
31712025-02-10T18:12:49.540Z Running `/home/build/.rustup/toolchains/1.84.1-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=2aa75ec8bbd05fe9 -C extra-filename=-2aa75ec8bbd05fe9 --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:49.791Z Dirty usdt v0.5.0: the rustflags changed
31732025-02-10T18:12:49.791Z Compiling usdt v0.5.0
31742025-02-10T18:12:49.823Z Running `/home/build/.rustup/toolchains/1.84.1-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=25b7940da9ea77bc -C extra-filename=-25b7940da9ea77bc --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-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-cf023cfdf9fe426f.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-263a8fea269cfd6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ee6e0a9122870e5.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-847d02ab431a8a30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31752025-02-10T18:12:49.976Z Dirty fixedbitset v0.4.2: the rustflags changed
31762025-02-10T18:12:49.976Z Compiling fixedbitset v0.4.2
31772025-02-10T18:12:49.979Z Running `/home/build/.rustup/toolchains/1.84.1-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=ed381db068edd205 -C extra-filename=-ed381db068edd205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31782025-02-10T18:12:50.005Z Dirty signal-hook v0.3.17: the rustflags changed
31792025-02-10T18:12:50.005Z Compiling signal-hook v0.3.17
31802025-02-10T18:12:50.008Z Running `/home/build/.rustup/toolchains/1.84.1-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=a60244dac804eb2a -C extra-filename=-a60244dac804eb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31812025-02-10T18:12:50.301Z Dirty petgraph v0.6.5: the rustflags changed
31822025-02-10T18:12:50.301Z Compiling petgraph v0.6.5
31832025-02-10T18:12:50.303Z Running `/home/build/.rustup/toolchains/1.84.1-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=17c7bf98f86162e7 -C extra-filename=-17c7bf98f86162e7 --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-ed381db068edd205.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31842025-02-10T18:12:50.362Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a/build-script-build`
31852025-02-10T18:12:50.409Z Dirty hubpack v0.1.2: the rustflags changed
31862025-02-10T18:12:50.409Z Compiling hubpack v0.1.2
31872025-02-10T18:12:50.412Z Running `/home/build/.rustup/toolchains/1.84.1-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=4f6fad6ec8e4be10 -C extra-filename=-4f6fad6ec8e4be10 --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-db572105b4e92793.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31882025-02-10T18:12:50.438Z Dirty ecdsa v0.16.9: the rustflags changed
31892025-02-10T18:12:50.438Z Compiling ecdsa v0.16.9
31902025-02-10T18:12:50.472Z Running `/home/build/.rustup/toolchains/1.84.1-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=069556d964dc7105 -C extra-filename=-069556d964dc7105 --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-7574fbcdd472cb64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-7884e6e81382e5f4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31912025-02-10T18:12:50.570Z Dirty slog-bunyan v2.5.0: the rustflags changed
31922025-02-10T18:12:50.570Z Compiling slog-bunyan v2.5.0
31932025-02-10T18:12:50.573Z Running `/home/build/.rustup/toolchains/1.84.1-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=4aab30aae94af806 -C extra-filename=-4aab30aae94af806 --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-d6875c02193cfb64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31942025-02-10T18:12:50.730Z Running `/home/build/.rustup/toolchains/1.84.1-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=296415074f6d0321 -C extra-filename=-296415074f6d0321 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-599cb585398de0a5.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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"'`
31952025-02-10T18:12:50.815Z Running `/home/build/.rustup/toolchains/1.84.1-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=514bc199f63122fd -C extra-filename=-514bc199f63122fd --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-74b89f0a9d262c25.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-5e88d2d671dfc9ee.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31962025-02-10T18:12:50.844Z Dirty phf_shared v0.10.0: the rustflags changed
31972025-02-10T18:12:50.844Z Compiling phf_shared v0.10.0
31982025-02-10T18:12:50.847Z Running `/home/build/.rustup/toolchains/1.84.1-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=49ad2fff5ed0c730 -C extra-filename=-49ad2fff5ed0c730 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31992025-02-10T18:12:51.027Z Dirty pkcs1 v0.7.5: the rustflags changed
32002025-02-10T18:12:51.027Z Compiling pkcs1 v0.7.5
32012025-02-10T18:12:51.074Z Running `/home/build/.rustup/toolchains/1.84.1-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=115ed42f519e88ca -C extra-filename=-115ed42f519e88ca --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-7574fbcdd472cb64.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32022025-02-10T18:12:51.174Z Dirty zerocopy v0.6.6: the rustflags changed
32032025-02-10T18:12:51.174Z Compiling zerocopy v0.6.6
32042025-02-10T18:12:51.177Z Running `/home/build/.rustup/toolchains/1.84.1-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=6a168a4dea1a447b -C extra-filename=-6a168a4dea1a447b --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c1778a44ee7a88e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32052025-02-10T18:12:51.271Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
32062025-02-10T18:12:51.271Z Compiling bzip2-sys v0.1.11+1.0.8
32072025-02-10T18:12:51.274Z Dirty multer v3.1.0: the rustflags changed
32082025-02-10T18:12:51.274Z Compiling multer v3.1.0
32092025-02-10T18:12:51.292Z Running `/home/build/.rustup/toolchains/1.84.1-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=3b6f7a286833df99 -C extra-filename=-3b6f7a286833df99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-02-10T18:12:51.292Z Running `/home/build/.rustup/toolchains/1.84.1-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=05e91a8b5226fed6 -C extra-filename=-05e91a8b5226fed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32112025-02-10T18:12:51.689Z Dirty precomputed-hash v0.1.1: the rustflags changed
32122025-02-10T18:12:51.689Z Compiling precomputed-hash v0.1.1
32132025-02-10T18:12:51.692Z Running `/home/build/.rustup/toolchains/1.84.1-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=238810c478cefe22 -C extra-filename=-238810c478cefe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32142025-02-10T18:12:51.852Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
32152025-02-10T18:12:51.852Z Compiling new_debug_unreachable v1.0.6
32162025-02-10T18:12:51.855Z Running `/home/build/.rustup/toolchains/1.84.1-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=43bb5c484e7b8719 -C extra-filename=-43bb5c484e7b8719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32172025-02-10T18:12:51.916Z Dirty unicode-xid v0.2.6: the rustflags changed
32182025-02-10T18:12:51.916Z Compiling unicode-xid v0.2.6
32192025-02-10T18:12:51.955Z Running `/home/build/.rustup/toolchains/1.84.1-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=a24a36993c6f403e -C extra-filename=-a24a36993c6f403e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32202025-02-10T18:12:51.989Z Dirty string_cache v0.8.7: the rustflags changed
32212025-02-10T18:12:51.989Z Compiling string_cache v0.8.7
32222025-02-10T18:12:51.992Z Running `/home/build/.rustup/toolchains/1.84.1-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=0fd25370ace1e53b -C extra-filename=-0fd25370ace1e53b --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-43bb5c484e7b8719.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-49ad2fff5ed0c730.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-238810c478cefe22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32232025-02-10T18:12:52.046Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99/build-script-build`
32242025-02-10T18:12:52.096Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6/build-script-build`
32252025-02-10T18:12:52.172Z Running `/home/build/.rustup/toolchains/1.84.1-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=c0f16c274fb122ff -C extra-filename=-c0f16c274fb122ff --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-98124fae94d5c163.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-02-10T18:12:52.201Z Dirty unicode-normalization v0.1.24: the rustflags changed
32272025-02-10T18:12:52.201Z Compiling unicode-normalization v0.1.24
32282025-02-10T18:12:52.203Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0b87c413fd50c2b -C extra-filename=-a0b87c413fd50c2b --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-1724dd6ce6a29e96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32292025-02-10T18:12:52.451Z Dirty ed25519 v2.2.3: the rustflags changed
32302025-02-10T18:12:52.451Z Compiling ed25519 v2.2.3
32312025-02-10T18:12:52.454Z Running `/home/build/.rustup/toolchains/1.84.1-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=a176d06ec0580df2 -C extra-filename=-a176d06ec0580df2 --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-fa4291ce2da6a74b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32322025-02-10T18:12:53.066Z Dirty enum-as-inner v0.6.1: the rustflags changed
32332025-02-10T18:12:53.066Z Compiling enum-as-inner v0.6.1
32342025-02-10T18:12:53.069Z Running `/home/build/.rustup/toolchains/1.84.1-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=3ba9f5e50c34310e -C extra-filename=-3ba9f5e50c34310e --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32352025-02-10T18:12:53.276Z Dirty async-stream-impl v0.3.6: the rustflags changed
32362025-02-10T18:12:53.277Z Compiling async-stream-impl v0.3.6
32372025-02-10T18:12:53.279Z Running `/home/build/.rustup/toolchains/1.84.1-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=e906473971a37b6d -C extra-filename=-e906473971a37b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32382025-02-10T18:12:53.733Z Dirty rsa v0.9.6: the rustflags changed
32392025-02-10T18:12:53.733Z Compiling rsa v0.9.6
32402025-02-10T18:12:53.772Z Running `/home/build/.rustup/toolchains/1.84.1-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=d3117513bdb52260 -C extra-filename=-d3117513bdb52260 --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-dedac17a1c4aee37.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-115ed42f519e88ca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32412025-02-10T18:12:53.900Z Dirty quick-error v1.2.3: the rustflags changed
32422025-02-10T18:12:53.900Z Compiling quick-error v1.2.3
32432025-02-10T18:12:53.903Z Running `/home/build/.rustup/toolchains/1.84.1-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=bd2025cf3f384ee8 -C extra-filename=-bd2025cf3f384ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32442025-02-10T18:12:54.088Z Dirty debug-ignore v1.0.5: the rustflags changed
32452025-02-10T18:12:54.088Z Compiling debug-ignore v1.0.5
32462025-02-10T18:12:54.091Z Running `/home/build/.rustup/toolchains/1.84.1-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=c00141925773f27b -C extra-filename=-c00141925773f27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32472025-02-10T18:12:54.266Z Running `/home/build/.rustup/toolchains/1.84.1-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=329c2ea5d13c6ecc -C extra-filename=-329c2ea5d13c6ecc --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-98124fae94d5c163.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-dc116badc0c941a2/out/lib -l static=bz2`
32482025-02-10T18:12:54.293Z Dirty hickory-proto v0.24.3: the rustflags changed
32492025-02-10T18:12:54.293Z Compiling hickory-proto v0.24.3
32502025-02-10T18:12:54.306Z Running `/home/build/.rustup/toolchains/1.84.1-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.3/src/lib.rs --error-format=json --json=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=fc0633af00e7809a -C extra-filename=-fc0633af00e7809a --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-116e3d46dcb2ae19.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-1724dd6ce6a29e96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32512025-02-10T18:12:54.322Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32522025-02-10T18:12:54.322Z Compiling ed25519-dalek v2.1.1
32532025-02-10T18:12:54.325Z Running `/home/build/.rustup/toolchains/1.84.1-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=f377a4f0045c50e0 -C extra-filename=-f377a4f0045c50e0 --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-296415074f6d0321.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a176d06ec0580df2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32542025-02-10T18:12:54.486Z Running `/home/build/.rustup/toolchains/1.84.1-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=9adf881abd615794 -C extra-filename=-9adf881abd615794 --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-03e029f2a415749e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-02-10T18:12:54.752Z Dirty async-stream v0.3.6: the rustflags changed
32562025-02-10T18:12:54.753Z Compiling async-stream v0.3.6
32572025-02-10T18:12:54.755Z Running `/home/build/.rustup/toolchains/1.84.1-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=a7f54b158cf34dc4 -C extra-filename=-a7f54b158cf34dc4 --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-e906473971a37b6d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32582025-02-10T18:12:55.084Z Dirty x509-cert v0.2.5: the rustflags changed
32592025-02-10T18:12:55.084Z Compiling x509-cert v0.2.5
32602025-02-10T18:12:55.103Z Running `/home/build/.rustup/toolchains/1.84.1-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=985f636b6e464d35 -C extra-filename=-985f636b6e464d35 --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-dedac17a1c4aee37.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32612025-02-10T18:12:55.482Z Dirty heapless v0.7.17: the rustflags changed
32622025-02-10T18:12:55.482Z Compiling heapless v0.7.17
32632025-02-10T18:12:55.484Z Running `/home/build/.rustup/toolchains/1.84.1-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=d30ccfdc65c7a4f9 -C extra-filename=-d30ccfdc65c7a4f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32642025-02-10T18:12:55.612Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32652025-02-10T18:12:55.612Z Compiling serde_path_to_error v0.1.16
32662025-02-10T18:12:55.614Z Running `/home/build/.rustup/toolchains/1.84.1-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=7138542f636d1b47 -C extra-filename=-7138542f636d1b47 --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-9a423a21109b8870.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32672025-02-10T18:12:56.016Z Dirty waitgroup v0.1.2: the rustflags changed
32682025-02-10T18:12:56.016Z Compiling waitgroup v0.1.2
32692025-02-10T18:12:56.081Z Running `/home/build/.rustup/toolchains/1.84.1-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=447c77785d319677 -C extra-filename=-447c77785d319677 --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-51ef279ec708937a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32702025-02-10T18:12:56.271Z Dirty hostname v0.4.0: the rustflags changed
32712025-02-10T18:12:56.271Z Compiling hostname v0.4.0
32722025-02-10T18:12:56.274Z Running `/home/build/.rustup/toolchains/1.84.1-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=2bac53e90809e60a -C extra-filename=-2bac53e90809e60a --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32732025-02-10T18:12:56.444Z Dirty dropshot v0.12.0: the rustflags changed
32742025-02-10T18:12:56.444Z Compiling dropshot v0.12.0
32752025-02-10T18:12:56.447Z Running `/home/build/.rustup/toolchains/1.84.1-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=c7e4d652f0dc20b2 -C extra-filename=-c7e4d652f0dc20b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32762025-02-10T18:12:56.537Z Dirty newtype-uuid v1.2.1: the rustflags changed
32772025-02-10T18:12:56.537Z Compiling newtype-uuid v1.2.1
32782025-02-10T18:12:56.540Z Running `/home/build/.rustup/toolchains/1.84.1-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=5b0d57bd592c2555 -C extra-filename=-5b0d57bd592c2555 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32792025-02-10T18:12:56.846Z Dirty lalrpop-util v0.19.12: the rustflags changed
32802025-02-10T18:12:56.846Z Compiling lalrpop-util v0.19.12
32812025-02-10T18:12:56.849Z Running `/home/build/.rustup/toolchains/1.84.1-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=b4dcd03b652e645a -C extra-filename=-b4dcd03b652e645a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32822025-02-10T18:12:56.921Z Dirty unicode-width v0.2.0: the rustflags changed
32832025-02-10T18:12:56.921Z Compiling unicode-width v0.2.0
32842025-02-10T18:12:56.924Z Running `/home/build/.rustup/toolchains/1.84.1-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=86ee2ece7b2d2d20 -C extra-filename=-86ee2ece7b2d2d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32852025-02-10T18:12:57.274Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555/build-script-build`
32862025-02-10T18:12:57.349Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2/build-script-build`
32872025-02-10T18:12:57.438Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9/build-script-build`
32882025-02-10T18:12:57.530Z Dirty console v0.15.10: the rustflags changed
32892025-02-10T18:12:57.530Z Compiling console v0.15.10
32902025-02-10T18:12:57.532Z Running `/home/build/.rustup/toolchains/1.84.1-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=c84ca6b3c4172a91 -C extra-filename=-c84ca6b3c4172a91 --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-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32912025-02-10T18:12:57.562Z Dirty bzip2 v0.4.4: the rustflags changed
32922025-02-10T18:12:57.562Z Compiling bzip2 v0.4.4
32932025-02-10T18:12:57.592Z Running `/home/build/.rustup/toolchains/1.84.1-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=564b4058719b0508 -C extra-filename=-564b4058719b0508 --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-329c2ea5d13c6ecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.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-dc116badc0c941a2/out/lib`
32942025-02-10T18:12:57.963Z Dirty signal-hook-mio v0.2.4: the rustflags changed
32952025-02-10T18:12:57.963Z Compiling signal-hook-mio v0.2.4
32962025-02-10T18:12:58.012Z Running `/home/build/.rustup/toolchains/1.84.1-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=e350e414b7a67c57 -C extra-filename=-e350e414b7a67c57 --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-98124fae94d5c163.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32972025-02-10T18:12:58.192Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
32982025-02-10T18:12:58.192Z Compiling dropshot_endpoint v0.12.0
32992025-02-10T18:12:58.195Z Running `/home/build/.rustup/toolchains/1.84.1-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=0b0c7055b035f2c0 -C extra-filename=-0b0c7055b035f2c0 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33002025-02-10T18:12:58.773Z Dirty hash32 v0.2.1: the rustflags changed
33012025-02-10T18:12:58.773Z Compiling hash32 v0.2.1
33022025-02-10T18:12:58.815Z Running `/home/build/.rustup/toolchains/1.84.1-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=848c5d699e957e2e -C extra-filename=-848c5d699e957e2e --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33032025-02-10T18:12:58.911Z Dirty portable-atomic v1.9.0: the rustflags changed
33042025-02-10T18:12:58.911Z Compiling portable-atomic v1.9.0
33052025-02-10T18:12:58.913Z Running `/home/build/.rustup/toolchains/1.84.1-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=2db65ad1f00198f9 -C extra-filename=-2db65ad1f00198f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33062025-02-10T18:12:59.175Z Dirty unicode-properties v0.1.3: the rustflags changed
33072025-02-10T18:12:59.175Z Compiling unicode-properties v0.1.3
33082025-02-10T18:12:59.213Z Running `/home/build/.rustup/toolchains/1.84.1-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=f8251b32ffa82eca -C extra-filename=-f8251b32ffa82eca --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:59.577Z Dirty predicates-core v1.0.8: the rustflags changed
33102025-02-10T18:12:59.577Z Compiling predicates-core v1.0.8
33112025-02-10T18:12:59.580Z Running `/home/build/.rustup/toolchains/1.84.1-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=75c4a740e25c3d5a -C extra-filename=-75c4a740e25c3d5a --out-dir /work/oxidecomputer/omicron/target/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-10T18:12:59.682Z Dirty unicode-bidi v0.3.17: the rustflags changed
33132025-02-10T18:12:59.682Z Compiling unicode-bidi v0.3.17
33142025-02-10T18:12:59.685Z Running `/home/build/.rustup/toolchains/1.84.1-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=ec3b6193cfd8c780 -C extra-filename=-ec3b6193cfd8c780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33152025-02-10T18:12:59.930Z Dirty linked-hash-map v0.5.6: the rustflags changed
33162025-02-10T18:12:59.930Z Compiling linked-hash-map v0.5.6
33172025-02-10T18:12:59.978Z Running `/home/build/.rustup/toolchains/1.84.1-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=d79e2da121cb1da1 -C extra-filename=-d79e2da121cb1da1 --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:00.023Z Dirty smoltcp v0.9.1: the rustflags changed
33192025-02-10T18:13:00.023Z Compiling smoltcp v0.9.1
33202025-02-10T18:13:00.026Z Running `/home/build/.rustup/toolchains/1.84.1-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=4e3cd42e9de12aa3 -C extra-filename=-4e3cd42e9de12aa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33212025-02-10T18:13:00.296Z Dirty lru-cache v0.1.2: the rustflags changed
33222025-02-10T18:13:00.296Z Compiling lru-cache v0.1.2
33232025-02-10T18:13:00.299Z Running `/home/build/.rustup/toolchains/1.84.1-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=ce02e10d0a05c24d -C extra-filename=-ce02e10d0a05c24d --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-d79e2da121cb1da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33242025-02-10T18:13:00.523Z Dirty stringprep v0.1.5: the rustflags changed
33252025-02-10T18:13:00.523Z Compiling stringprep v0.1.5
33262025-02-10T18:13:00.565Z Running `/home/build/.rustup/toolchains/1.84.1-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=f7e200a9aa0e9303 -C extra-filename=-f7e200a9aa0e9303 --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-ec3b6193cfd8c780.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-f8251b32ffa82eca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33272025-02-10T18:13:00.755Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3/build-script-build`
33282025-02-10T18:13:00.800Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9/build-script-build`
33292025-02-10T18:13:00.894Z Running `/home/build/.rustup/toolchains/1.84.1-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=caaece09d64c0bb3 -C extra-filename=-caaece09d64c0bb3 --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-848c5d699e957e2e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33302025-02-10T18:13:01.002Z Dirty crossterm v0.28.1: the rustflags changed
33312025-02-10T18:13:01.002Z Compiling crossterm v0.28.1
33322025-02-10T18:13:01.027Z Running `/home/build/.rustup/toolchains/1.84.1-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=2ac91f940d4632cb -C extra-filename=-2ac91f940d4632cb --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-b6414318a57462a7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e350e414b7a67c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-02-10T18:13:01.495Z Running `/home/build/.rustup/toolchains/1.84.1-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=5ad72f64385d87dc -C extra-filename=-5ad72f64385d87dc --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33342025-02-10T18:13:01.646Z Dirty similar v2.6.0: the rustflags changed
33352025-02-10T18:13:01.646Z Compiling similar v2.6.0
33362025-02-10T18:13:01.649Z Running `/home/build/.rustup/toolchains/1.84.1-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=02c658c7341ec876 -C extra-filename=-02c658c7341ec876 --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-a80f3c63828065bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33372025-02-10T18:13:01.838Z Dirty rayon v1.10.0: the rustflags changed
33382025-02-10T18:13:01.838Z Compiling rayon v1.10.0
33392025-02-10T18:13:01.841Z Running `/home/build/.rustup/toolchains/1.84.1-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=1ce2069512a8f1cb -C extra-filename=-1ce2069512a8f1cb --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-e6d980dfe6eef5ca.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33402025-02-10T18:13:01.976Z Dirty tokio-stream v0.1.16: the rustflags changed
33412025-02-10T18:13:01.976Z Compiling tokio-stream v0.1.16
33422025-02-10T18:13:01.979Z Running `/home/build/.rustup/toolchains/1.84.1-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=133df3fa399074a2 -C extra-filename=-133df3fa399074a2 --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-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33432025-02-10T18:13:02.681Z Dirty md-5 v0.10.6: the rustflags changed
33442025-02-10T18:13:02.682Z Compiling md-5 v0.10.6
33452025-02-10T18:13:02.684Z Running `/home/build/.rustup/toolchains/1.84.1-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=6a0f43847ab00204 -C extra-filename=-6a0f43847ab00204 --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-c23dfb9b1834c42c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33462025-02-10T18:13:02.992Z Dirty float-cmp v0.9.0: the rustflags changed
33472025-02-10T18:13:02.992Z Compiling float-cmp v0.9.0
33482025-02-10T18:13:02.994Z Running `/home/build/.rustup/toolchains/1.84.1-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=91b3da0b61d7ce3d -C extra-filename=-91b3da0b61d7ce3d --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33492025-02-10T18:13:03.020Z Dirty fs-err v2.11.0: the rustflags changed
33502025-02-10T18:13:03.020Z Compiling fs-err v2.11.0
33512025-02-10T18:13:03.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=d784062d536c450e -C extra-filename=-d784062d536c450e --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33522025-02-10T18:13:03.254Z Dirty difflib v0.4.0: the rustflags changed
33532025-02-10T18:13:03.254Z Compiling difflib v0.4.0
33542025-02-10T18:13:03.257Z Running `/home/build/.rustup/toolchains/1.84.1-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=30d8d277124ef9fa -C extra-filename=-30d8d277124ef9fa --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:03.421Z Dirty fallible-iterator v0.2.0: the rustflags changed
33562025-02-10T18:13:03.421Z Compiling fallible-iterator v0.2.0
33572025-02-10T18:13:03.455Z Running `/home/build/.rustup/toolchains/1.84.1-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=204b371dda7d5862 -C extra-filename=-204b371dda7d5862 --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:03.636Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33592025-02-10T18:13:03.636Z Compiling normalize-line-endings v0.3.0
33602025-02-10T18:13:03.639Z Running `/home/build/.rustup/toolchains/1.84.1-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=e767c7de60006aef -C extra-filename=-e767c7de60006aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33612025-02-10T18:13:03.808Z Dirty predicates v3.1.2: the rustflags changed
33622025-02-10T18:13:03.808Z Compiling predicates v3.1.2
33632025-02-10T18:13:03.810Z Running `/home/build/.rustup/toolchains/1.84.1-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=beaa80a3e0b7e72f -C extra-filename=-beaa80a3e0b7e72f --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-5a89573be83a4361.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-30d8d277124ef9fa.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-91b3da0b61d7ce3d.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-e767c7de60006aef.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-75c4a740e25c3d5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33642025-02-10T18:13:03.856Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e/build-script-build`
33652025-02-10T18:13:04.027Z Running `/home/build/.rustup/toolchains/1.84.1-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=90dd193995cb0560 -C extra-filename=-90dd193995cb0560 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-caaece09d64c0bb3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-02-10T18:13:04.113Z Dirty postgres-protocol v0.6.7: the rustflags changed
33672025-02-10T18:13:04.113Z Compiling postgres-protocol v0.6.7
33682025-02-10T18:13:04.116Z Running `/home/build/.rustup/toolchains/1.84.1-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=1338b6862b86c9d8 -C extra-filename=-1338b6862b86c9d8 --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-f429081ea7e2c5aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6a0f43847ab00204.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-f7e200a9aa0e9303.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-02-10T18:13:04.360Z Running `/home/build/.rustup/toolchains/1.84.1-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=183337e8454099e7 -C extra-filename=-183337e8454099e7 --out-dir /work/oxidecomputer/omicron/target/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"))'`
33702025-02-10T18:13:04.580Z Dirty zip v0.6.6: the rustflags changed
33712025-02-10T18:13:04.580Z Compiling zip v0.6.6
33722025-02-10T18:13:04.615Z Running `/home/build/.rustup/toolchains/1.84.1-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=53e1d5feb4fef7c9 -C extra-filename=-53e1d5feb4fef7c9 --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-74b89f0a9d262c25.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.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-dc116badc0c941a2/out/lib`
33732025-02-10T18:13:04.706Z Dirty resolv-conf v0.7.0: the rustflags changed
33742025-02-10T18:13:04.706Z Compiling resolv-conf v0.7.0
33752025-02-10T18:13:04.709Z Running `/home/build/.rustup/toolchains/1.84.1-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=dfe78b5e98446465 -C extra-filename=-dfe78b5e98446465 --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-d6875c02193cfb64.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33762025-02-10T18:13:05.422Z Dirty phf v0.11.2: the rustflags changed
33772025-02-10T18:13:05.422Z Compiling phf v0.11.2
33782025-02-10T18:13:05.425Z Dirty tungstenite v0.24.0: the rustflags changed
33792025-02-10T18:13:05.425Z Compiling tungstenite v0.24.0
33802025-02-10T18:13:05.425Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0c225f7fecf1869 -C extra-filename=-a0c225f7fecf1869 --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-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33812025-02-10T18:13:05.425Z Running `/home/build/.rustup/toolchains/1.84.1-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=0b9bdc7ec3be49c6 -C extra-filename=-0b9bdc7ec3be49c6 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33822025-02-10T18:13:05.470Z Dirty strum_macros v0.25.3: the rustflags changed
33832025-02-10T18:13:05.471Z Compiling strum_macros v0.25.3
33842025-02-10T18:13:05.473Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e8246f04590950d -C extra-filename=-8e8246f04590950d --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33852025-02-10T18:13:05.625Z Dirty serde-big-array v0.5.1: the rustflags changed
33862025-02-10T18:13:05.625Z Compiling serde-big-array v0.5.1
33872025-02-10T18:13:05.627Z Running `/home/build/.rustup/toolchains/1.84.1-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=03d24edac4fb4365 -C extra-filename=-03d24edac4fb4365 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33882025-02-10T18:13:05.727Z Dirty serde_repr v0.1.19: the rustflags changed
33892025-02-10T18:13:05.727Z Compiling serde_repr v0.1.19
33902025-02-10T18:13:05.729Z Running `/home/build/.rustup/toolchains/1.84.1-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=2bd279d47d5730d8 -C extra-filename=-2bd279d47d5730d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33912025-02-10T18:13:05.887Z Dirty number_prefix v0.4.0: the rustflags changed
33922025-02-10T18:13:05.887Z Compiling number_prefix v0.4.0
33932025-02-10T18:13:05.890Z Running `/home/build/.rustup/toolchains/1.84.1-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=509c9d78a43a57aa -C extra-filename=-509c9d78a43a57aa --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:05.935Z Dirty peg-runtime v0.8.3: the rustflags changed
33952025-02-10T18:13:05.935Z Compiling peg-runtime v0.8.3
33962025-02-10T18:13:05.937Z Running `/home/build/.rustup/toolchains/1.84.1-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=30228406606bb75f -C extra-filename=-30228406606bb75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33972025-02-10T18:13:05.995Z Dirty hickory-resolver v0.24.2: the rustflags changed
33982025-02-10T18:13:05.995Z Compiling hickory-resolver v0.24.2
33992025-02-10T18:13:05.998Z Running `/home/build/.rustup/toolchains/1.84.1-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=3723c5a84503eb4e -C extra-filename=-3723c5a84503eb4e --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-c23dfb9b1834c42c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfe78b5e98446465.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34002025-02-10T18:13:06.142Z Dirty indicatif v0.17.11: the rustflags changed
34012025-02-10T18:13:06.142Z Compiling indicatif v0.17.11
34022025-02-10T18:13:06.144Z Running `/home/build/.rustup/toolchains/1.84.1-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=f608480dd7a5f648 -C extra-filename=-f608480dd7a5f648 --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-c84ca6b3c4172a91.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-509c9d78a43a57aa.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-183337e8454099e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34032025-02-10T18:13:06.255Z Dirty postgres-types v0.2.8: the rustflags changed
34042025-02-10T18:13:06.255Z Compiling postgres-types v0.2.8
34052025-02-10T18:13:06.257Z Running `/home/build/.rustup/toolchains/1.84.1-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=d6e355b6803b6fc2 -C extra-filename=-d6e355b6803b6fc2 --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-03e029f2a415749e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34062025-02-10T18:13:06.543Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
34072025-02-10T18:13:06.543Z Compiling tokio-tungstenite v0.24.0
34082025-02-10T18:13:06.546Z Running `/home/build/.rustup/toolchains/1.84.1-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=caa641f495cf9aa0 -C extra-filename=-caa641f495cf9aa0 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0b9bdc7ec3be49c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34092025-02-10T18:13:07.042Z Running `/home/build/.rustup/toolchains/1.84.1-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=39690f2f421b4c55 -C extra-filename=-39690f2f421b4c55 --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-b10edef7ed9d401e.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)'`
34102025-02-10T18:13:07.084Z Dirty derive-where v1.2.7: the rustflags changed
34112025-02-10T18:13:07.085Z Compiling derive-where v1.2.7
34122025-02-10T18:13:07.110Z Running `/home/build/.rustup/toolchains/1.84.1-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=668790df247bbdc2 -C extra-filename=-668790df247bbdc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34132025-02-10T18:13:07.592Z Dirty whoami v1.5.2: the rustflags changed
34142025-02-10T18:13:07.592Z Compiling whoami v1.5.2
34152025-02-10T18:13:07.605Z Running `/home/build/.rustup/toolchains/1.84.1-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=edd635b246dc3310 -C extra-filename=-edd635b246dc3310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34162025-02-10T18:13:07.637Z Compiling hashbrown v0.14.5
34172025-02-10T18:13:07.639Z Running `/home/build/.rustup/toolchains/1.84.1-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=0069aadc5e941971 -C extra-filename=-0069aadc5e941971 --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-6f081ff1d53178a3.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b45c821c6b278f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-02-10T18:13:07.890Z Compiling thiserror v2.0.11
34192025-02-10T18:13:07.893Z Running `/home/build/.rustup/toolchains/1.84.1-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=e683c1cb8cf86308 -C extra-filename=-e683c1cb8cf86308 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34202025-02-10T18:13:08.209Z Dirty tokio-postgres v0.7.12: the rustflags changed
34212025-02-10T18:13:08.209Z Compiling tokio-postgres v0.7.12
34222025-02-10T18:13:08.211Z Running `/home/build/.rustup/toolchains/1.84.1-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=0724a7d28498ffc0 -C extra-filename=-0724a7d28498ffc0 --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-116e3d46dcb2ae19.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34232025-02-10T18:13:08.270Z Compiling thiserror-impl v2.0.11
34242025-02-10T18:13:08.284Z Running `/home/build/.rustup/toolchains/1.84.1-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=83284adaaa40b71b -C extra-filename=-83284adaaa40b71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34252025-02-10T18:13:08.627Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308/build-script-build`
34262025-02-10T18:13:08.930Z Compiling regress v0.10.1
34272025-02-10T18:13:08.932Z Running `/home/build/.rustup/toolchains/1.84.1-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=125188d671122e9b -C extra-filename=-125188d671122e9b --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-02-10T18:13:09.075Z Compiling ident_case v1.0.1
34292025-02-10T18:13:09.078Z Running `/home/build/.rustup/toolchains/1.84.1-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=c4ae13ca00845907 -C extra-filename=-c4ae13ca00845907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34302025-02-10T18:13:09.298Z Compiling darling_core v0.20.10
34312025-02-10T18:13:09.324Z Running `/home/build/.rustup/toolchains/1.84.1-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=77887daa23fa4cf6 -C extra-filename=-77887daa23fa4cf6 --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-b60aa3e5c1a51a0c.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-c4ae13ca00845907.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34322025-02-10T18:13:09.548Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34332025-02-10T18:13:09.548Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34342025-02-10T18:13:09.550Z Running `/home/build/.rustup/toolchains/1.84.1-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=bf237782be013a6d -C extra-filename=-bf237782be013a6d --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-b6414318a57462a7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2bd279d47d5730d8.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-90dd193995cb0560.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8e8246f04590950d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-02-10T18:13:10.582Z Compiling unsafe-libyaml v0.2.11
34362025-02-10T18:13:10.585Z Running `/home/build/.rustup/toolchains/1.84.1-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=21bc107e28ad0323 -C extra-filename=-21bc107e28ad0323 --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:11.846Z Running `/home/build/.rustup/toolchains/1.84.1-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=c4581ab18b510733 -C extra-filename=-c4581ab18b510733 --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-83284adaaa40b71b.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)'`
34382025-02-10T18:13:12.007Z Compiling serde_yaml v0.9.34+deprecated
34392025-02-10T18:13:12.010Z Running `/home/build/.rustup/toolchains/1.84.1-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=900137705a3c6aa5 -C extra-filename=-900137705a3c6aa5 --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-4ee76d4a4c5ebe0b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21bc107e28ad0323.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-02-10T18:13:12.070Z Dirty fastrand v2.1.1: the rustflags changed
34412025-02-10T18:13:12.070Z Compiling fastrand v2.1.1
34422025-02-10T18:13:12.073Z Running `/home/build/.rustup/toolchains/1.84.1-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=6d59732b8af0ca7e -C extra-filename=-6d59732b8af0ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-02-10T18:13:12.497Z Compiling ipnetwork v0.20.0
34442025-02-10T18:13:12.500Z Running `/home/build/.rustup/toolchains/1.84.1-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=6706430bd93b8bc6 -C extra-filename=-6706430bd93b8bc6 --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-02-10T18:13:12.636Z Compiling tempfile v3.13.0
34462025-02-10T18:13:12.638Z Running `/home/build/.rustup/toolchains/1.84.1-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=2ad0226875966ad5 -C extra-filename=-2ad0226875966ad5 --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-c23dfb9b1834c42c.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34472025-02-10T18:13:13.387Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34482025-02-10T18:13:13.390Z Running `/home/build/.rustup/toolchains/1.84.1-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=650e8a88cdad11b4 -C extra-filename=-650e8a88cdad11b4 --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-6706430bd93b8bc6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34492025-02-10T18:13:13.519Z Compiling typify-impl v0.2.0
34502025-02-10T18:13:13.547Z Running `/home/build/.rustup/toolchains/1.84.1-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=99421f37b05ed47e -C extra-filename=-99421f37b05ed47e --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34512025-02-10T18:13:13.912Z Dirty strum_macros v0.26.4: the rustflags changed
34522025-02-10T18:13:13.912Z Compiling strum_macros v0.26.4
34532025-02-10T18:13:13.956Z Running `/home/build/.rustup/toolchains/1.84.1-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=8472f9b9b4402c84 -C extra-filename=-8472f9b9b4402c84 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34542025-02-10T18:13:14.151Z Compiling macaddr v1.0.1
34552025-02-10T18:13:14.179Z Compiling daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
34562025-02-10T18:13:14.182Z Running `/home/build/.rustup/toolchains/1.84.1-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=907e80f292b8217f -C extra-filename=-907e80f292b8217f --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-02-10T18:13:14.182Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name daft_derive --edition=2021 /home/build/.cargo/git/checkouts/daft-9ea6816051859d5c/9e7b553/daft-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7dc25bbd9ca116f9 -C extra-filename=-7dc25bbd9ca116f9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34582025-02-10T18:13:14.624Z Dirty structmeta-derive v0.3.0: the rustflags changed
34592025-02-10T18:13:14.624Z Compiling structmeta-derive v0.3.0
34602025-02-10T18:13:14.653Z Running `/home/build/.rustup/toolchains/1.84.1-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=3078bad673cbec78 -C extra-filename=-3078bad673cbec78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34612025-02-10T18:13:15.523Z Compiling instant v0.1.13
34622025-02-10T18:13:15.525Z Running `/home/build/.rustup/toolchains/1.84.1-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=addff6408e8f04c3 -C extra-filename=-addff6408e8f04c3 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34632025-02-10T18:13:15.715Z Compiling daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
34642025-02-10T18:13:15.717Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name daft --edition=2021 /home/build/.cargo/git/checkouts/daft-9ea6816051859d5c/9e7b553/daft/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --cfg 'feature="newtype-uuid1"' --cfg 'feature="oxnet01"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("newtype-uuid1", "oxnet01", "uuid1"))' -C metadata=0af2ea3b72da9d49 -C extra-filename=-0af2ea3b72da9d49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft_derive=/work/oxidecomputer/omicron/target/debug/deps/libdaft_derive-7dc25bbd9ca116f9.so --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34652025-02-10T18:13:15.796Z Compiling regress v0.9.1
34662025-02-10T18:13:15.826Z Running `/home/build/.rustup/toolchains/1.84.1-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=f428220fdaaf4287 -C extra-filename=-f428220fdaaf4287 --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34672025-02-10T18:13:15.830Z Compiling darling_macro v0.20.10
34682025-02-10T18:13:15.833Z Running `/home/build/.rustup/toolchains/1.84.1-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=cff7233e30a0a4ed -C extra-filename=-cff7233e30a0a4ed --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-77887daa23fa4cf6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34692025-02-10T18:13:15.935Z Compiling dropshot v0.15.1
34702025-02-10T18:13:15.938Z Running `/home/build/.rustup/toolchains/1.84.1-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=38cd1826e355f8c3 -C extra-filename=-38cd1826e355f8c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-02-10T18:13:16.049Z Compiling dropshot_endpoint v0.15.1
34722025-02-10T18:13:16.052Z Running `/home/build/.rustup/toolchains/1.84.1-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=e37055ff60838ff4 -C extra-filename=-e37055ff60838ff4 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-02-10T18:13:16.382Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3/build-script-build`
34742025-02-10T18:13:16.446Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34752025-02-10T18:13:16.470Z Running `/home/build/.rustup/toolchains/1.84.1-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=787971dbd95d5f3c -C extra-filename=-787971dbd95d5f3c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34762025-02-10T18:13:16.996Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34772025-02-10T18:13:17.000Z Running `/home/build/.rustup/toolchains/1.84.1-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=ad805d58cb86fcd4 -C extra-filename=-ad805d58cb86fcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34782025-02-10T18:13:17.030Z Compiling darling v0.20.10
34792025-02-10T18:13:17.032Z Running `/home/build/.rustup/toolchains/1.84.1-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=19c57535f989e5ad -C extra-filename=-19c57535f989e5ad --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-77887daa23fa4cf6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cff7233e30a0a4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34802025-02-10T18:13:17.177Z Compiling serde_with_macros v3.11.0
34812025-02-10T18:13:17.199Z Running `/home/build/.rustup/toolchains/1.84.1-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=3a0d1ea0a965b89d -C extra-filename=-3a0d1ea0a965b89d --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-19c57535f989e5ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34822025-02-10T18:13:17.549Z Dirty structmeta v0.3.0: the rustflags changed
34832025-02-10T18:13:17.550Z Compiling structmeta v0.3.0
34842025-02-10T18:13:17.552Z Running `/home/build/.rustup/toolchains/1.84.1-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=0299d78cc537127f -C extra-filename=-0299d78cc537127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-3078bad673cbec78.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34852025-02-10T18:13:17.928Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34862025-02-10T18:13:17.931Z Running `/home/build/.rustup/toolchains/1.84.1-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=14b31ab5e2d667a0 -C extra-filename=-14b31ab5e2d667a0 --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-9ff9bed8fdf62814.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ad805d58cb86fcd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34872025-02-10T18:13:17.969Z Dirty parse-display-derive v0.10.0: the rustflags changed
34882025-02-10T18:13:17.969Z Compiling parse-display-derive v0.10.0
34892025-02-10T18:13:17.972Z Running `/home/build/.rustup/toolchains/1.84.1-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=980b9a64e59a2192 -C extra-filename=-980b9a64e59a2192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0299d78cc537127f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-02-10T18:13:18.128Z Compiling backoff v0.4.0
34912025-02-10T18:13:18.130Z Running `/home/build/.rustup/toolchains/1.84.1-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=e36a1dc23ca9124e -C extra-filename=-e36a1dc23ca9124e --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-c05ca62951efc497.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34922025-02-10T18:13:18.498Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
34932025-02-10T18:13:18.500Z Running `/home/build/.rustup/toolchains/1.84.1-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=b3fb8655f7e0d9a7 -C extra-filename=-b3fb8655f7e0d9a7 --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-084c2445d08cf99b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34942025-02-10T18:13:18.686Z Compiling wait-timeout v0.2.0
34952025-02-10T18:13:18.768Z Running `/home/build/.rustup/toolchains/1.84.1-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=b861fe3c5651ae15 -C extra-filename=-b861fe3c5651ae15 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-02-10T18:13:18.888Z Dirty strum v0.26.3: the rustflags changed
34972025-02-10T18:13:18.888Z Compiling strum v0.26.3
34982025-02-10T18:13:18.890Z Running `/home/build/.rustup/toolchains/1.84.1-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=7d447bba51ca6885 -C extra-filename=-7d447bba51ca6885 --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-8472f9b9b4402c84.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34992025-02-10T18:13:19.109Z Compiling rusty-fork v0.3.0
35002025-02-10T18:13:19.130Z Running `/home/build/.rustup/toolchains/1.84.1-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=73ecb5d5af5da3d3 -C extra-filename=-73ecb5d5af5da3d3 --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-b60aa3e5c1a51a0c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-b861fe3c5651ae15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35012025-02-10T18:13:19.235Z Compiling rand_xorshift v0.3.0
35022025-02-10T18:13:19.261Z Running `/home/build/.rustup/toolchains/1.84.1-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=2cc6b300ffdda822 -C extra-filename=-2cc6b300ffdda822 --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35032025-02-10T18:13:19.568Z Compiling unarray v0.1.4
35042025-02-10T18:13:19.571Z Running `/home/build/.rustup/toolchains/1.84.1-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=a3fc87d01b5d743f -C extra-filename=-a3fc87d01b5d743f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-02-10T18:13:19.770Z Compiling proptest v1.5.0
35062025-02-10T18:13:19.795Z Running `/home/build/.rustup/toolchains/1.84.1-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=aef8f06c899bb682 -C extra-filename=-aef8f06c899bb682 --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-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2cc6b300ffdda822.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73ecb5d5af5da3d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a3fc87d01b5d743f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-02-10T18:13:19.802Z Compiling structmeta-derive v0.2.0
35082025-02-10T18:13:19.832Z Running `/home/build/.rustup/toolchains/1.84.1-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=e6550c8a5783f5ed -C extra-filename=-e6550c8a5783f5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-02-10T18:13:19.917Z Compiling serde_with v3.11.0
35102025-02-10T18:13:19.919Z Running `/home/build/.rustup/toolchains/1.84.1-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=5a9b89de8624dc0d -C extra-filename=-5a9b89de8624dc0d --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3a0d1ea0a965b89d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-02-10T18:13:20.700Z Compiling camino-tempfile v1.1.1
35122025-02-10T18:13:20.703Z Running `/home/build/.rustup/toolchains/1.84.1-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=d27cd9463846dbc2 -C extra-filename=-d27cd9463846dbc2 --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-21ea866390417d2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-02-10T18:13:20.728Z Dirty unicode-width v0.1.14: the rustflags changed
35142025-02-10T18:13:20.728Z Compiling unicode-width v0.1.14
35152025-02-10T18:13:20.731Z Running `/home/build/.rustup/toolchains/1.84.1-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=1509a7905a97075e -C extra-filename=-1509a7905a97075e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35162025-02-10T18:13:21.166Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
35172025-02-10T18:13:21.166Z Compiling proc-macro-error-attr v1.0.4
35182025-02-10T18:13:21.169Z Running `/home/build/.rustup/toolchains/1.84.1-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=9872e5055737876c -C extra-filename=-9872e5055737876c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-02-10T18:13:21.325Z Dirty proc-macro-error v1.0.4: the rustflags changed
35202025-02-10T18:13:21.325Z Compiling proc-macro-error v1.0.4
35212025-02-10T18:13:21.328Z Running `/home/build/.rustup/toolchains/1.84.1-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=ac4dd061fff38ee3 -C extra-filename=-ac4dd061fff38ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35222025-02-10T18:13:21.576Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c/build-script-build`
35232025-02-10T18:13:21.663Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b13dc4771853f45 -C extra-filename=-4b13dc4771853f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-02-10T18:13:21.724Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3/build-script-build`
35252025-02-10T18:13:21.908Z Compiling proc-macro-crate v1.3.1
35262025-02-10T18:13:21.910Z Running `/home/build/.rustup/toolchains/1.84.1-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=517d360dfd3079af -C extra-filename=-517d360dfd3079af --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-4845f0240c4dfd51.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-02-10T18:13:22.440Z Dirty parse-display v0.10.0: the rustflags changed
35282025-02-10T18:13:22.440Z Compiling parse-display v0.10.0
35292025-02-10T18:13:22.443Z Running `/home/build/.rustup/toolchains/1.84.1-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=4eb5da0ddd5284ed -C extra-filename=-4eb5da0ddd5284ed --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-980b9a64e59a2192.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35302025-02-10T18:13:22.631Z Running `/home/build/.rustup/toolchains/1.84.1-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=196b93b59c768600 -C extra-filename=-196b93b59c768600 --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-4b13dc4771853f45.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35312025-02-10T18:13:22.631Z Compiling structmeta v0.2.0
35322025-02-10T18:13:22.631Z Running `/home/build/.rustup/toolchains/1.84.1-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=1abd586a16391ea7 -C extra-filename=-1abd586a16391ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e6550c8a5783f5ed.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-02-10T18:13:22.899Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35342025-02-10T18:13:22.901Z Running `/home/build/.rustup/toolchains/1.84.1-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=db60132de4c72e30 -C extra-filename=-db60132de4c72e30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35352025-02-10T18:13:23.046Z Compiling test-strategy v0.3.1
35362025-02-10T18:13:23.049Z Running `/home/build/.rustup/toolchains/1.84.1-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=e2c12731975477af -C extra-filename=-e2c12731975477af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-1abd586a16391ea7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35372025-02-10T18:13:23.088Z Compiling num_enum_derive v0.5.11
35382025-02-10T18:13:23.090Z Running `/home/build/.rustup/toolchains/1.84.1-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=b974bc124087f17f -C extra-filename=-b974bc124087f17f --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-517d360dfd3079af.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35392025-02-10T18:13:23.232Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35402025-02-10T18:13:23.234Z Running `/home/build/.rustup/toolchains/1.84.1-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=0a8733430c3f8158 -C extra-filename=-0a8733430c3f8158 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35412025-02-10T18:13:23.304Z Compiling foreign-types-macros v0.2.3
35422025-02-10T18:13:23.304Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30/build-script-build`
35432025-02-10T18:13:23.307Z Running `/home/build/.rustup/toolchains/1.84.1-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=4745cbf57f41efe3 -C extra-filename=-4745cbf57f41efe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35442025-02-10T18:13:23.366Z Compiling foreign-types-shared v0.3.1
35452025-02-10T18:13:23.368Z Running `/home/build/.rustup/toolchains/1.84.1-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=2c69bc34c3f7ee09 -C extra-filename=-2c69bc34c3f7ee09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35462025-02-10T18:13:23.558Z Running `/home/build/.rustup/toolchains/1.84.1-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=ca9e62646c0eb85d -C extra-filename=-ca9e62646c0eb85d --out-dir /work/oxidecomputer/omicron/target/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`
35472025-02-10T18:13:23.591Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158/build-script-build`
35482025-02-10T18:13:23.634Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0c9193425d228b3 -C extra-filename=-a0c9193425d228b3 --out-dir /work/oxidecomputer/omicron/target/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`
35492025-02-10T18:13:23.720Z Compiling tabwriter v1.4.0
35502025-02-10T18:13:23.769Z Running `/home/build/.rustup/toolchains/1.84.1-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=e9bdf0d414ad0484 -C extra-filename=-e9bdf0d414ad0484 --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-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-02-10T18:13:23.811Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35522025-02-10T18:13:23.852Z Running `/home/build/.rustup/toolchains/1.84.1-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=5d740221566c229d -C extra-filename=-5d740221566c229d --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35532025-02-10T18:13:24.166Z Compiling itertools v0.13.0
35542025-02-10T18:13:24.219Z Running `/home/build/.rustup/toolchains/1.84.1-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=4e1578fe158d10c2 -C extra-filename=-4e1578fe158d10c2 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-02-10T18:13:24.757Z Compiling foreign-types v0.5.0
35562025-02-10T18:13:24.760Z Running `/home/build/.rustup/toolchains/1.84.1-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=78581b6b1c877b0c -C extra-filename=-78581b6b1c877b0c --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-4745cbf57f41efe3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2c69bc34c3f7ee09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35572025-02-10T18:13:24.787Z Compiling cstr-argument v0.1.2
35582025-02-10T18:13:24.814Z Running `/home/build/.rustup/toolchains/1.84.1-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=f5d9f21cb95490b4 -C extra-filename=-f5d9f21cb95490b4 --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-c23dfb9b1834c42c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-02-10T18:13:24.899Z Compiling pretty-hex v0.2.1
35602025-02-10T18:13:24.902Z Running `/home/build/.rustup/toolchains/1.84.1-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=32c26041da8ee9a9 -C extra-filename=-32c26041da8ee9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-02-10T18:13:25.053Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35622025-02-10T18:13:25.062Z Running `/home/build/.rustup/toolchains/1.84.1-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=56b3c084ad93e757 -C extra-filename=-56b3c084ad93e757 --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-f5d9f21cb95490b4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-78581b6b1c877b0c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-02-10T18:13:25.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35642025-02-10T18:13:25.118Z Running `/home/build/.rustup/toolchains/1.84.1-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=f852d6b306b3d11e -C extra-filename=-f852d6b306b3d11e --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-98124fae94d5c163.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5d740221566c229d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-02-10T18:13:25.321Z Compiling colored v2.1.0
35662025-02-10T18:13:25.324Z Running `/home/build/.rustup/toolchains/1.84.1-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=f186e0800fc7af5d -C extra-filename=-f186e0800fc7af5d --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-28551293923de3d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-02-10T18:13:25.584Z Compiling smf v0.2.3
35682025-02-10T18:13:25.587Z Running `/home/build/.rustup/toolchains/1.84.1-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=82d9c274e997c7e2 -C extra-filename=-82d9c274e997c7e2 --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-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-02-10T18:13:25.713Z Compiling num_enum v0.5.11
35702025-02-10T18:13:25.715Z Running `/home/build/.rustup/toolchains/1.84.1-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=b937aa65052bc743 -C extra-filename=-b937aa65052bc743 --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-b974bc124087f17f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-02-10T18:13:25.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35722025-02-10T18:13:25.921Z Running `/home/build/.rustup/toolchains/1.84.1-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=fcb26e067d357c25 -C extra-filename=-fcb26e067d357c25 --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-98124fae94d5c163.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a0c9193425d228b3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-32c26041da8ee9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35732025-02-10T18:13:25.982Z Compiling typify-impl v0.3.0
35742025-02-10T18:13:25.985Z Running `/home/build/.rustup/toolchains/1.84.1-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=11119620c1c3a10d -C extra-filename=-11119620c1c3a10d --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-02-10T18:13:26.299Z Compiling base64 v0.21.7
35762025-02-10T18:13:26.301Z Running `/home/build/.rustup/toolchains/1.84.1-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=284d3ffa17b19553 -C extra-filename=-284d3ffa17b19553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-02-10T18:13:26.780Z Compiling crucible-workspace-hack v0.1.0
35782025-02-10T18:13:26.783Z Running `/home/build/.rustup/toolchains/1.84.1-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=e7873a2e2b34a4cb -C extra-filename=-e7873a2e2b34a4cb --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-02-10T18:13:26.866Z Compiling zerocopy v0.8.10
35802025-02-10T18:13:26.891Z Running `/home/build/.rustup/toolchains/1.84.1-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=1a1e8b62f62697f5 -C extra-filename=-1a1e8b62f62697f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-02-10T18:13:27.026Z Compiling zerocopy-derive v0.8.10
35822025-02-10T18:13:27.028Z Running `/home/build/.rustup/toolchains/1.84.1-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=c96dd9f137b03610 -C extra-filename=-c96dd9f137b03610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-02-10T18:13:27.147Z Compiling heapless v0.8.0
35842025-02-10T18:13:27.172Z Running `/home/build/.rustup/toolchains/1.84.1-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=3647a053242f8038 -C extra-filename=-3647a053242f8038 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-02-10T18:13:27.205Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb/build-script-build`
35862025-02-10T18:13:27.247Z Running `/home/build/.rustup/toolchains/1.84.1-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=ab60c520681faecc -C extra-filename=-ab60c520681faecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-02-10T18:13:27.377Z Compiling termtree v0.4.1
35882025-02-10T18:13:27.380Z Running `/home/build/.rustup/toolchains/1.84.1-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=db91bfb8ddb4dc99 -C extra-filename=-db91bfb8ddb4dc99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-02-10T18:13:27.656Z Compiling predicates-tree v1.0.11
35902025-02-10T18:13:27.660Z Running `/home/build/.rustup/toolchains/1.84.1-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=7de97282a9758923 -C extra-filename=-7de97282a9758923 --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-75c4a740e25c3d5a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-db91bfb8ddb4dc99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-02-10T18:13:27.763Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038/build-script-build`
35922025-02-10T18:13:27.843Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5/build-script-build`
35932025-02-10T18:13:27.926Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
35942025-02-10T18:13:27.929Z Running `/home/build/.rustup/toolchains/1.84.1-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=d11e1d02d797f97d -C extra-filename=-d11e1d02d797f97d --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-19c57535f989e5ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-02-10T18:13:28.098Z Compiling hash32 v0.3.1
35962025-02-10T18:13:28.101Z Running `/home/build/.rustup/toolchains/1.84.1-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=1f99818784e697c4 -C extra-filename=-1f99818784e697c4 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-02-10T18:13:28.168Z Compiling smoltcp v0.11.0
35982025-02-10T18:13:28.170Z Running `/home/build/.rustup/toolchains/1.84.1-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=35124d28aae5d6dc -C extra-filename=-35124d28aae5d6dc --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-02-10T18:13:28.387Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d6ffb9dedbe547b -C extra-filename=-8d6ffb9dedbe547b --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-1f99818784e697c4.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36002025-02-10T18:13:28.923Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc/build-script-build`
36012025-02-10T18:13:28.964Z Compiling cobs v0.2.3
36022025-02-10T18:13:28.991Z Running `/home/build/.rustup/toolchains/1.84.1-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=225f1bbcd5730a91 -C extra-filename=-225f1bbcd5730a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36032025-02-10T18:13:29.239Z Compiling typify-macro v0.2.0
36042025-02-10T18:13:29.241Z Running `/home/build/.rustup/toolchains/1.84.1-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=2640822fe18d7d27 -C extra-filename=-2640822fe18d7d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-99421f37b05ed47e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-02-10T18:13:29.304Z Running `/home/build/.rustup/toolchains/1.84.1-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=97e0acc6e07d77e8 -C extra-filename=-97e0acc6e07d77e8 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8d6ffb9dedbe547b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36062025-02-10T18:13:29.331Z Compiling postcard v1.0.10
36072025-02-10T18:13:29.334Z Running `/home/build/.rustup/toolchains/1.84.1-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=06792e986c4fdd2d -C extra-filename=-06792e986c4fdd2d --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-225f1bbcd5730a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-02-10T18:13:29.981Z Compiling atomicwrites v0.4.4
36092025-02-10T18:13:29.984Z Running `/home/build/.rustup/toolchains/1.84.1-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=419983973448c55f -C extra-filename=-419983973448c55f --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-be2a474d17f5f8c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-02-10T18:13:30.032Z Running `/home/build/.rustup/toolchains/1.84.1-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=fea37e7910e56070 -C extra-filename=-fea37e7910e56070 --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-c96dd9f137b03610.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)'`
36112025-02-10T18:13:30.369Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36122025-02-10T18:13:30.372Z Running `/home/build/.rustup/toolchains/1.84.1-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=1ecc9dac31627bfd -C extra-filename=-1ecc9dac31627bfd --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-02-10T18:13:30.760Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36142025-02-10T18:13:30.794Z Running `/home/build/.rustup/toolchains/1.84.1-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=da99f7a13d34c36d -C extra-filename=-da99f7a13d34c36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-02-10T18:13:30.965Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd/build-script-build`
36162025-02-10T18:13:31.058Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36172025-02-10T18:13:31.070Z Running `/home/build/.rustup/toolchains/1.84.1-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=38655ce21ae15292 -C extra-filename=-38655ce21ae15292 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36182025-02-10T18:13:32.176Z Compiling sigpipe v0.1.3
36192025-02-10T18:13:32.179Z Running `/home/build/.rustup/toolchains/1.84.1-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=598d045d9fc6d7a1 -C extra-filename=-598d045d9fc6d7a1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36202025-02-10T18:13:32.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
36212025-02-10T18:13:32.336Z Running `/home/build/.rustup/toolchains/1.84.1-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=8260e92bd45a9232 -C extra-filename=-8260e92bd45a9232 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36222025-02-10T18:13:32.727Z Compiling mockall_derive v0.13.0
36232025-02-10T18:13:32.732Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b77c1a55c672441 -C extra-filename=-4b77c1a55c672441 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36242025-02-10T18:13:33.117Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441/build-script-build`
36252025-02-10T18:13:33.164Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232/build-script-build`
36262025-02-10T18:13:33.210Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36272025-02-10T18:13:33.263Z Running `/home/build/.rustup/toolchains/1.84.1-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=de95ac97914cb668 -C extra-filename=-de95ac97914cb668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-02-10T18:13:33.266Z Running `/home/build/.rustup/toolchains/1.84.1-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=ccc6a3d1d3336d3f -C extra-filename=-ccc6a3d1d3336d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36292025-02-10T18:13:33.672Z Running `/home/build/.rustup/toolchains/1.84.1-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=5eb6becb5675542d -C extra-filename=-5eb6becb5675542d --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-c23dfb9b1834c42c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36302025-02-10T18:13:33.672Z Compiling typify v0.2.0
36312025-02-10T18:13:33.672Z Running `/home/build/.rustup/toolchains/1.84.1-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=88aeb6fb3a2387ab -C extra-filename=-88aeb6fb3a2387ab --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-99421f37b05ed47e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2640822fe18d7d27.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-02-10T18:13:33.839Z Compiling progenitor-impl v0.8.0
36332025-02-10T18:13:33.877Z Running `/home/build/.rustup/toolchains/1.84.1-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=60bb80e10faea123 -C extra-filename=-60bb80e10faea123 --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-88aeb6fb3a2387ab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36342025-02-10T18:13:33.880Z Compiling zone_cfg_derive v0.3.0
36352025-02-10T18:13:33.880Z Running `/home/build/.rustup/toolchains/1.84.1-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=933aeca968ec03de -C extra-filename=-933aeca968ec03de --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-02-10T18:13:35.071Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36372025-02-10T18:13:35.074Z Running `/home/build/.rustup/toolchains/1.84.1-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=2da94dafa6fdb6d9 -C extra-filename=-2da94dafa6fdb6d9 --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-d11e1d02d797f97d.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-02-10T18:13:35.431Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36392025-02-10T18:13:35.433Z Running `/home/build/.rustup/toolchains/1.84.1-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=3bd13c5f7b2eeb50 -C extra-filename=-3bd13c5f7b2eeb50 --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-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36402025-02-10T18:13:35.870Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36412025-02-10T18:13:35.873Z Running `/home/build/.rustup/toolchains/1.84.1-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=489cf95b677cda7b -C extra-filename=-489cf95b677cda7b --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-b6414318a57462a7.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-d11e1d02d797f97d.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-2da94dafa6fdb6d9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36422025-02-10T18:13:35.900Z Compiling num-derive v0.4.2
36432025-02-10T18:13:35.902Z Running `/home/build/.rustup/toolchains/1.84.1-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=2c8a302373f77e61 -C extra-filename=-2c8a302373f77e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-02-10T18:13:37.272Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36452025-02-10T18:13:37.275Z Running `/home/build/.rustup/toolchains/1.84.1-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=773af97ef4f4fb40 -C extra-filename=-773af97ef4f4fb40 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-02-10T18:13:37.662Z Compiling downcast v0.11.0
36472025-02-10T18:13:37.664Z Running `/home/build/.rustup/toolchains/1.84.1-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=bacccb56056015e5 -C extra-filename=-bacccb56056015e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-02-10T18:13:37.933Z Compiling fragile v2.0.0
36492025-02-10T18:13:37.935Z Running `/home/build/.rustup/toolchains/1.84.1-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=fb5fad9ed8f48925 -C extra-filename=-fb5fad9ed8f48925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-02-10T18:13:38.474Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36512025-02-10T18:13:38.476Z Running `/home/build/.rustup/toolchains/1.84.1-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=e698823bd439373d -C extra-filename=-e698823bd439373d --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-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-02-10T18:13:38.502Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
36532025-02-10T18:13:38.524Z Running `/home/build/.rustup/toolchains/1.84.1-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=ded7c67b8efda86c -C extra-filename=-ded7c67b8efda86c --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-ab60c520681faecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-2c8a302373f77e61.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-02-10T18:13:38.528Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40/build-script-build`
36552025-02-10T18:13:38.565Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36562025-02-10T18:13:38.568Z Running `/home/build/.rustup/toolchains/1.84.1-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=24501828b52fe7fd -C extra-filename=-24501828b52fe7fd --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-3bd13c5f7b2eeb50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36572025-02-10T18:13:39.018Z Compiling zone v0.3.0
36582025-02-10T18:13:39.021Z Running `/home/build/.rustup/toolchains/1.84.1-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=fcb8b85083ffb3f5 -C extra-filename=-fcb8b85083ffb3f5 --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-933aeca968ec03de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36592025-02-10T18:13:39.347Z Compiling same-file v1.0.6
36602025-02-10T18:13:39.376Z Running `/home/build/.rustup/toolchains/1.84.1-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=65b4953621811a21 -C extra-filename=-65b4953621811a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36612025-02-10T18:13:39.665Z Compiling walkdir v2.5.0
36622025-02-10T18:13:39.690Z Running `/home/build/.rustup/toolchains/1.84.1-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=d5786bcdd0e8ee10 -C extra-filename=-d5786bcdd0e8ee10 --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-65b4953621811a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36632025-02-10T18:13:40.373Z Running `/home/build/.rustup/toolchains/1.84.1-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=8441f242a3e64d6d -C extra-filename=-8441f242a3e64d6d --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-38655ce21ae15292.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e698823bd439373d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.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)'`
36642025-02-10T18:13:40.399Z Compiling convert_case v0.4.0
36652025-02-10T18:13:40.410Z Running `/home/build/.rustup/toolchains/1.84.1-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=7646cae5b52d54fa -C extra-filename=-7646cae5b52d54fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36662025-02-10T18:13:40.481Z Compiling newline-converter v0.3.0
36672025-02-10T18:13:40.511Z Running `/home/build/.rustup/toolchains/1.84.1-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=6e340ae461086274 -C extra-filename=-6e340ae461086274 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36682025-02-10T18:13:40.642Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36692025-02-10T18:13:40.645Z Running `/home/build/.rustup/toolchains/1.84.1-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=e676450898fa8d2f -C extra-filename=-e676450898fa8d2f --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-c23dfb9b1834c42c.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-de95ac97914cb668.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36702025-02-10T18:13:40.685Z Compiling expectorate v1.1.0
36712025-02-10T18:13:40.689Z Running `/home/build/.rustup/toolchains/1.84.1-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=f8d8340fb796e79e -C extra-filename=-f8d8340fb796e79e --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-c84ca6b3c4172a91.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-6e340ae461086274.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-02-10T18:13:40.896Z Dirty xattr v1.3.1: the rustflags changed
36732025-02-10T18:13:40.896Z Compiling xattr v1.3.1
36742025-02-10T18:13:40.899Z Running `/home/build/.rustup/toolchains/1.84.1-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=fd8940e80bc58d50 -C extra-filename=-fd8940e80bc58d50 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36752025-02-10T18:13:41.085Z Compiling progenitor-macro v0.8.0
36762025-02-10T18:13:41.088Z Running `/home/build/.rustup/toolchains/1.84.1-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=ba0a7a4e2303462f -C extra-filename=-ba0a7a4e2303462f --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36772025-02-10T18:13:41.195Z Dirty filetime v0.2.25: the rustflags changed
36782025-02-10T18:13:41.195Z Compiling filetime v0.2.25
36792025-02-10T18:13:41.198Z Running `/home/build/.rustup/toolchains/1.84.1-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=be8f811f8e1ed44d -C extra-filename=-be8f811f8e1ed44d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36802025-02-10T18:13:41.254Z Compiling derive_more v0.99.18
36812025-02-10T18:13:41.288Z Running `/home/build/.rustup/toolchains/1.84.1-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=5c825a2351b67d1c -C extra-filename=-5c825a2351b67d1c --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-7646cae5b52d54fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-02-10T18:13:41.506Z Dirty tar v0.4.42: the rustflags changed
36832025-02-10T18:13:41.506Z Compiling tar v0.4.42
36842025-02-10T18:13:41.509Z Running `/home/build/.rustup/toolchains/1.84.1-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=6eae3b5fc0d5c96e -C extra-filename=-6eae3b5fc0d5c96e --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-be8f811f8e1ed44d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-fd8940e80bc58d50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36852025-02-10T18:13:41.557Z Compiling mockall v0.13.0
36862025-02-10T18:13:41.593Z Running `/home/build/.rustup/toolchains/1.84.1-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=063fe76ec2081fc3 -C extra-filename=-063fe76ec2081fc3 --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-c23dfb9b1834c42c.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bacccb56056015e5.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fb5fad9ed8f48925.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5eb6becb5675542d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7de97282a9758923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36872025-02-10T18:13:41.707Z Compiling typify-macro v0.3.0
36882025-02-10T18:13:41.729Z Running `/home/build/.rustup/toolchains/1.84.1-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=3f9b672bf53524ec -C extra-filename=-3f9b672bf53524ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-11119620c1c3a10d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-02-10T18:13:41.926Z Compiling tungstenite v0.21.0
36902025-02-10T18:13:42.021Z Running `/home/build/.rustup/toolchains/1.84.1-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=df785ed4686a9e71 -C extra-filename=-df785ed4686a9e71 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-02-10T18:13:42.822Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36922025-02-10T18:13:42.824Z Running `/home/build/.rustup/toolchains/1.84.1-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=0b26054f4e0544cf -C extra-filename=-0b26054f4e0544cf --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-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ccc6a3d1d3336d3f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-02-10T18:13:43.694Z Compiling tokio-tungstenite v0.21.0
36942025-02-10T18:13:43.697Z Running `/home/build/.rustup/toolchains/1.84.1-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=9b8763fa06e777c3 -C extra-filename=-9b8763fa06e777c3 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-df785ed4686a9e71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36952025-02-10T18:13:43.953Z Compiling arc-swap v1.7.1
36962025-02-10T18:13:43.955Z Running `/home/build/.rustup/toolchains/1.84.1-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=ef155b131469ec3b -C extra-filename=-ef155b131469ec3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36972025-02-10T18:13:44.113Z Compiling num-rational v0.4.2
36982025-02-10T18:13:44.117Z Running `/home/build/.rustup/toolchains/1.84.1-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=690c6d6636ed99a0 -C extra-filename=-690c6d6636ed99a0 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36992025-02-10T18:13:44.293Z Compiling num-complex v0.4.6
37002025-02-10T18:13:44.296Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb7c6fb6a72663ef -C extra-filename=-eb7c6fb6a72663ef --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-02-10T18:13:44.577Z Compiling slog-scope v4.4.0
37022025-02-10T18:13:44.596Z Running `/home/build/.rustup/toolchains/1.84.1-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=60b6cbc2b41dde2c -C extra-filename=-60b6cbc2b41dde2c --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-ef155b131469ec3b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37032025-02-10T18:13:45.109Z Compiling slog-stdlog v4.1.1
37042025-02-10T18:13:45.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=341448759014c29b -C extra-filename=-341448759014c29b --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-9e3a943cb0d1c1f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-02-10T18:13:45.246Z Compiling num v0.4.3
37062025-02-10T18:13:45.249Z Running `/home/build/.rustup/toolchains/1.84.1-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=49921fe791448ca0 -C extra-filename=-49921fe791448ca0 --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-eb7c6fb6a72663ef.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-690c6d6636ed99a0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-02-10T18:13:45.381Z Compiling slog-envlogger v2.2.0
37082025-02-10T18:13:45.383Z Running `/home/build/.rustup/toolchains/1.84.1-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=2fe90f14680d114a -C extra-filename=-2fe90f14680d114a --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-9e3a943cb0d1c1f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-341448759014c29b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-02-10T18:13:45.476Z Compiling float-ord v0.3.2
37102025-02-10T18:13:45.479Z Running `/home/build/.rustup/toolchains/1.84.1-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=4e4cd8a6489f9b4d -C extra-filename=-4e4cd8a6489f9b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-02-10T18:13:45.694Z Compiling indent_write v2.2.0
37122025-02-10T18:13:45.697Z Running `/home/build/.rustup/toolchains/1.84.1-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=e93cb2f8907d664c -C extra-filename=-e93cb2f8907d664c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-02-10T18:13:45.736Z Compiling cancel-safe-futures v0.1.5
37142025-02-10T18:13:45.739Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb201e9ce8085c31 -C extra-filename=-eb201e9ce8085c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-02-10T18:13:45.933Z Compiling owo-colors v4.1.0
37162025-02-10T18:13:45.960Z Running `/home/build/.rustup/toolchains/1.84.1-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=eba589cf675b8391 -C extra-filename=-eba589cf675b8391 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-02-10T18:13:46.101Z Dirty swrite v0.1.0: the rustflags changed
37182025-02-10T18:13:46.101Z Compiling swrite v0.1.0
37192025-02-10T18:13:46.146Z Running `/home/build/.rustup/toolchains/1.84.1-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=a8a58b95ec89c45b -C extra-filename=-a8a58b95ec89c45b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37202025-02-10T18:13:46.149Z Compiling typify v0.3.0
37212025-02-10T18:13:46.149Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b65a412f9aa7e4d -C extra-filename=-4b65a412f9aa7e4d --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-11119620c1c3a10d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3f9b672bf53524ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37222025-02-10T18:13:46.174Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31/build-script-build`
37232025-02-10T18:13:46.215Z Running `/home/build/.rustup/toolchains/1.84.1-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=cdfca0087da32257 -C extra-filename=-cdfca0087da32257 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-02-10T18:13:46.261Z Compiling libsw v3.3.1
37252025-02-10T18:13:46.264Z Running `/home/build/.rustup/toolchains/1.84.1-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=a1978033ecb64b4c -C extra-filename=-a1978033ecb64b4c --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-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37262025-02-10T18:13:46.299Z Compiling progenitor-impl v0.9.1
37272025-02-10T18:13:46.302Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b75e0dce3a3e49b -C extra-filename=-4b75e0dce3a3e49b --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4b65a412f9aa7e4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-02-10T18:13:46.326Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391/build-script-build`
37292025-02-10T18:13:46.366Z Running `/home/build/.rustup/toolchains/1.84.1-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=64694bafb6ad8035 -C extra-filename=-64694bafb6ad8035 --out-dir /work/oxidecomputer/omicron/target/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)'`
37302025-02-10T18:13:46.436Z Compiling password-hash v0.5.0
37312025-02-10T18:13:46.439Z Running `/home/build/.rustup/toolchains/1.84.1-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=9c9b5fa1de0b3c72 -C extra-filename=-9c9b5fa1de0b3c72 --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-9bf41bc36b79b4aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-02-10T18:13:46.584Z Compiling blake2 v0.10.6
37332025-02-10T18:13:46.628Z Running `/home/build/.rustup/toolchains/1.84.1-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=8a5fca9ef3e0b7d5 -C extra-filename=-8a5fca9ef3e0b7d5 --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37342025-02-10T18:13:46.765Z Compiling linear-map v1.2.0
37352025-02-10T18:13:46.768Z Running `/home/build/.rustup/toolchains/1.84.1-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=1f11c1139f7eb68f -C extra-filename=-1f11c1139f7eb68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-02-10T18:13:47.110Z Compiling argon2 v0.5.3
37372025-02-10T18:13:47.113Z Running `/home/build/.rustup/toolchains/1.84.1-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=8cab06b32ce8b7d9 -C extra-filename=-8cab06b32ce8b7d9 --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-9bf41bc36b79b4aa.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-8a5fca9ef3e0b7d5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9c9b5fa1de0b3c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-02-10T18:13:47.441Z Compiling pem v3.0.4
37392025-02-10T18:13:47.444Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c2c35af14fd0477 -C extra-filename=-7c2c35af14fd0477 --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-f429081ea7e2c5aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-02-10T18:13:47.973Z Compiling highway v1.2.0
37412025-02-10T18:13:47.978Z Running `/home/build/.rustup/toolchains/1.84.1-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=6985138a14228e53 -C extra-filename=-6985138a14228e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-02-10T18:13:48.155Z Compiling lzma-sys v0.1.20
37432025-02-10T18:13:48.157Z Running `/home/build/.rustup/toolchains/1.84.1-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=df49a685dd55d770 -C extra-filename=-df49a685dd55d770 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-02-10T18:13:48.367Z Compiling heck v0.3.3
37452025-02-10T18:13:48.416Z Running `/home/build/.rustup/toolchains/1.84.1-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=2dde9b4be76fcf89 -C extra-filename=-2dde9b4be76fcf89 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-02-10T18:13:48.418Z Compiling headers-core v0.3.0
37472025-02-10T18:13:48.422Z Running `/home/build/.rustup/toolchains/1.84.1-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=c683955deb088bb9 -C extra-filename=-c683955deb088bb9 --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-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-02-10T18:13:48.611Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37492025-02-10T18:13:48.642Z Running `/home/build/.rustup/toolchains/1.84.1-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=ef99a1b7a88d210c -C extra-filename=-ef99a1b7a88d210c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-02-10T18:13:48.728Z Compiling humantime v2.1.0
37512025-02-10T18:13:48.731Z Running `/home/build/.rustup/toolchains/1.84.1-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=3981a3a9a9cc034a -C extra-filename=-3981a3a9a9cc034a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-02-10T18:13:48.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37532025-02-10T18:13:48.770Z Running `/home/build/.rustup/toolchains/1.84.1-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=4af0c8d784b47dff -C extra-filename=-4af0c8d784b47dff --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-02-10T18:13:49.033Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770/build-script-build`
37552025-02-10T18:13:49.093Z Running `/home/build/.rustup/toolchains/1.84.1-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=481a76a38b664b9f -C extra-filename=-481a76a38b664b9f --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37562025-02-10T18:13:49.223Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff/build-script-build`
37572025-02-10T18:13:49.227Z Compiling zone_cfg_derive v0.1.2
37582025-02-10T18:13:49.252Z Running `/home/build/.rustup/toolchains/1.84.1-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=0e2d789a3a4c6ba4 -C extra-filename=-0e2d789a3a4c6ba4 --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-2dde9b4be76fcf89.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37592025-02-10T18:13:49.254Z Compiling headers v0.4.0
37602025-02-10T18:13:49.254Z Running `/home/build/.rustup/toolchains/1.84.1-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=5062caf5a63b9cb6 -C extra-filename=-5062caf5a63b9cb6 --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-284d3ffa17b19553.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c683955deb088bb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37612025-02-10T18:13:49.281Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37622025-02-10T18:13:49.281Z Running `/home/build/.rustup/toolchains/1.84.1-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=8830304a7b4c8086 -C extra-filename=-8830304a7b4c8086 --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37632025-02-10T18:13:49.440Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c/build-script-build`
37642025-02-10T18:13:49.507Z Compiling yasna v0.5.2
37652025-02-10T18:13:49.509Z Running `/home/build/.rustup/toolchains/1.84.1-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=99d831d22102cc5e -C extra-filename=-99d831d22102cc5e --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-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37662025-02-10T18:13:49.706Z Compiling base64 v0.13.1
37672025-02-10T18:13:49.708Z Running `/home/build/.rustup/toolchains/1.84.1-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=ad5c1da4c03002a3 -C extra-filename=-ad5c1da4c03002a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37682025-02-10T18:13:49.930Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37692025-02-10T18:13:49.933Z Running `/home/build/.rustup/toolchains/1.84.1-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=acb2130464c80ceb -C extra-filename=-acb2130464c80ceb --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-8830304a7b4c8086.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37702025-02-10T18:13:50.294Z Compiling ron v0.7.1
37712025-02-10T18:13:50.296Z Running `/home/build/.rustup/toolchains/1.84.1-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=f45754111276867f -C extra-filename=-f45754111276867f --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-ad5c1da4c03002a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37722025-02-10T18:13:50.640Z Compiling rcgen v0.12.1
37732025-02-10T18:13:50.657Z Running `/home/build/.rustup/toolchains/1.84.1-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=232f2a42b2defe38 -C extra-filename=-232f2a42b2defe38 --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-7c2c35af14fd0477.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-99d831d22102cc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
37742025-02-10T18:13:50.865Z Compiling zone v0.1.8
37752025-02-10T18:13:50.891Z Running `/home/build/.rustup/toolchains/1.84.1-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=5c8a6d552d48efef -C extra-filename=-5c8a6d552d48efef --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0e2d789a3a4c6ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-02-10T18:13:51.111Z Compiling xz2 v0.1.7
37772025-02-10T18:13:51.136Z Running `/home/build/.rustup/toolchains/1.84.1-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=cabb6d12fd264a74 -C extra-filename=-cabb6d12fd264a74 --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-481a76a38b664b9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37782025-02-10T18:13:51.141Z Running `/home/build/.rustup/toolchains/1.84.1-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=566fcf95459e6db0 -C extra-filename=-566fcf95459e6db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37792025-02-10T18:13:51.582Z Compiling subprocess v0.2.9
37802025-02-10T18:13:51.605Z Running `/home/build/.rustup/toolchains/1.84.1-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=482d25d585d269d2 -C extra-filename=-482d25d585d269d2 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37812025-02-10T18:13:52.349Z Dirty semver v0.1.20: the rustflags changed
37822025-02-10T18:13:52.349Z Compiling semver v0.1.20
37832025-02-10T18:13:52.351Z Running `/home/build/.rustup/toolchains/1.84.1-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=03906520c1e5ada9 -C extra-filename=-03906520c1e5ada9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-02-10T18:13:52.491Z Running `/home/build/.rustup/toolchains/1.84.1-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=547349ec06854b85 -C extra-filename=-547349ec06854b85 --out-dir /work/oxidecomputer/omicron/target/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`
37852025-02-10T18:13:52.785Z Dirty rustc_version v0.1.7: the rustflags changed
37862025-02-10T18:13:52.785Z Compiling rustc_version v0.1.7
37872025-02-10T18:13:52.788Z Running `/home/build/.rustup/toolchains/1.84.1-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=a073eab3ff38bd2e -C extra-filename=-a073eab3ff38bd2e --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-03906520c1e5ada9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37882025-02-10T18:13:52.828Z Compiling half v2.4.1
37892025-02-10T18:13:52.856Z Running `/home/build/.rustup/toolchains/1.84.1-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=2449aba69bdc4ada -C extra-filename=-2449aba69bdc4ada --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37902025-02-10T18:13:52.939Z Compiling ciborium-io v0.2.2
37912025-02-10T18:13:52.942Z Running `/home/build/.rustup/toolchains/1.84.1-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=febe2383922cacb8 -C extra-filename=-febe2383922cacb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-02-10T18:13:53.107Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
37932025-02-10T18:13:53.110Z Running `/home/build/.rustup/toolchains/1.84.1-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=3bbc53a9aa227c57 -C extra-filename=-3bbc53a9aa227c57 --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37942025-02-10T18:13:53.252Z Dirty newtype_derive v0.1.6: the rustflags changed
37952025-02-10T18:13:53.252Z Compiling newtype_derive v0.1.6
37962025-02-10T18:13:53.255Z Running `/home/build/.rustup/toolchains/1.84.1-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=7d706b8f8720f8cf -C extra-filename=-7d706b8f8720f8cf --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a073eab3ff38bd2e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37972025-02-10T18:13:53.349Z Compiling ciborium-ll v0.2.2
37982025-02-10T18:13:53.351Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
37992025-02-10T18:13:53.372Z Running `/home/build/.rustup/toolchains/1.84.1-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=9d725179b86308e3 -C extra-filename=-9d725179b86308e3 --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-febe2383922cacb8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-2449aba69bdc4ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-02-10T18:13:53.375Z Running `/home/build/.rustup/toolchains/1.84.1-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=c6442b7c73a6ea34 -C extra-filename=-c6442b7c73a6ea34 --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-f429081ea7e2c5aa.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38012025-02-10T18:13:53.510Z Compiling progenitor-macro v0.9.1
38022025-02-10T18:13:53.513Z Running `/home/build/.rustup/toolchains/1.84.1-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=ac99fd21b6a5c9ec -C extra-filename=-ac99fd21b6a5c9ec --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-02-10T18:13:53.692Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf/build-script-build`
38042025-02-10T18:13:53.717Z Compiling ciborium v0.2.2
38052025-02-10T18:13:53.720Z Running `/home/build/.rustup/toolchains/1.84.1-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=a348374d3d785aec -C extra-filename=-a348374d3d785aec --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-febe2383922cacb8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-9d725179b86308e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38062025-02-10T18:13:53.744Z Running `/home/build/.rustup/toolchains/1.84.1-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=907911c314303ae7 -C extra-filename=-907911c314303ae7 --out-dir /work/oxidecomputer/omicron/target/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`
38072025-02-10T18:13:53.767Z Compiling display-error-chain v0.2.2
38082025-02-10T18:13:53.770Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f15412de59adf04 -C extra-filename=-6f15412de59adf04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-02-10T18:13:53.876Z Compiling steno v0.4.1
38102025-02-10T18:13:53.879Z Running `/home/build/.rustup/toolchains/1.84.1-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=506eeb65f3e13f7d -C extra-filename=-506eeb65f3e13f7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38112025-02-10T18:13:54.001Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
38122025-02-10T18:13:54.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=3f7bd3095bf53744 -C extra-filename=-3f7bd3095bf53744 --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-c6442b7c73a6ea34.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3bbc53a9aa227c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38132025-02-10T18:13:54.423Z Compiling slog-dtrace v0.3.0
38142025-02-10T18:13:54.426Z Running `/home/build/.rustup/toolchains/1.84.1-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=f86e451e41119c90 -C extra-filename=-f86e451e41119c90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-02-10T18:13:54.800Z Compiling gethostname v0.5.0
38162025-02-10T18:13:54.803Z Running `/home/build/.rustup/toolchains/1.84.1-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=bfd7719f1fae5402 -C extra-filename=-bfd7719f1fae5402 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38172025-02-10T18:13:54.830Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90/build-script-build`
38182025-02-10T18:13:54.896Z Dirty aws-lc-sys v0.22.0: the rustflags changed
38192025-02-10T18:13:54.896Z Compiling aws-lc-sys v0.22.0
38202025-02-10T18:13:54.898Z Running `/home/build/.rustup/toolchains/1.84.1-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=4dd1f5ccc338543d -C extra-filename=-4dd1f5ccc338543d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-f651151d3569e2e1.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9aec59b7c8d162b6.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-f99428ff14949c71.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38212025-02-10T18:13:54.922Z Running `/home/build/.rustup/toolchains/1.84.1-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=f78d5c8619bd4e90 -C extra-filename=-f78d5c8619bd4e90 --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-c6e3260a4cbe5cfb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-02-10T18:13:54.995Z Compiling nibble_vec v0.1.0
38232025-02-10T18:13:54.997Z Running `/home/build/.rustup/toolchains/1.84.1-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=bf30e60e2711dd7a -C extra-filename=-bf30e60e2711dd7a --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-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-02-10T18:13:55.022Z Compiling endian-type v0.1.2
38252025-02-10T18:13:55.025Z Running `/home/build/.rustup/toolchains/1.84.1-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=420bb238198667ce -C extra-filename=-420bb238198667ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-02-10T18:13:55.025Z Compiling keccak v0.1.5
38272025-02-10T18:13:55.025Z Running `/home/build/.rustup/toolchains/1.84.1-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=e9344e01d05787df -C extra-filename=-e9344e01d05787df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-02-10T18:13:55.237Z Compiling radix_trie v0.2.1
38292025-02-10T18:13:55.240Z Running `/home/build/.rustup/toolchains/1.84.1-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=42f5e22c37b42a1d -C extra-filename=-42f5e22c37b42a1d --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-420bb238198667ce.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-bf30e60e2711dd7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38302025-02-10T18:13:55.285Z Compiling arrayref v0.3.9
38312025-02-10T18:13:55.291Z Running `/home/build/.rustup/toolchains/1.84.1-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=2d656f6620a65b51 -C extra-filename=-2d656f6620a65b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-02-10T18:13:55.416Z Compiling sha3 v0.10.8
38332025-02-10T18:13:55.419Z Running `/home/build/.rustup/toolchains/1.84.1-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=7a16ae5557314021 -C extra-filename=-7a16ae5557314021 --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-c1a84befa7c7dca3.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e9344e01d05787df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-02-10T18:13:55.486Z Compiling arrayvec v0.7.6
38352025-02-10T18:13:55.489Z Running `/home/build/.rustup/toolchains/1.84.1-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=29b276a2b78a8d5a -C extra-filename=-29b276a2b78a8d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-02-10T18:13:55.881Z Compiling constant_time_eq v0.3.1
38372025-02-10T18:13:55.905Z Running `/home/build/.rustup/toolchains/1.84.1-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=5220b84cccc1dea2 -C extra-filename=-5220b84cccc1dea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-02-10T18:13:55.908Z Compiling universal-hash v0.5.1
38392025-02-10T18:13:55.908Z Running `/home/build/.rustup/toolchains/1.84.1-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=d912cf2ea6f43439 -C extra-filename=-d912cf2ea6f43439 --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-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-02-10T18:13:56.086Z Compiling opaque-debug v0.3.1
38412025-02-10T18:13:56.088Z Running `/home/build/.rustup/toolchains/1.84.1-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=bf5e609c1193dde6 -C extra-filename=-bf5e609c1193dde6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-02-10T18:13:56.136Z Compiling secrecy v0.8.0
38432025-02-10T18:13:56.138Z Running `/home/build/.rustup/toolchains/1.84.1-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=97824bc722567bb8 -C extra-filename=-97824bc722567bb8 --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-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-02-10T18:13:56.213Z Compiling blake3 v1.5.4
38452025-02-10T18:13:56.215Z Compiling memmap2 v0.9.5
38462025-02-10T18:13:56.215Z Running `/home/build/.rustup/toolchains/1.84.1-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=5f3e247ab4ed22e3 -C extra-filename=-5f3e247ab4ed22e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38472025-02-10T18:13:56.215Z Running `/home/build/.rustup/toolchains/1.84.1-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=79050c6d30ef63b9 -C extra-filename=-79050c6d30ef63b9 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-02-10T18:13:56.388Z Compiling aead v0.5.2
38492025-02-10T18:13:56.390Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5d244ba91c5af8b -C extra-filename=-c5d244ba91c5af8b --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-0dd2958e149b985e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-02-10T18:13:56.499Z Compiling topological-sort v0.2.2
38512025-02-10T18:13:56.501Z Running `/home/build/.rustup/toolchains/1.84.1-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=d704ffc17eb9a9ea -C extra-filename=-d704ffc17eb9a9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-02-10T18:13:56.690Z Compiling poly1305 v0.8.0
38532025-02-10T18:13:56.724Z Running `/home/build/.rustup/toolchains/1.84.1-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=cb0d24dbfe265f4e -C extra-filename=-cb0d24dbfe265f4e --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-102875690d2c1cd3.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-bf5e609c1193dde6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d912cf2ea6f43439.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-02-10T18:13:56.753Z Compiling chacha20 v0.9.1
38552025-02-10T18:13:56.760Z Running `/home/build/.rustup/toolchains/1.84.1-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=b208d0fd694a3c26 -C extra-filename=-b208d0fd694a3c26 --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-02-10T18:13:56.778Z Compiling toolchain_find v0.4.0
38572025-02-10T18:13:56.780Z Running `/home/build/.rustup/toolchains/1.84.1-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=09f1869772c12ffc -C extra-filename=-09f1869772c12ffc --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-2caee24cfb5087dd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-02-10T18:13:57.018Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3/build-script-build`
38592025-02-10T18:13:57.307Z Compiling thiserror-impl-no-std v2.0.2
38602025-02-10T18:13:57.309Z Running `/home/build/.rustup/toolchains/1.84.1-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=85fbac475f17a53c -C extra-filename=-85fbac475f17a53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38612025-02-10T18:13:57.459Z Compiling rustfmt-wrapper v0.2.1
38622025-02-10T18:13:57.462Z Running `/home/build/.rustup/toolchains/1.84.1-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=37705b2d523bafbe -C extra-filename=-37705b2d523bafbe --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-b6795449d4b8cccb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-09f1869772c12ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38632025-02-10T18:13:57.724Z Running `/home/build/.rustup/toolchains/1.84.1-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=307701bfaf69bba0 -C extra-filename=-307701bfaf69bba0 --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-2d656f6620a65b51.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-29b276a2b78a8d5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-79050c6d30ef63b9.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/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()))'`
38642025-02-10T18:13:58.075Z Compiling async-recursion v1.1.1
38652025-02-10T18:13:58.163Z Running `/home/build/.rustup/toolchains/1.84.1-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=1742ed45344feaaa -C extra-filename=-1742ed45344feaaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-02-10T18:13:58.329Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38672025-02-10T18:13:58.332Z Running `/home/build/.rustup/toolchains/1.84.1-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=2b6978de6be459f7 -C extra-filename=-2b6978de6be459f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38682025-02-10T18:13:58.501Z Compiling chacha20poly1305 v0.10.1
38692025-02-10T18:13:58.505Z Running `/home/build/.rustup/toolchains/1.84.1-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=43b89e3eb154da46 -C extra-filename=-43b89e3eb154da46 --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-c5d244ba91c5af8b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38702025-02-10T18:13:58.716Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7/build-script-build`
38712025-02-10T18:13:58.757Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
38722025-02-10T18:13:58.759Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_messages --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-84635d0402f241f7/9ff89d7/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api-traits", "default", "std"))' -C metadata=2fe4dcca6ec89e02 -C extra-filename=-2fe4dcca6ec89e02 --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-b6414318a57462a7.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38732025-02-10T18:13:58.781Z Running `/home/build/.rustup/toolchains/1.84.1-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=bc199e2fa413580f -C extra-filename=-bc199e2fa413580f --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.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/`
38742025-02-10T18:13:58.927Z Compiling fxhash v0.2.1
38752025-02-10T18:13:58.976Z Running `/home/build/.rustup/toolchains/1.84.1-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=fd0628cfb03422c5 -C extra-filename=-fd0628cfb03422c5 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-02-10T18:13:59.142Z Compiling simd-adler32 v0.3.7
38772025-02-10T18:13:59.142Z Running `/home/build/.rustup/toolchains/1.84.1-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=809484df09ad0da8 -C extra-filename=-809484df09ad0da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-02-10T18:13:59.167Z Compiling bumpalo v3.16.0
38792025-02-10T18:13:59.167Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5aa7b73087d6f70 -C extra-filename=-c5aa7b73087d6f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38802025-02-10T18:13:59.661Z Compiling zip v2.1.3
38812025-02-10T18:13:59.664Z Running `/home/build/.rustup/toolchains/1.84.1-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=1f199c79d460bacb -C extra-filename=-1f199c79d460bacb --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38822025-02-10T18:13:59.738Z Compiling lockfree-object-pool v0.1.6
38832025-02-10T18:13:59.741Z Running `/home/build/.rustup/toolchains/1.84.1-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=420f5f89258d1541 -C extra-filename=-420f5f89258d1541 --out-dir /work/oxidecomputer/omicron/target/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-10T18:13:59.769Z Compiling maplit v1.0.2
38852025-02-10T18:13:59.834Z Running `/home/build/.rustup/toolchains/1.84.1-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=b76ff7a836ea16f2 -C extra-filename=-b76ff7a836ea16f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-02-10T18:13:59.913Z Compiling termcolor v1.4.1
38872025-02-10T18:13:59.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=2ede86e2a551bd95 -C extra-filename=-2ede86e2a551bd95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-02-10T18:14:00.028Z Compiling zopfli v0.8.1
38892025-02-10T18:14:00.054Z Running `/home/build/.rustup/toolchains/1.84.1-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=cabc88492a826ac3 -C extra-filename=-cabc88492a826ac3 --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-c5aa7b73087d6f70.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-420f5f89258d1541.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-809484df09ad0da8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-02-10T18:14:00.095Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb/build-script-build`
38912025-02-10T18:14:00.098Z Compiling const_format_proc_macros v0.2.34
38922025-02-10T18:14:00.122Z Running `/home/build/.rustup/toolchains/1.84.1-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=8ed5528f3a92e452 -C extra-filename=-8ed5528f3a92e452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38932025-02-10T18:14:00.373Z Compiling thiserror-no-std v2.0.2
38942025-02-10T18:14:00.375Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f39842831d9b0b5 -C extra-filename=-2f39842831d9b0b5 --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-85fbac475f17a53c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-02-10T18:14:00.418Z Compiling radium v0.7.0
38962025-02-10T18:14:00.420Z Running `/home/build/.rustup/toolchains/1.84.1-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=0495394abefdf7ef -C extra-filename=-0495394abefdf7ef --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-02-10T18:14:00.533Z Compiling vsss-rs v3.3.4
38982025-02-10T18:14:00.535Z Running `/home/build/.rustup/toolchains/1.84.1-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=835f44df966b6211 -C extra-filename=-835f44df966b6211 --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-296415074f6d0321.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2f39842831d9b0b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-02-10T18:14:00.716Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
39002025-02-10T18:14:00.732Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name transceiver_decode --edition=2021 /home/build/.cargo/git/checkouts/transceiver-control-84635d0402f241f7/9ff89d7/decode/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="api-traits"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("api-traits"))' -C metadata=1b8156833adead2f -C extra-filename=-1b8156833adead2f --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern transceiver_messages=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_messages-2fe4dcca6ec89e02.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-02-10T18:14:00.928Z Running `/home/build/.rustup/toolchains/1.84.1-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=bcc67991e314c378 -C extra-filename=-bcc67991e314c378 --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-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-cabc88492a826ac3.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-dc116badc0c941a2/out/lib`
39022025-02-10T18:14:00.963Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef/build-script-build`
39032025-02-10T18:14:01.003Z Compiling maybe-uninit v2.0.0
39042025-02-10T18:14:01.006Z Running `/home/build/.rustup/toolchains/1.84.1-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=17723fbc7bf15acb -C extra-filename=-17723fbc7bf15acb --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-02-10T18:14:01.586Z Compiling tap v1.0.1
39062025-02-10T18:14:01.589Z Running `/home/build/.rustup/toolchains/1.84.1-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=1baf0068047987a3 -C extra-filename=-1baf0068047987a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-02-10T18:14:01.612Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb/build-script-build`
39082025-02-10T18:14:01.696Z Running `/home/build/.rustup/toolchains/1.84.1-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=eed1163cf182e62a -C extra-filename=-eed1163cf182e62a --out-dir /work/oxidecomputer/omicron/target/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`
39092025-02-10T18:14:01.780Z Compiling wyz v0.5.1
39102025-02-10T18:14:01.783Z Running `/home/build/.rustup/toolchains/1.84.1-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=59a297f6da8ea8ef -C extra-filename=-59a297f6da8ea8ef --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-1baf0068047987a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39112025-02-10T18:14:02.148Z Compiling const_format v0.2.34
39122025-02-10T18:14:02.155Z Running `/home/build/.rustup/toolchains/1.84.1-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=e91b7ab987123f1d -C extra-filename=-e91b7ab987123f1d --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-8ed5528f3a92e452.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39132025-02-10T18:14:02.204Z Compiling crc-catalog v2.4.0
39142025-02-10T18:14:02.228Z Running `/home/build/.rustup/toolchains/1.84.1-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=abbf1a39390de174 -C extra-filename=-abbf1a39390de174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-02-10T18:14:02.234Z Compiling funty v2.0.0
39162025-02-10T18:14:02.234Z Running `/home/build/.rustup/toolchains/1.84.1-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=ccf7e5da67827078 -C extra-filename=-ccf7e5da67827078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-02-10T18:14:02.395Z Compiling packed_struct v0.10.1
39182025-02-10T18:14:02.405Z Running `/home/build/.rustup/toolchains/1.84.1-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=408741803dadc995 -C extra-filename=-408741803dadc995 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-02-10T18:14:02.873Z Compiling crc v3.2.1
39202025-02-10T18:14:02.873Z Running `/home/build/.rustup/toolchains/1.84.1-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=4dad916f7a3cd1d7 -C extra-filename=-4dad916f7a3cd1d7 --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-abbf1a39390de174.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-02-10T18:14:02.902Z Running `/home/build/.rustup/toolchains/1.84.1-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=03d166afac653f39 -C extra-filename=-03d166afac653f39 --out-dir /work/oxidecomputer/omicron/target/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`
39222025-02-10T18:14:02.962Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995/build-script-build`
39232025-02-10T18:14:03.008Z Compiling packed_struct_codegen v0.10.1
39242025-02-10T18:14:03.010Z Running `/home/build/.rustup/toolchains/1.84.1-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=568be8160840ed4d -C extra-filename=-568be8160840ed4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39252025-02-10T18:14:03.035Z Compiling indexmap v1.9.3
39262025-02-10T18:14:03.039Z Running `/home/build/.rustup/toolchains/1.84.1-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=224171d735c428dd -C extra-filename=-224171d735c428dd --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39272025-02-10T18:14:03.467Z Compiling bitvec v1.0.1
39282025-02-10T18:14:03.469Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b6155786358526e -C extra-filename=-4b6155786358526e --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-ccf7e5da67827078.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-eed1163cf182e62a.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1baf0068047987a3.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-59a297f6da8ea8ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39292025-02-10T18:14:03.564Z Compiling nodrop v0.1.14
39302025-02-10T18:14:03.590Z Running `/home/build/.rustup/toolchains/1.84.1-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=d96e813c2ab020ca -C extra-filename=-d96e813c2ab020ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-02-10T18:14:03.731Z Compiling array-init v0.0.4
39322025-02-10T18:14:03.733Z Running `/home/build/.rustup/toolchains/1.84.1-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=c6211ef6ffed8b60 -C extra-filename=-c6211ef6ffed8b60 --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-d96e813c2ab020ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-02-10T18:14:03.965Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd/build-script-build`
39342025-02-10T18:14:04.007Z Compiling smallvec v0.6.14
39352025-02-10T18:14:04.009Z Running `/home/build/.rustup/toolchains/1.84.1-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=512e0cdbb258b826 -C extra-filename=-512e0cdbb258b826 --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-03d166afac653f39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39362025-02-10T18:14:04.459Z Compiling vte_generate_state_changes v0.1.2
39372025-02-10T18:14:04.498Z Running `/home/build/.rustup/toolchains/1.84.1-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=892d4fbed2430dd4 -C extra-filename=-892d4fbed2430dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39382025-02-10T18:14:04.760Z Compiling hashbrown v0.12.3
39392025-02-10T18:14:04.762Z Running `/home/build/.rustup/toolchains/1.84.1-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=9a112bc893b47b7f -C extra-filename=-9a112bc893b47b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39402025-02-10T18:14:04.788Z Compiling bitfield v0.14.0
39412025-02-10T18:14:04.790Z Running `/home/build/.rustup/toolchains/1.84.1-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=1c0ab4043e8aa729 -C extra-filename=-1c0ab4043e8aa729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-02-10T18:14:05.131Z Compiling serde-hex v0.1.0
39432025-02-10T18:14:05.216Z Running `/home/build/.rustup/toolchains/1.84.1-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=df2b64298647f6d7 -C extra-filename=-df2b64298647f6d7 --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-c6211ef6ffed8b60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-512e0cdbb258b826.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-02-10T18:14:05.218Z Compiling vte v0.11.1
39452025-02-10T18:14:05.218Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39462025-02-10T18:14:05.218Z Running `/home/build/.rustup/toolchains/1.84.1-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=46f62b86694017a2 -C extra-filename=-46f62b86694017a2 --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-a9e9441fe1d54e72.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-892d4fbed2430dd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39472025-02-10T18:14:05.220Z Running `/home/build/.rustup/toolchains/1.84.1-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=96e60ef702325449 -C extra-filename=-96e60ef702325449 --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-02-10T18:14:05.599Z Compiling env_logger v0.10.2
39492025-02-10T18:14:05.648Z Running `/home/build/.rustup/toolchains/1.84.1-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=323aa012b622cd0a -C extra-filename=-323aa012b622cd0a --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-7fcf105a31e0f4a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-02-10T18:14:05.751Z Running `/home/build/.rustup/toolchains/1.84.1-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=9da52d222a125051 -C extra-filename=-9da52d222a125051 --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-9a112bc893b47b7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39512025-02-10T18:14:05.900Z Compiling ron v0.8.1
39522025-02-10T18:14:05.902Z Running `/home/build/.rustup/toolchains/1.84.1-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=19d2c3a85ca79068 -C extra-filename=-19d2c3a85ca79068 --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-284d3ffa17b19553.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-02-10T18:14:06.579Z Compiling fd-lock v4.0.2
39542025-02-10T18:14:06.582Z Running `/home/build/.rustup/toolchains/1.84.1-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=6d1727f39167a54a -C extra-filename=-6d1727f39167a54a --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-c23dfb9b1834c42c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-02-10T18:14:06.700Z Compiling hashbrown v0.13.2
39562025-02-10T18:14:06.727Z Running `/home/build/.rustup/toolchains/1.84.1-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=508298ba917f7296 -C extra-filename=-508298ba917f7296 --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-6f081ff1d53178a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-02-10T18:14:06.747Z Compiling kstat-rs v0.2.4
39582025-02-10T18:14:06.750Z Running `/home/build/.rustup/toolchains/1.84.1-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=0a7730f882e244fa -C extra-filename=-0a7730f882e244fa --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-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-02-10T18:14:06.789Z Compiling crc-any v2.5.0
39602025-02-10T18:14:06.792Z Running `/home/build/.rustup/toolchains/1.84.1-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=49a20e66afaa8a5f -C extra-filename=-49a20e66afaa8a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39612025-02-10T18:14:06.947Z Running `/home/build/.rustup/toolchains/1.84.1-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=cf12361f6d370838 -C extra-filename=-cf12361f6d370838 --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-4b6155786358526e.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-568be8160840ed4d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-02-10T18:14:07.250Z Compiling strip-ansi-escapes v0.2.0
39632025-02-10T18:14:07.253Z Running `/home/build/.rustup/toolchains/1.84.1-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=1818fd9c72365642 -C extra-filename=-1818fd9c72365642 --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-46f62b86694017a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-02-10T18:14:07.341Z Compiling libefi-sys v0.1.0
39652025-02-10T18:14:07.344Z Running `/home/build/.rustup/toolchains/1.84.1-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=aa81e9d157942b3c -C extra-filename=-aa81e9d157942b3c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-02-10T18:14:07.390Z Compiling nu-ansi-term v0.50.1
39672025-02-10T18:14:07.420Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e86866786615006 -C extra-filename=-8e86866786615006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-02-10T18:14:07.664Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39692025-02-10T18:14:07.669Z Running `/home/build/.rustup/toolchains/1.84.1-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=79c3d69b5e3a9564 -C extra-filename=-79c3d69b5e3a9564 --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-19d2c3a85ca79068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-02-10T18:14:07.711Z Compiling path-slash v0.1.5
39712025-02-10T18:14:07.770Z Running `/home/build/.rustup/toolchains/1.84.1-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=d36cafea61a466fc -C extra-filename=-d36cafea61a466fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-02-10T18:14:07.798Z Compiling object v0.30.4
39732025-02-10T18:14:07.800Z Running `/home/build/.rustup/toolchains/1.84.1-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=acff79d7e68d0ffa -C extra-filename=-acff79d7e68d0ffa --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-8bbe085508e0f085.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-508298ba917f7296.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9da52d222a125051.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-02-10T18:14:07.950Z Compiling reedline v0.35.0
39752025-02-10T18:14:08.029Z Running `/home/build/.rustup/toolchains/1.84.1-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=2fb1608fcd35e692 -C extra-filename=-2fb1608fcd35e692 --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-c6e3260a4cbe5cfb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-8e86866786615006.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-1818fd9c72365642.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8472f9b9b4402c84.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-02-10T18:14:08.064Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c/build-script-build`
39772025-02-10T18:14:08.110Z Compiling phf_generator v0.11.2
39782025-02-10T18:14:08.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=3254404e6daa6263 -C extra-filename=-3254404e6daa6263 --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-65d0301f5bcb2ce7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39792025-02-10T18:14:08.328Z Compiling bitfield-struct v0.6.2
39802025-02-10T18:14:08.330Z Running `/home/build/.rustup/toolchains/1.84.1-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=a2ae4810299494f7 -C extra-filename=-a2ae4810299494f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-02-10T18:14:08.355Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39822025-02-10T18:14:08.357Z Running `/home/build/.rustup/toolchains/1.84.1-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=c3833454a5b351fc -C extra-filename=-c3833454a5b351fc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39832025-02-10T18:14:08.415Z Compiling nanorand v0.7.0
39842025-02-10T18:14:08.417Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc576cf8e63d6a5f -C extra-filename=-dc576cf8e63d6a5f --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39852025-02-10T18:14:08.894Z Compiling parking_lot_core v0.8.6
39862025-02-10T18:14:08.896Z Running `/home/build/.rustup/toolchains/1.84.1-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=8b5f573569c26f97 -C extra-filename=-8b5f573569c26f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39872025-02-10T18:14:08.976Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc/build-script-build`
39882025-02-10T18:14:09.101Z Compiling flume v0.11.1
39892025-02-10T18:14:09.103Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d/build-script-main`
39902025-02-10T18:14:09.103Z Running `/home/build/.rustup/toolchains/1.84.1-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=e67cde400b5ffad5 -C extra-filename=-e67cde400b5ffad5 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-dc576cf8e63d6a5f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39912025-02-10T18:14:09.438Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97/build-script-build`
39922025-02-10T18:14:09.478Z Compiling phf_codegen v0.11.2
39932025-02-10T18:14:09.502Z Running `/home/build/.rustup/toolchains/1.84.1-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=a7673d9b61921b13 -C extra-filename=-a7673d9b61921b13 --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-3254404e6daa6263.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39942025-02-10T18:14:09.649Z Running `/home/build/.rustup/toolchains/1.84.1-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=f7f1ae527325c4cd -C extra-filename=-f7f1ae527325c4cd --out-dir /work/oxidecomputer/omicron/target/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`
39952025-02-10T18:14:09.738Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39962025-02-10T18:14:09.741Z Running `/home/build/.rustup/toolchains/1.84.1-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=63f98ee0b7a95dd0 -C extra-filename=-63f98ee0b7a95dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-02-10T18:14:09.763Z Compiling parse-zoneinfo v0.3.1
39982025-02-10T18:14:09.766Z Running `/home/build/.rustup/toolchains/1.84.1-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=df37b33b4ce2d54e -C extra-filename=-df37b33b4ce2d54e --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-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-02-10T18:14:09.961Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40002025-02-10T18:14:09.964Z Running `/home/build/.rustup/toolchains/1.84.1-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=e3a7932d8e109838 -C extra-filename=-e3a7932d8e109838 --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-a2ae4810299494f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-02-10T18:14:10.087Z Compiling cfg_aliases v0.1.1
40022025-02-10T18:14:10.110Z Running `/home/build/.rustup/toolchains/1.84.1-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=21f3ce1508281586 -C extra-filename=-21f3ce1508281586 --out-dir /work/oxidecomputer/omicron/target/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-10T18:14:10.216Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40042025-02-10T18:14:10.259Z Running `/home/build/.rustup/toolchains/1.84.1-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=73896085a852f803 -C extra-filename=-73896085a852f803 --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-1c0ab4043e8aa729.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40052025-02-10T18:14:10.323Z Dirty bytecount v0.6.8: the rustflags changed
40062025-02-10T18:14:10.323Z Compiling bytecount v0.6.8
40072025-02-10T18:14:10.325Z Running `/home/build/.rustup/toolchains/1.84.1-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=a5dd987946a94b3b -C extra-filename=-a5dd987946a94b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-02-10T18:14:10.568Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40092025-02-10T18:14:10.571Z Running `/home/build/.rustup/toolchains/1.84.1-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=f695601a50c1c2a3 -C extra-filename=-f695601a50c1c2a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40102025-02-10T18:14:10.652Z Dirty papergrid v0.11.0: the rustflags changed
40112025-02-10T18:14:10.652Z Compiling papergrid v0.11.0
40122025-02-10T18:14:10.657Z Running `/home/build/.rustup/toolchains/1.84.1-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=d441d8ba93711c26 -C extra-filename=-d441d8ba93711c26 --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-a5dd987946a94b3b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-02-10T18:14:10.704Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40142025-02-10T18:14:10.707Z Running `/home/build/.rustup/toolchains/1.84.1-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=8245a22decf78967 -C extra-filename=-8245a22decf78967 --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-e3a7932d8e109838.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-f695601a50c1c2a3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-02-10T18:14:10.731Z Compiling chrono-tz-build v0.4.0
40162025-02-10T18:14:10.734Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa557f782e4b7b21 -C extra-filename=-fa557f782e4b7b21 --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-df37b33b4ce2d54e.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-a7673d9b61921b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-02-10T18:14:11.528Z Compiling nix v0.28.0
40182025-02-10T18:14:11.530Z Running `/home/build/.rustup/toolchains/1.84.1-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=8f1d3e7080392bbc -C extra-filename=-8f1d3e7080392bbc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-21f3ce1508281586.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-02-10T18:14:11.551Z Running `/home/build/.rustup/toolchains/1.84.1-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=1920daece27d0665 -C extra-filename=-1920daece27d0665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -l static=pci`
40202025-02-10T18:14:12.044Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40212025-02-10T18:14:12.046Z Running `/home/build/.rustup/toolchains/1.84.1-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=51ffcf2ce03b08bf -C extra-filename=-51ffcf2ce03b08bf --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-98124fae94d5c163.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-f7f1ae527325c4cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-02-10T18:14:12.070Z Running `/home/build/.rustup/toolchains/1.84.1-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=cc94aed65592f799 -C extra-filename=-cc94aed65592f799 --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-c23dfb9b1834c42c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-02-10T18:14:12.408Z Compiling tabled_derive v0.7.0
40242025-02-10T18:14:12.411Z Running `/home/build/.rustup/toolchains/1.84.1-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=76472966233443db -C extra-filename=-76472966233443db --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-02-10T18:14:12.472Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc/build-script-build`
40262025-02-10T18:14:12.487Z Compiling parking_lot v0.11.2
40272025-02-10T18:14:12.513Z Running `/home/build/.rustup/toolchains/1.84.1-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=e4e6ba3c4e0cba81 -C extra-filename=-e4e6ba3c4e0cba81 --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-addff6408e8f04c3.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc94aed65592f799.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40282025-02-10T18:14:12.736Z Compiling chrono-tz v0.10.1
40292025-02-10T18:14:12.736Z Running `/home/build/.rustup/toolchains/1.84.1-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=ce89a0957124c9e9 -C extra-filename=-ce89a0957124c9e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-fa557f782e4b7b21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40302025-02-10T18:14:13.359Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40312025-02-10T18:14:13.366Z Running `/home/build/.rustup/toolchains/1.84.1-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=5138e4463caf453d -C extra-filename=-5138e4463caf453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-02-10T18:14:13.649Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9/build-script-build`
40332025-02-10T18:14:14.521Z Compiling sled v0.34.7
40342025-02-10T18:14:14.523Z Running `/home/build/.rustup/toolchains/1.84.1-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=6da45c3a09d9f5a4 -C extra-filename=-6da45c3a09d9f5a4 --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-8bbe085508e0f085.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4e6ba3c4e0cba81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40352025-02-10T18:14:14.566Z Running `/home/build/.rustup/toolchains/1.84.1-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=ee1a2417c2f5077e -C extra-filename=-ee1a2417c2f5077e --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40362025-02-10T18:14:14.773Z Compiling hickory-client v0.24.2
40372025-02-10T18:14:14.776Z Running `/home/build/.rustup/toolchains/1.84.1-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=21eb14eb3f29e5ca -C extra-filename=-21eb14eb3f29e5ca --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-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-02-10T18:14:14.881Z Compiling tabled v0.15.0
40392025-02-10T18:14:14.884Z Running `/home/build/.rustup/toolchains/1.84.1-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=9f8ec8dd763c65f8 -C extra-filename=-9f8ec8dd763c65f8 --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-d441d8ba93711c26.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-76472966233443db.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40402025-02-10T18:14:15.586Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77/build-script-build`
40412025-02-10T18:14:15.620Z Running `/home/build/.rustup/toolchains/1.84.1-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=bb67bed1d3eec97a -C extra-filename=-bb67bed1d3eec97a --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-98124fae94d5c163.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.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-9c77913d5fb9ece9/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
40422025-02-10T18:14:15.659Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01/build-script-build`
40432025-02-10T18:14:15.701Z Compiling peg-macros v0.8.4
40442025-02-10T18:14:15.704Z Running `/home/build/.rustup/toolchains/1.84.1-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=8f1bee72fa9028d9 -C extra-filename=-8f1bee72fa9028d9 --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-30228406606bb75f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-02-10T18:14:16.144Z Compiling hickory-server v0.24.2
40462025-02-10T18:14:16.146Z Running `/home/build/.rustup/toolchains/1.84.1-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=bc3baf74f40fecd2 -C extra-filename=-bc3baf74f40fecd2 --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-116e3d46dcb2ae19.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-02-10T18:14:16.388Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40482025-02-10T18:14:16.419Z Running `/home/build/.rustup/toolchains/1.84.1-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=36f857d602fefb04 -C extra-filename=-36f857d602fefb04 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-02-10T18:14:17.685Z Compiling sqlparser_derive v0.2.2
40502025-02-10T18:14:17.702Z Running `/home/build/.rustup/toolchains/1.84.1-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=acc4a967689c5399 -C extra-filename=-acc4a967689c5399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-02-10T18:14:18.084Z Running `/home/build/.rustup/toolchains/1.84.1-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=464c383d3926c626 -C extra-filename=-464c383d3926c626 --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-bb67bed1d3eec97a.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-36027d088c06f27a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/`
40522025-02-10T18:14:18.115Z Compiling unicode_categories v0.1.1
40532025-02-10T18:14:18.118Z Running `/home/build/.rustup/toolchains/1.84.1-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=7bc62e09afcedf7e -C extra-filename=-7bc62e09afcedf7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-02-10T18:14:18.466Z Compiling sqlformat v0.2.6
40552025-02-10T18:14:18.471Z Running `/home/build/.rustup/toolchains/1.84.1-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=8857801670162545 -C extra-filename=-8857801670162545 --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-16454c047756183f.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-7bc62e09afcedf7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-02-10T18:14:18.914Z Compiling sqlparser v0.45.0
40572025-02-10T18:14:18.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=29e954919b145b3b -C extra-filename=-29e954919b145b3b --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-9e3a943cb0d1c1f7.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-acc4a967689c5399.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-02-10T18:14:19.403Z Compiling peg v0.8.4
40592025-02-10T18:14:19.426Z Running `/home/build/.rustup/toolchains/1.84.1-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=de7a960634921721 -C extra-filename=-de7a960634921721 --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-8f1bee72fa9028d9.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-02-10T18:14:19.534Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04/build-script-build`
40612025-02-10T18:14:19.579Z Compiling rustyline v14.0.0
40622025-02-10T18:14:19.583Z Running `/home/build/.rustup/toolchains/1.84.1-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=48a55ac4bc77f690 -C extra-filename=-48a55ac4bc77f690 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ee1a2417c2f5077e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-02-10T18:14:20.405Z Dirty rustls-webpki v0.102.8: the rustflags changed
40642025-02-10T18:14:20.405Z Compiling rustls-webpki v0.102.8
40652025-02-10T18:14:20.407Z Running `/home/build/.rustup/toolchains/1.84.1-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=4f12113565f4a1cf -C extra-filename=-4f12113565f4a1cf --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-464c383d3926c626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
40662025-02-10T18:14:21.010Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa59eafc317a1228 -C extra-filename=-fa59eafc317a1228 --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-c6e3260a4cbe5cfb.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-02-10T18:14:21.133Z Compiling bcs v0.1.6
40682025-02-10T18:14:21.136Z Running `/home/build/.rustup/toolchains/1.84.1-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=771a13a3d1f5508a -C extra-filename=-771a13a3d1f5508a --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-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-02-10T18:14:21.862Z Running `/home/build/.rustup/toolchains/1.84.1-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=63f204e0d14d0d4b -C extra-filename=-63f204e0d14d0d4b --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-464c383d3926c626.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40702025-02-10T18:14:22.379Z Running `/home/build/.rustup/toolchains/1.84.1-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=51f6988d13588e67 -C extra-filename=-51f6988d13588e67 --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-9e3a943cb0d1c1f7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40712025-02-10T18:14:23.596Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40722025-02-10T18:14:23.599Z Running `/home/build/.rustup/toolchains/1.84.1-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=371f3a75b1ea921a -C extra-filename=-371f3a75b1ea921a --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-74b89f0a9d262c25.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-49a20e66afaa8a5f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-323aa012b622cd0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-df2b64298647f6d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40732025-02-10T18:14:24.683Z Compiling diff v0.1.13
40742025-02-10T18:14:24.687Z Running `/home/build/.rustup/toolchains/1.84.1-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=f6f1673ca51154de -C extra-filename=-f6f1673ca51154de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40752025-02-10T18:14:24.817Z Compiling termtree v0.5.1
40762025-02-10T18:14:24.820Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc1de6165dca1f4c -C extra-filename=-dc1de6165dca1f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-02-10T18:14:25.082Z Compiling unicase v2.7.0
40782025-02-10T18:14:25.107Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa6eb0c0015db397 -C extra-filename=-fa6eb0c0015db397 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-02-10T18:14:25.277Z Compiling buf-list v1.0.3
40802025-02-10T18:14:25.280Z Running `/home/build/.rustup/toolchains/1.84.1-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=30ae872ab46eb810 -C extra-filename=-30ae872ab46eb810 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-02-10T18:14:25.492Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397/build-script-build`
40822025-02-10T18:14:25.718Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f9258dec02e8c58 -C extra-filename=-2f9258dec02e8c58 --out-dir /work/oxidecomputer/omicron/target/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`
40832025-02-10T18:14:25.984Z Compiling dsl_auto_type v0.1.2
40842025-02-10T18:14:25.986Z Running `/home/build/.rustup/toolchains/1.84.1-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=278f33b06aa37111 -C extra-filename=-278f33b06aa37111 --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-19c57535f989e5ad.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40852025-02-10T18:14:26.011Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810/build-script-build`
40862025-02-10T18:14:26.097Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40872025-02-10T18:14:26.100Z Running `/home/build/.rustup/toolchains/1.84.1-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=75358ae53f79cad5 -C extra-filename=-75358ae53f79cad5 --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-084c2445d08cf99b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-371f3a75b1ea921a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-acff79d7e68d0ffa.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-d36cafea61a466fc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-79c3d69b5e3a9564.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.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-dc116badc0c941a2/out/lib`
40882025-02-10T18:14:26.173Z Running `/home/build/.rustup/toolchains/1.84.1-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=ec58c0eb0ad957dc -C extra-filename=-ec58c0eb0ad957dc --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-03e029f2a415749e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40892025-02-10T18:14:26.673Z Dirty tokio-rustls v0.25.0: the rustflags changed
40902025-02-10T18:14:26.673Z Compiling tokio-rustls v0.25.0
40912025-02-10T18:14:26.676Z Running `/home/build/.rustup/toolchains/1.84.1-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=f203f604d8370e04 -C extra-filename=-f203f604d8370e04 --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-51f6988d13588e67.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40922025-02-10T18:14:27.141Z Running `/home/build/.rustup/toolchains/1.84.1-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=68ad458d168d87ee -C extra-filename=-68ad458d168d87ee --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-0b0c7055b035f2c0.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40932025-02-10T18:14:27.509Z Running `/home/build/.rustup/toolchains/1.84.1-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=d86b02db493d8bf5 -C extra-filename=-d86b02db493d8bf5 --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-e37055ff60838ff4.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40942025-02-10T18:14:29.936Z Dirty tokio-rustls v0.26.0: the rustflags changed
40952025-02-10T18:14:29.936Z Compiling tokio-rustls v0.26.0
40962025-02-10T18:14:29.939Z Running `/home/build/.rustup/toolchains/1.84.1-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=598c038a13284b92 -C extra-filename=-598c038a13284b92 --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-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
40972025-02-10T18:14:30.440Z Dirty hyper-rustls v0.27.3: the rustflags changed
40982025-02-10T18:14:30.440Z Compiling hyper-rustls v0.27.3
40992025-02-10T18:14:30.443Z Running `/home/build/.rustup/toolchains/1.84.1-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=c24309c4e383db57 -C extra-filename=-c24309c4e383db57 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
41002025-02-10T18:14:31.052Z Dirty reqwest v0.12.9: the rustflags changed
41012025-02-10T18:14:31.052Z Compiling reqwest v0.12.9
41022025-02-10T18:14:31.055Z Running `/home/build/.rustup/toolchains/1.84.1-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=8090c8f315cee759 -C extra-filename=-8090c8f315cee759 --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-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-680892f67459c227.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-c900fda434cb494c.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-8d3ec4b3ad8fb7c9.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-b42a5e084cc55ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-060e3189b2612a93.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41032025-02-10T18:14:31.192Z Compiling primeorder v0.13.6
41042025-02-10T18:14:31.194Z Running `/home/build/.rustup/toolchains/1.84.1-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=662ff0f20248bf6f -C extra-filename=-662ff0f20248bf6f --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-65da72310a89d62c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41052025-02-10T18:14:31.709Z Compiling diesel_table_macro_syntax v0.2.0
41062025-02-10T18:14:31.752Z Running `/home/build/.rustup/toolchains/1.84.1-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=66e90a3855259734 -C extra-filename=-66e90a3855259734 --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-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41072025-02-10T18:14:32.166Z Dirty qorb v0.2.1: the rustflags changed
41082025-02-10T18:14:32.167Z Compiling qorb v0.2.1
41092025-02-10T18:14:32.192Z Running `/home/build/.rustup/toolchains/1.84.1-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=102f324d4853702d -C extra-filename=-102f324d4853702d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-caa641f495cf9aa0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
41102025-02-10T18:14:33.588Z Compiling scheduled-thread-pool v0.2.7
41112025-02-10T18:14:33.590Z Running `/home/build/.rustup/toolchains/1.84.1-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=89913ab8dcda3d61 -C extra-filename=-89913ab8dcda3d61 --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-d0a2976a5e19212f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41122025-02-10T18:14:34.207Z Compiling crunchy v0.2.2
41132025-02-10T18:14:34.209Z Running `/home/build/.rustup/toolchains/1.84.1-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=2a312878b9668b18 -C extra-filename=-2a312878b9668b18 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-02-10T18:14:34.766Z Compiling progenitor-client v0.9.1
41152025-02-10T18:14:34.794Z Running `/home/build/.rustup/toolchains/1.84.1-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=71138b11d257c0c8 -C extra-filename=-71138b11d257c0c8 --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41162025-02-10T18:14:35.327Z Compiling progenitor-client v0.8.0
41172025-02-10T18:14:35.330Z Running `/home/build/.rustup/toolchains/1.84.1-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=382651c4dc1b0830 -C extra-filename=-382651c4dc1b0830 --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41182025-02-10T18:14:35.682Z Compiling progenitor v0.9.1
41192025-02-10T18:14:35.685Z Running `/home/build/.rustup/toolchains/1.84.1-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=1654bc40d2dd6b2a -C extra-filename=-1654bc40d2dd6b2a --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-71138b11d257c0c8.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ac99fd21b6a5c9ec.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41202025-02-10T18:14:35.713Z Compiling omicron-zone-package v0.12.0
41212025-02-10T18:14:35.716Z Running `/home/build/.rustup/toolchains/1.84.1-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=ba58c351de266ab8 -C extra-filename=-ba58c351de266ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-307701bfaf69bba0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-d704ffc17eb9a9ea.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41222025-02-10T18:14:35.834Z Compiling progenitor v0.8.0
41232025-02-10T18:14:35.837Z Running `/home/build/.rustup/toolchains/1.84.1-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=826b56c7c449d70f -C extra-filename=-826b56c7c449d70f --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-382651c4dc1b0830.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ba0a7a4e2303462f.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41242025-02-10T18:14:35.933Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
41252025-02-10T18:14:35.936Z Running `/home/build/.rustup/toolchains/1.84.1-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=b9d05e147200d30d -C extra-filename=-b9d05e147200d30d --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-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c6442b7c73a6ea34.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41262025-02-10T18:14:36.023Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41272025-02-10T18:14:36.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=1afc5bef0e9262ab -C extra-filename=-1afc5bef0e9262ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41282025-02-10T18:14:36.066Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41292025-02-10T18:14:36.068Z Running `/home/build/.rustup/toolchains/1.84.1-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=eda7c3a226480fc7 -C extra-filename=-eda7c3a226480fc7 --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-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41302025-02-10T18:14:36.720Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41312025-02-10T18:14:36.723Z Running `/home/build/.rustup/toolchains/1.84.1-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=7d5dcfb18a701da2 -C extra-filename=-7d5dcfb18a701da2 --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-650e8a88cdad11b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41322025-02-10T18:14:38.123Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18/build-script-build`
41332025-02-10T18:14:38.164Z Compiling r2d2 v0.8.10
41342025-02-10T18:14:38.188Z Running `/home/build/.rustup/toolchains/1.84.1-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=025fbfb201900250 -C extra-filename=-025fbfb201900250 --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-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-89913ab8dcda3d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-02-10T18:14:38.257Z Compiling diesel_derives v2.2.3
41362025-02-10T18:14:38.259Z Running `/home/build/.rustup/toolchains/1.84.1-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=509386a99c0ea01a -C extra-filename=-509386a99c0ea01a --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-66e90a3855259734.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-278f33b06aa37111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-02-10T18:14:38.576Z Compiling mime_guess v2.0.5
41382025-02-10T18:14:38.578Z Running `/home/build/.rustup/toolchains/1.84.1-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=06c72473db9981b7 -C extra-filename=-06c72473db9981b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-02-10T18:14:39.872Z Compiling http-range v0.1.5
41402025-02-10T18:14:39.875Z Running `/home/build/.rustup/toolchains/1.84.1-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=28a10331078af03b -C extra-filename=-28a10331078af03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-02-10T18:14:40.219Z Compiling tiny-keccak v2.0.2
41422025-02-10T18:14:40.222Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb7f94edab2e1f6d -C extra-filename=-eb7f94edab2e1f6d --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41432025-02-10T18:14:40.617Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d/build-script-build`
41442025-02-10T18:14:40.659Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7/build-script-build`
41452025-02-10T18:14:40.715Z Running `/home/build/.rustup/toolchains/1.84.1-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=fdd6da093fbf5e52 -C extra-filename=-fdd6da093fbf5e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41462025-02-10T18:14:40.854Z Compiling atty v0.2.14
41472025-02-10T18:14:40.857Z Running `/home/build/.rustup/toolchains/1.84.1-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=99ef1ae1cc2bfe77 -C extra-filename=-99ef1ae1cc2bfe77 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41482025-02-10T18:14:41.043Z Compiling ref-cast v1.0.23
41492025-02-10T18:14:41.045Z Running `/home/build/.rustup/toolchains/1.84.1-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=95d7b5526d7da51e -C extra-filename=-95d7b5526d7da51e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41502025-02-10T18:14:41.362Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
41512025-02-10T18:14:41.365Z Running `/home/build/.rustup/toolchains/1.84.1-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=74d22479c1ab20a5 -C extra-filename=-74d22479c1ab20a5 --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-5a89573be83a4361.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-566fcf95459e6db0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-eda7c3a226480fc7.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-acb2130464c80ceb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f45754111276867f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cabb6d12fd264a74.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5c8a6d552d48efef.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41522025-02-10T18:14:41.615Z Compiling salty v0.3.0
41532025-02-10T18:14:41.617Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e36d1b4fd0c4dbe -C extra-filename=-8e36d1b4fd0c4dbe --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41542025-02-10T18:14:41.721Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e/build-script-build`
41552025-02-10T18:14:41.805Z Running `/home/build/.rustup/toolchains/1.84.1-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=a09f2f603b06e5fa -C extra-filename=-a09f2f603b06e5fa --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-fdd6da093fbf5e52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41562025-02-10T18:14:41.982Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41572025-02-10T18:14:41.985Z Running `/home/build/.rustup/toolchains/1.84.1-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=845b9ba57842cce9 -C extra-filename=-845b9ba57842cce9 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-845b9ba57842cce9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41582025-02-10T18:14:42.141Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41592025-02-10T18:14:42.144Z Running `/home/build/.rustup/toolchains/1.84.1-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=105eec4f91cee7e6 -C extra-filename=-105eec4f91cee7e6 --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-105eec4f91cee7e6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-37705b2d523bafbe.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4b65a412f9aa7e4d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41602025-02-10T18:14:42.388Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-845b9ba57842cce9/build-script-build`
41612025-02-10T18:14:42.435Z Running `/home/build/.rustup/toolchains/1.84.1-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=3dbc5ce76a6f873d -C extra-filename=-3dbc5ce76a6f873d --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-6f081ff1d53178a3.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41622025-02-10T18:14:42.561Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41632025-02-10T18:14:42.564Z Running `/home/build/.rustup/toolchains/1.84.1-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=6ed943f319c716df -C extra-filename=-6ed943f319c716df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41642025-02-10T18:14:42.585Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41652025-02-10T18:14:42.587Z Running `/home/build/.rustup/toolchains/1.84.1-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=b2b76930a3223210 -C extra-filename=-b2b76930a3223210 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41662025-02-10T18:14:42.981Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41672025-02-10T18:14:42.983Z Running `/home/build/.rustup/toolchains/1.84.1-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=78c8a577620a6f55 -C extra-filename=-78c8a577620a6f55 --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-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41682025-02-10T18:14:43.275Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41692025-02-10T18:14:43.278Z Running `/home/build/.rustup/toolchains/1.84.1-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=a4f6bbd40b00ecfd -C extra-filename=-a4f6bbd40b00ecfd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41702025-02-10T18:14:43.542Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41712025-02-10T18:14:43.546Z Running `/home/build/.rustup/toolchains/1.84.1-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=e9c4db3de2dd1df8 -C extra-filename=-e9c4db3de2dd1df8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41722025-02-10T18:14:43.571Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41732025-02-10T18:14:43.574Z Running `/home/build/.rustup/toolchains/1.84.1-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=d47dda3dd4c8db7f -C extra-filename=-d47dda3dd4c8db7f --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-8cab06b32ce8b7d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41742025-02-10T18:14:43.696Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41752025-02-10T18:14:43.731Z Running `/home/build/.rustup/toolchains/1.84.1-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=d322b099fe7a1609 -C extra-filename=-d322b099fe7a1609 --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-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41762025-02-10T18:14:43.990Z Running `/home/build/.rustup/toolchains/1.84.1-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=71a26250215eff33 -C extra-filename=-71a26250215eff33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41772025-02-10T18:14:47.134Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41782025-02-10T18:14:47.137Z Running `/home/build/.rustup/toolchains/1.84.1-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=ac196b3cd7775b06 -C extra-filename=-ac196b3cd7775b06 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41792025-02-10T18:14:47.276Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41802025-02-10T18:14:47.279Z Running `/home/build/.rustup/toolchains/1.84.1-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=a7b45d58f81a1ed9 -C extra-filename=-a7b45d58f81a1ed9 --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-a7b45d58f81a1ed9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41812025-02-10T18:14:47.511Z Compiling omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
41822025-02-10T18:14:47.537Z Running `/home/build/.rustup/toolchains/1.84.1-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=ba65d6b092518fbd -C extra-filename=-ba65d6b092518fbd --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-3dbc5ce76a6f873d.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41832025-02-10T18:14:47.698Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-a7b45d58f81a1ed9/build-script-build`
41842025-02-10T18:14:47.741Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41852025-02-10T18:14:47.744Z Running `/home/build/.rustup/toolchains/1.84.1-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=1e225cdce539e30f -C extra-filename=-1e225cdce539e30f --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-3dbc5ce76a6f873d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41862025-02-10T18:14:47.925Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41872025-02-10T18:14:47.927Z Running `/home/build/.rustup/toolchains/1.84.1-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=d4e7b70d2dfe1f77 -C extra-filename=-d4e7b70d2dfe1f77 --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-c23dfb9b1834c42c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41882025-02-10T18:14:48.002Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41892025-02-10T18:14:48.005Z Running `/home/build/.rustup/toolchains/1.84.1-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=da41b8f83d2bf4cc -C extra-filename=-da41b8f83d2bf4cc --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-da41b8f83d2bf4cc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41902025-02-10T18:14:48.390Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe/build-script-build`
41912025-02-10T18:14:48.432Z Running `/home/build/.rustup/toolchains/1.84.1-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=b11cdcee53c72b64 -C extra-filename=-b11cdcee53c72b64 --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-e93d7a4231ab1bfa.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41922025-02-10T18:14:48.478Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
41932025-02-10T18:14:48.503Z Running `/home/build/.rustup/toolchains/1.84.1-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=6ff7617e74daacd2 -C extra-filename=-6ff7617e74daacd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41942025-02-10T18:14:48.989Z Compiling p384 v0.13.0
41952025-02-10T18:14:49.018Z Running `/home/build/.rustup/toolchains/1.84.1-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=e32b52ae485c6bca -C extra-filename=-e32b52ae485c6bca --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-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41962025-02-10T18:14:49.486Z Compiling ascii-canvas v3.0.0
41972025-02-10T18:14:49.511Z Running `/home/build/.rustup/toolchains/1.84.1-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=497e44dd8dc8f409 -C extra-filename=-497e44dd8dc8f409 --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-fab8dacee8d89414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-02-10T18:14:50.004Z Compiling ref-cast-impl v1.0.23
41992025-02-10T18:14:50.004Z Running `/home/build/.rustup/toolchains/1.84.1-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=bcef9a0c21b0da60 -C extra-filename=-bcef9a0c21b0da60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-02-10T18:14:50.131Z Compiling ena v0.14.3
42012025-02-10T18:14:50.134Z Running `/home/build/.rustup/toolchains/1.84.1-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=b108376c450530be -C extra-filename=-b108376c450530be --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-02-10T18:14:50.202Z Compiling regex-syntax v0.6.29
42032025-02-10T18:14:50.204Z Running `/home/build/.rustup/toolchains/1.84.1-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=275208a05b7ea819 -C extra-filename=-275208a05b7ea819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-02-10T18:14:50.429Z Compiling diesel v2.2.6
42052025-02-10T18:14:50.435Z Running `/home/build/.rustup/toolchains/1.84.1-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=a70a2b9bf7872994 -C extra-filename=-a70a2b9bf7872994 --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-b6414318a57462a7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-509386a99c0ea01a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-025fbfb201900250.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42062025-02-10T18:14:50.453Z Compiling hyper-staticfile v0.10.1
42072025-02-10T18:14:50.456Z Running `/home/build/.rustup/toolchains/1.84.1-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=767cfb3a8d4ffcb7 -C extra-filename=-767cfb3a8d4ffcb7 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-b11cdcee53c72b64.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-02-10T18:14:50.566Z Running `/home/build/.rustup/toolchains/1.84.1-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=2fc8d06d44a1b24e -C extra-filename=-2fc8d06d44a1b24e --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-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42092025-02-10T18:14:51.341Z Running `/home/build/.rustup/toolchains/1.84.1-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=6451e3b124762787 -C extra-filename=-6451e3b124762787 --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-bcef9a0c21b0da60.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)'`
42102025-02-10T18:14:51.484Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-da41b8f83d2bf4cc/build-script-build`
42112025-02-10T18:14:51.489Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42122025-02-10T18:14:51.492Z Running `/home/build/.rustup/toolchains/1.84.1-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=4cb91b463a4967ba -C extra-filename=-4cb91b463a4967ba --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42132025-02-10T18:14:51.521Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42142025-02-10T18:14:51.524Z Running `/home/build/.rustup/toolchains/1.84.1-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=04ee17ee8e453175 -C extra-filename=-04ee17ee8e453175 --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-03e029f2a415749e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42152025-02-10T18:14:51.548Z Compiling env_filter v0.1.2
42162025-02-10T18:14:51.551Z Running `/home/build/.rustup/toolchains/1.84.1-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=6fa8ec3be71c925f -C extra-filename=-6fa8ec3be71c925f --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172025-02-10T18:14:52.180Z Compiling env_logger v0.11.5
42182025-02-10T18:14:52.183Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5badfdb07ef5cfa -C extra-filename=-c5badfdb07ef5cfa --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-6fa8ec3be71c925f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-02-10T18:14:52.228Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42202025-02-10T18:14:52.231Z Running `/home/build/.rustup/toolchains/1.84.1-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=20c3288f2c6379ce -C extra-filename=-20c3288f2c6379ce --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-3f8adeb94da17152.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2fc8d06d44a1b24e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42212025-02-10T18:14:52.922Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42222025-02-10T18:14:52.924Z Running `/home/build/.rustup/toolchains/1.84.1-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=28e284aee8214590 -C extra-filename=-28e284aee8214590 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-28e284aee8214590 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42232025-02-10T18:14:53.060Z Compiling derive_builder_core v0.20.2
42242025-02-10T18:14:53.062Z Running `/home/build/.rustup/toolchains/1.84.1-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=4c5e4f1ab6f0dc31 -C extra-filename=-4c5e4f1ab6f0dc31 --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-19c57535f989e5ad.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42252025-02-10T18:14:53.294Z Dirty cargo-platform v0.1.8: the rustflags changed
42262025-02-10T18:14:53.295Z Compiling cargo-platform v0.1.8
42272025-02-10T18:14:53.297Z Running `/home/build/.rustup/toolchains/1.84.1-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=fcc56552e2453983 -C extra-filename=-fcc56552e2453983 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42282025-02-10T18:14:53.817Z Compiling lalrpop v0.19.12
42292025-02-10T18:14:53.819Z Running `/home/build/.rustup/toolchains/1.84.1-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=6cef74bb32bb8c33 -C extra-filename=-6cef74bb32bb8c33 --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-497e44dd8dc8f409.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f6f1673ca51154de.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-b108376c450530be.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7fcf105a31e0f4a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-275208a05b7ea819.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-a09f2f603b06e5fa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42302025-02-10T18:14:54.962Z Compiling libxml v0.3.3
42312025-02-10T18:14:54.965Z Running `/home/build/.rustup/toolchains/1.84.1-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=b103e743549c11b8 -C extra-filename=-b103e743549c11b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42322025-02-10T18:14:55.277Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42332025-02-10T18:14:55.283Z Running `/home/build/.rustup/toolchains/1.84.1-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=3e79d3aa55f485d6 -C extra-filename=-3e79d3aa55f485d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42342025-02-10T18:14:55.428Z Running `/home/build/.rustup/toolchains/1.84.1-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=947e046339c347a1 -C extra-filename=-947e046339c347a1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42352025-02-10T18:14:55.650Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42362025-02-10T18:14:55.672Z Running `/home/build/.rustup/toolchains/1.84.1-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=81763c8947d7838e -C extra-filename=-81763c8947d7838e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42372025-02-10T18:14:55.848Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42382025-02-10T18:14:55.878Z Running `/home/build/.rustup/toolchains/1.84.1-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=2c12889b2bc094c0 -C extra-filename=-2c12889b2bc094c0 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42392025-02-10T18:14:56.189Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42402025-02-10T18:14:56.192Z Running `/home/build/.rustup/toolchains/1.84.1-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=97872ca19e9f877e -C extra-filename=-97872ca19e9f877e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42412025-02-10T18:14:59.026Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42422025-02-10T18:14:59.029Z Running `/home/build/.rustup/toolchains/1.84.1-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=3f8d671a0b68fe30 -C extra-filename=-3f8d671a0b68fe30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42432025-02-10T18:15:01.362Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42442025-02-10T18:15:01.366Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e7c020a0cabb428 -C extra-filename=-8e7c020a0cabb428 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42452025-02-10T18:15:01.860Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42462025-02-10T18:15:01.900Z Running `/home/build/.rustup/toolchains/1.84.1-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=a5af4a994ba38930 -C extra-filename=-a5af4a994ba38930 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
42472025-02-10T18:15:03.128Z Running `/home/build/.rustup/toolchains/1.84.1-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=f7338f090c9f897c -C extra-filename=-f7338f090c9f897c --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-71a26250215eff33.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42482025-02-10T18:15:04.591Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42492025-02-10T18:15:04.594Z Running `/home/build/.rustup/toolchains/1.84.1-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=cb16287d25614697 -C extra-filename=-cb16287d25614697 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42502025-02-10T18:15:04.724Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42512025-02-10T18:15:04.776Z Running `/home/build/.rustup/toolchains/1.84.1-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=ddb788904b08dab8 -C extra-filename=-ddb788904b08dab8 --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-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42522025-02-10T18:15:04.850Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-105eec4f91cee7e6/build-script-build`
42532025-02-10T18:15:05.516Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42542025-02-10T18:15:05.519Z Running `/home/build/.rustup/toolchains/1.84.1-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=0111fcd473695b98 -C extra-filename=-0111fcd473695b98 --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42552025-02-10T18:15:06.214Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42562025-02-10T18:15:06.217Z Running `/home/build/.rustup/toolchains/1.84.1-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=f7e3f2def8c5f15d -C extra-filename=-f7e3f2def8c5f15d --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-c6e3260a4cbe5cfb.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42572025-02-10T18:15:06.789Z Running `/home/build/.rustup/toolchains/1.84.1-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=763196647f36b34f -C extra-filename=-763196647f36b34f --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1b8156833adead2f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42582025-02-10T18:15:06.842Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42592025-02-10T18:15:06.845Z Running `/home/build/.rustup/toolchains/1.84.1-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=e2aefb9319d74747 -C extra-filename=-e2aefb9319d74747 --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-116e3d46dcb2ae19.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42602025-02-10T18:15:07.317Z Running `/home/build/.rustup/toolchains/1.84.1-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=be70108e30c9f2ea -C extra-filename=-be70108e30c9f2ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42612025-02-10T18:15:07.772Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42622025-02-10T18:15:07.775Z Running `/home/build/.rustup/toolchains/1.84.1-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=8839332b46134115 -C extra-filename=-8839332b46134115 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42632025-02-10T18:15:08.166Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42642025-02-10T18:15:08.195Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f2cc4ffff9fb2f8 -C extra-filename=-2f2cc4ffff9fb2f8 --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-a348374d3d785aec.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42652025-02-10T18:15:09.390Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42662025-02-10T18:15:09.393Z Running `/home/build/.rustup/toolchains/1.84.1-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=250e6ba8d69b813a -C extra-filename=-250e6ba8d69b813a --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-947e046339c347a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42672025-02-10T18:15:10.229Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42682025-02-10T18:15:10.229Z Running `/home/build/.rustup/toolchains/1.84.1-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=b8f22c1bf2e477ac -C extra-filename=-b8f22c1bf2e477ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42692025-02-10T18:15:10.496Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42702025-02-10T18:15:10.501Z Running `/home/build/.rustup/toolchains/1.84.1-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=64cccfb9e5c4d4f5 -C extra-filename=-64cccfb9e5c4d4f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42712025-02-10T18:15:11.000Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42722025-02-10T18:15:11.003Z Running `/home/build/.rustup/toolchains/1.84.1-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=22a49b65b3e626e3 -C extra-filename=-22a49b65b3e626e3 --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-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-be70108e30c9f2ea.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42732025-02-10T18:15:12.116Z Running `/home/build/.rustup/toolchains/1.84.1-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=d87c4d8598f279b6 -C extra-filename=-d87c4d8598f279b6 --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-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42742025-02-10T18:15:12.792Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42752025-02-10T18:15:12.795Z Running `/home/build/.rustup/toolchains/1.84.1-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=75c15b7a0980ad22 -C extra-filename=-75c15b7a0980ad22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42762025-02-10T18:15:13.061Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42772025-02-10T18:15:13.063Z Running `/home/build/.rustup/toolchains/1.84.1-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=ad1c77d708bcc4ed -C extra-filename=-ad1c77d708bcc4ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42782025-02-10T18:15:19.198Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42792025-02-10T18:15:19.201Z Running `/home/build/.rustup/toolchains/1.84.1-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=bc7e6f6a8e8cbba0 -C extra-filename=-bc7e6f6a8e8cbba0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-22a49b65b3e626e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42802025-02-10T18:15:19.675Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42812025-02-10T18:15:19.679Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c32ffd269c1df23 -C extra-filename=-7c32ffd269c1df23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42822025-02-10T18:15:19.982Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42832025-02-10T18:15:19.985Z Running `/home/build/.rustup/toolchains/1.84.1-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=6638ea8e6ae98f13 -C extra-filename=-6638ea8e6ae98f13 --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-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42842025-02-10T18:15:25.257Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42852025-02-10T18:15:25.259Z Running `/home/build/.rustup/toolchains/1.84.1-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=746aef4196d1e908 -C extra-filename=-746aef4196d1e908 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
42862025-02-10T18:15:25.790Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42872025-02-10T18:15:25.793Z Running `/home/build/.rustup/toolchains/1.84.1-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=6ee12eca15b81e71 -C extra-filename=-6ee12eca15b81e71 --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-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42882025-02-10T18:15:26.376Z Running `/home/build/.rustup/toolchains/1.84.1-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=626fccba2b8230be -C extra-filename=-626fccba2b8230be --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42892025-02-10T18:15:27.445Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42902025-02-10T18:15:27.448Z Running `/home/build/.rustup/toolchains/1.84.1-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=27e7e87339fc44fb -C extra-filename=-27e7e87339fc44fb --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-7d5dcfb18a701da2.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42912025-02-10T18:15:28.830Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42922025-02-10T18:15:28.833Z Running `/home/build/.rustup/toolchains/1.84.1-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=795868b6dd791a97 -C extra-filename=-795868b6dd791a97 --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-6f15412de59adf04.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42932025-02-10T18:15:29.652Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
42942025-02-10T18:15:29.654Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d0b0321fb41366b -C extra-filename=-8d0b0321fb41366b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
42952025-02-10T18:15:29.924Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
42962025-02-10T18:15:29.927Z Running `/home/build/.rustup/toolchains/1.84.1-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=5ad4748746abbfec -C extra-filename=-5ad4748746abbfec --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-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42972025-02-10T18:15:30.948Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
42982025-02-10T18:15:30.951Z Running `/home/build/.rustup/toolchains/1.84.1-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=9cf02c9f891821d8 -C extra-filename=-9cf02c9f891821d8 --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-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42992025-02-10T18:15:31.802Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43002025-02-10T18:15:31.805Z Running `/home/build/.rustup/toolchains/1.84.1-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=85efc37f661edeb7 -C extra-filename=-85efc37f661edeb7 --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-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43012025-02-10T18:15:33.629Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43022025-02-10T18:15:33.632Z Running `/home/build/.rustup/toolchains/1.84.1-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=4c0fb43a148b3d5d -C extra-filename=-4c0fb43a148b3d5d --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43032025-02-10T18:15:34.151Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43042025-02-10T18:15:34.154Z Running `/home/build/.rustup/toolchains/1.84.1-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=7f7998335ce6be86 -C extra-filename=-7f7998335ce6be86 --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-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43052025-02-10T18:15:34.346Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43062025-02-10T18:15:34.376Z Running `/home/build/.rustup/toolchains/1.84.1-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=84b6358f81b7684d -C extra-filename=-84b6358f81b7684d --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-6706430bd93b8bc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43072025-02-10T18:15:35.390Z Running `/home/build/.rustup/toolchains/1.84.1-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=4994e44d66e160c2 -C extra-filename=-4994e44d66e160c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43082025-02-10T18:15:35.709Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6/build-script-build`
43092025-02-10T18:15:35.753Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8/build-script-build`
43102025-02-10T18:15:35.806Z Compiling derive_builder_macro v0.20.2
43112025-02-10T18:15:35.808Z Running `/home/build/.rustup/toolchains/1.84.1-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=d52a2c2144c5b4ed -C extra-filename=-d52a2c2144c5b4ed --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-4c5e4f1ab6f0dc31.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43122025-02-10T18:15:35.842Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-28e284aee8214590/build-script-build`
43132025-02-10T18:15:35.885Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
43142025-02-10T18:15:35.885Z Running `/home/build/.rustup/toolchains/1.84.1-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=41c5157ae471af4d -C extra-filename=-41c5157ae471af4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c5badfdb07ef5cfa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-02-10T18:15:36.117Z Compiling samael v0.0.17
43162025-02-10T18:15:36.131Z Running `/home/build/.rustup/toolchains/1.84.1-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=6a30773df62628f6 -C extra-filename=-6a30773df62628f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-02-10T18:15:36.877Z Compiling strum_macros v0.24.3
43182025-02-10T18:15:36.880Z Running `/home/build/.rustup/toolchains/1.84.1-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=89c31bd695e9bc36 -C extra-filename=-89c31bd695e9bc36 --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43192025-02-10T18:15:36.907Z Compiling pin-project-internal v1.1.6
43202025-02-10T18:15:36.910Z Running `/home/build/.rustup/toolchains/1.84.1-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=242e940f6ea01e64 -C extra-filename=-242e940f6ea01e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43212025-02-10T18:15:38.696Z Compiling indoc v1.0.9
43222025-02-10T18:15:38.699Z Running `/home/build/.rustup/toolchains/1.84.1-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=f95ff61e5403be08 -C extra-filename=-f95ff61e5403be08 --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`
43232025-02-10T18:15:39.724Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6/build-script-bindings`
43242025-02-10T18:15:39.982Z Compiling pin-project v1.1.6
43252025-02-10T18:15:40.013Z Running `/home/build/.rustup/toolchains/1.84.1-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=3577c58acec85ce9 -C extra-filename=-3577c58acec85ce9 --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-242e940f6ea01e64.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43262025-02-10T18:15:40.163Z Compiling derive_builder v0.20.2
43272025-02-10T18:15:40.166Z Running `/home/build/.rustup/toolchains/1.84.1-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=fe91bb7295040066 -C extra-filename=-fe91bb7295040066 --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-d52a2c2144c5b4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282025-02-10T18:15:40.421Z Running `/home/build/.rustup/toolchains/1.84.1-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=b2de152879a52fdb -C extra-filename=-b2de152879a52fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-41c5157ae471af4d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
43292025-02-10T18:15:40.590Z Running `/home/build/.rustup/toolchains/1.84.1-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=ed25bae723faeaa8 -C extra-filename=-ed25bae723faeaa8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43302025-02-10T18:15:41.767Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43312025-02-10T18:15:41.770Z Running `/home/build/.rustup/toolchains/1.84.1-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=17c17ad1df7d940f -C extra-filename=-17c17ad1df7d940f --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-17c17ad1df7d940f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43322025-02-10T18:15:42.185Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43332025-02-10T18:15:42.209Z Running `/home/build/.rustup/toolchains/1.84.1-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=ac7e97da250eb517 -C extra-filename=-ac7e97da250eb517 --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-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43342025-02-10T18:15:42.629Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
43352025-02-10T18:15:42.632Z Running `/home/build/.rustup/toolchains/1.84.1-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=018a5e93402bdb4e -C extra-filename=-018a5e93402bdb4e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99ef1ae1cc2bfe77.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3bbc53a9aa227c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
43362025-02-10T18:15:43.039Z Compiling quick-xml v0.33.0
43372025-02-10T18:15:43.042Z Running `/home/build/.rustup/toolchains/1.84.1-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=d85365e35a8007c9 -C extra-filename=-d85365e35a8007c9 --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-9e2df5937f592b1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43382025-02-10T18:15:43.180Z Compiling impl-trait-for-tuples v0.2.2
43392025-02-10T18:15:43.182Z Running `/home/build/.rustup/toolchains/1.84.1-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=b6215130afde6010 -C extra-filename=-b6215130afde6010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43402025-02-10T18:15:45.016Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43412025-02-10T18:15:45.019Z Running `/home/build/.rustup/toolchains/1.84.1-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=262e62ee5452859a -C extra-filename=-262e62ee5452859a --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43422025-02-10T18:15:46.382Z Compiling oso-derive v0.27.3
43432025-02-10T18:15:46.385Z Running `/home/build/.rustup/toolchains/1.84.1-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=1dbf56af12146b19 -C extra-filename=-1dbf56af12146b19 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43442025-02-10T18:15:47.618Z Running `/home/build/.rustup/toolchains/1.84.1-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=51ef91967edf833f -C extra-filename=-51ef91967edf833f --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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fe91bb7295040066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-ed25bae723faeaa8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d85365e35a8007c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
43452025-02-10T18:15:48.718Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-17c17ad1df7d940f/build-script-build`
43462025-02-10T18:15:48.760Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43472025-02-10T18:15:48.763Z Running `/home/build/.rustup/toolchains/1.84.1-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=7f0a003a949ad1bd -C extra-filename=-7f0a003a949ad1bd --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43482025-02-10T18:15:50.133Z Compiling signal-hook-tokio v0.3.1
43492025-02-10T18:15:50.136Z Running `/home/build/.rustup/toolchains/1.84.1-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=53763d61a8806621 -C extra-filename=-53763d61a8806621 --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-c05ca62951efc497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43502025-02-10T18:15:50.371Z Compiling snafu-derive v0.8.5
43512025-02-10T18:15:50.409Z Running `/home/build/.rustup/toolchains/1.84.1-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=24b982dfc4b2ad90 -C extra-filename=-24b982dfc4b2ad90 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522025-02-10T18:15:50.581Z Compiling memoffset v0.9.1
43532025-02-10T18:15:50.584Z Running `/home/build/.rustup/toolchains/1.84.1-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=ed57a94a016157c3 -C extra-filename=-ed57a94a016157c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542025-02-10T18:15:50.643Z Compiling diesel-dtrace v0.4.2
43552025-02-10T18:15:50.645Z Running `/home/build/.rustup/toolchains/1.84.1-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=648c8fc029df323d -C extra-filename=-648c8fc029df323d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562025-02-10T18:15:51.052Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3/build-script-build`
43572025-02-10T18:15:51.100Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d/build-script-build`
43582025-02-10T18:15:51.148Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43592025-02-10T18:15:51.152Z Running `/home/build/.rustup/toolchains/1.84.1-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=e30779979da4a800 -C extra-filename=-e30779979da4a800 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43602025-02-10T18:15:51.189Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43612025-02-10T18:15:51.192Z Running `/home/build/.rustup/toolchains/1.84.1-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=38b7895e272fa8dd -C extra-filename=-38b7895e272fa8dd --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-d86b02db493d8bf5.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
43622025-02-10T18:15:53.272Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43632025-02-10T18:15:53.275Z Running `/home/build/.rustup/toolchains/1.84.1-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=7628640e3bc668b3 -C extra-filename=-7628640e3bc668b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7628640e3bc668b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43642025-02-10T18:15:53.646Z Compiling olpc-cjson v0.1.4
43652025-02-10T18:15:53.648Z Running `/home/build/.rustup/toolchains/1.84.1-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=9c05bae0ee50a5df -C extra-filename=-9c05bae0ee50a5df --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43662025-02-10T18:15:53.956Z Compiling globset v0.4.15
43672025-02-10T18:15:53.956Z Running `/home/build/.rustup/toolchains/1.84.1-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=3be9331f458cf70a -C extra-filename=-3be9331f458cf70a --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-de1c658e28500186.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43682025-02-10T18:15:54.102Z Compiling bb8 v0.8.5
43692025-02-10T18:15:54.105Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e9da33e71e4a343 -C extra-filename=-8e9da33e71e4a343 --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-116e3d46dcb2ae19.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43702025-02-10T18:15:54.686Z Compiling serde_plain v1.0.2
43712025-02-10T18:15:54.689Z Running `/home/build/.rustup/toolchains/1.84.1-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=be1c86f3141d0527 -C extra-filename=-be1c86f3141d0527 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43722025-02-10T18:15:55.056Z Compiling typed-path v0.9.3
43732025-02-10T18:15:55.058Z Running `/home/build/.rustup/toolchains/1.84.1-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=e381b5fba8be94da -C extra-filename=-e381b5fba8be94da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43742025-02-10T18:15:55.580Z Compiling async-bb8-diesel v0.2.1
43752025-02-10T18:15:55.583Z Running `/home/build/.rustup/toolchains/1.84.1-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=1cc94bbdaf7555e1 -C extra-filename=-1cc94bbdaf7555e1 --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-116e3d46dcb2ae19.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-8e9da33e71e4a343.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.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-10T18:15:55.617Z Compiling snafu v0.8.5
43772025-02-10T18:15:55.620Z Running `/home/build/.rustup/toolchains/1.84.1-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=a541325424e07563 -C extra-filename=-a541325424e07563 --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-c05ca62951efc497.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3577c58acec85ce9.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-24b982dfc4b2ad90.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43782025-02-10T18:15:56.398Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-7628640e3bc668b3/build-script-build`
43792025-02-10T18:15:56.401Z Running `/home/build/.rustup/toolchains/1.84.1-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=679d7c4a4835ec73 -C extra-filename=-679d7c4a4835ec73 --out-dir /work/oxidecomputer/omicron/target/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`
43802025-02-10T18:15:56.446Z Running `/home/build/.rustup/toolchains/1.84.1-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=ace0c43601e781c7 -C extra-filename=-ace0c43601e781c7 --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-a70a2b9bf7872994.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43812025-02-10T18:15:56.555Z Compiling tungstenite v0.23.0
43822025-02-10T18:15:56.558Z Running `/home/build/.rustup/toolchains/1.84.1-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=ad432a8924134ffe -C extra-filename=-ad432a8924134ffe --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43832025-02-10T18:15:56.877Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43842025-02-10T18:15:56.921Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c8b503a1109ab5b -C extra-filename=-7c8b503a1109ab5b --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43852025-02-10T18:15:57.307Z Compiling tough v0.19.0
43862025-02-10T18:15:57.333Z Running `/home/build/.rustup/toolchains/1.84.1-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=f6cc40366171aae1 -C extra-filename=-f6cc40366171aae1 --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-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3be9331f458cf70a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9c05bae0ee50a5df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-be1c86f3141d0527.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a541325424e07563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-e381b5fba8be94da.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
43872025-02-10T18:15:58.253Z Compiling parse-size v1.1.0
43882025-02-10T18:15:58.256Z Running `/home/build/.rustup/toolchains/1.84.1-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=3a8455d0babb9473 -C extra-filename=-3a8455d0babb9473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43892025-02-10T18:15:58.534Z Compiling tokio-tungstenite v0.23.1
43902025-02-10T18:15:58.537Z Running `/home/build/.rustup/toolchains/1.84.1-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=da406722965b6ad4 -C extra-filename=-da406722965b6ad4 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ad432a8924134ffe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43912025-02-10T18:15:58.697Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b/build-script-build`
43922025-02-10T18:15:58.753Z Compiling nix v0.27.1
43932025-02-10T18:15:58.756Z Running `/home/build/.rustup/toolchains/1.84.1-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=18d8fca15150b8e4 -C extra-filename=-18d8fca15150b8e4 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-679d7c4a4835ec73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43942025-02-10T18:15:59.127Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
43952025-02-10T18:15:59.130Z Running `/home/build/.rustup/toolchains/1.84.1-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=4db4cb0f699b428d -C extra-filename=-4db4cb0f699b428d --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43962025-02-10T18:15:59.500Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
43972025-02-10T18:15:59.502Z Running `/home/build/.rustup/toolchains/1.84.1-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=45edf105c00a478c -C extra-filename=-45edf105c00a478c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
43982025-02-10T18:16:00.465Z Running `/home/build/.rustup/toolchains/1.84.1-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=ccff74202312b04b -C extra-filename=-ccff74202312b04b --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-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-18d8fca15150b8e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4db4cb0f699b428d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.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-dc116badc0c941a2/out/lib`
43992025-02-10T18:16:00.610Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44002025-02-10T18:16:00.658Z Running `/home/build/.rustup/toolchains/1.84.1-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=109e8f6ab9e09bc6 -C extra-filename=-109e8f6ab9e09bc6 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44012025-02-10T18:16:02.050Z Dirty cargo_metadata v0.18.1: the rustflags changed
44022025-02-10T18:16:02.050Z Compiling cargo_metadata v0.18.1
44032025-02-10T18:16:02.053Z Running `/home/build/.rustup/toolchains/1.84.1-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=416b7d29eda50df3 -C extra-filename=-416b7d29eda50df3 --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-21ea866390417d2b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-fcc56552e2453983.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44042025-02-10T18:16:02.997Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
44052025-02-10T18:16:03.000Z Running `/home/build/.rustup/toolchains/1.84.1-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=42ef3872e3d334b2 -C extra-filename=-42ef3872e3d334b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
44062025-02-10T18:16:03.820Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44072025-02-10T18:16:03.823Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f866c38c9ce9d6b -C extra-filename=-6f866c38c9ce9d6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
44082025-02-10T18:16:05.420Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44092025-02-10T18:16:05.423Z Running `/home/build/.rustup/toolchains/1.84.1-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=07e3c35a7e0ea4c7 -C extra-filename=-07e3c35a7e0ea4c7 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44102025-02-10T18:16:06.809Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44112025-02-10T18:16:06.812Z Running `/home/build/.rustup/toolchains/1.84.1-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=60617e10c08af0be -C extra-filename=-60617e10c08af0be --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44122025-02-10T18:16:07.370Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44132025-02-10T18:16:07.416Z Running `/home/build/.rustup/toolchains/1.84.1-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=93fd400eaaba480f -C extra-filename=-93fd400eaaba480f --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-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44142025-02-10T18:16:08.432Z Compiling rand_seeder v0.3.0
44152025-02-10T18:16:08.435Z Running `/home/build/.rustup/toolchains/1.84.1-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=0d999b005479a69b -C extra-filename=-0d999b005479a69b --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162025-02-10T18:16:08.798Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44172025-02-10T18:16:08.823Z Running `/home/build/.rustup/toolchains/1.84.1-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=e4c04583baf89962 -C extra-filename=-e4c04583baf89962 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44182025-02-10T18:16:09.022Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
44192025-02-10T18:16:09.025Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d0c34aa8adcd804 -C extra-filename=-8d0c34aa8adcd804 --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-7c318abee26cc297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44202025-02-10T18:16:10.890Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44212025-02-10T18:16:10.893Z Running `/home/build/.rustup/toolchains/1.84.1-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=15e8369a8fcd0400 -C extra-filename=-15e8369a8fcd0400 --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-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
44222025-02-10T18:16:11.028Z Compiling assert_matches v1.5.0
44232025-02-10T18:16:11.060Z Running `/home/build/.rustup/toolchains/1.84.1-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=6beec77675286bc9 -C extra-filename=-6beec77675286bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242025-02-10T18:16:11.165Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44252025-02-10T18:16:11.168Z Running `/home/build/.rustup/toolchains/1.84.1-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=2de97096051f8dd1 -C extra-filename=-2de97096051f8dd1 --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-5ad72f64385d87dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44262025-02-10T18:16:11.192Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44272025-02-10T18:16:11.195Z Running `/home/build/.rustup/toolchains/1.84.1-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=2a624e6849e2a4d6 -C extra-filename=-2a624e6849e2a4d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44282025-02-10T18:16:11.404Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44292025-02-10T18:16:11.407Z Running `/home/build/.rustup/toolchains/1.84.1-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=768e3d5b7ec1df5f -C extra-filename=-768e3d5b7ec1df5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44302025-02-10T18:16:12.053Z Compiling libz-sys v1.1.20
44312025-02-10T18:16:12.056Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d4439c9eb66cfa9 -C extra-filename=-8d4439c9eb66cfa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-8d4439c9eb66cfa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322025-02-10T18:16:12.904Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-8d4439c9eb66cfa9/build-script-build`
44332025-02-10T18:16:13.061Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44342025-02-10T18:16:13.064Z Running `/home/build/.rustup/toolchains/1.84.1-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=e16780aee37bbbca -C extra-filename=-e16780aee37bbbca --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-116e3d46dcb2ae19.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44352025-02-10T18:16:13.511Z Compiling libgit2-sys v0.17.0+1.8.1
44362025-02-10T18:16:13.514Z Running `/home/build/.rustup/toolchains/1.84.1-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=bdc4eaee582e1094 -C extra-filename=-bdc4eaee582e1094 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-bdc4eaee582e1094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44372025-02-10T18:16:13.651Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44382025-02-10T18:16:13.697Z Running `/home/build/.rustup/toolchains/1.84.1-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=6e05b5e06e832c45 -C extra-filename=-6e05b5e06e832c45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44392025-02-10T18:16:14.420Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-bdc4eaee582e1094/build-script-build`
44402025-02-10T18:16:16.661Z Running `/home/build/.rustup/toolchains/1.84.1-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=869e8c7994f0f63a -C extra-filename=-869e8c7994f0f63a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44412025-02-10T18:16:16.869Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44422025-02-10T18:16:16.872Z Running `/home/build/.rustup/toolchains/1.84.1-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=0a903a24ab3e3b4f -C extra-filename=-0a903a24ab3e3b4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44432025-02-10T18:16:21.795Z Compiling castaway v0.2.3
44442025-02-10T18:16:21.798Z Running `/home/build/.rustup/toolchains/1.84.1-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=817c7fbfe0ffa72b -C extra-filename=-817c7fbfe0ffa72b --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-a66aa9a6ac3f975d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44452025-02-10T18:16:22.022Z Compiling compact_str v0.8.0
44462025-02-10T18:16:22.025Z Running `/home/build/.rustup/toolchains/1.84.1-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=f1dd407ca9e9489f -C extra-filename=-f1dd407ca9e9489f --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-817c7fbfe0ffa72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-02-10T18:16:23.251Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44482025-02-10T18:16:23.254Z Running `/home/build/.rustup/toolchains/1.84.1-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=22812a8edf3ba909 -C extra-filename=-22812a8edf3ba909 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/ssl-3/lib/amd64`
44492025-02-10T18:16:23.410Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44502025-02-10T18:16:23.414Z Running `/home/build/.rustup/toolchains/1.84.1-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=a4f7dbc8540400f7 -C extra-filename=-a4f7dbc8540400f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44512025-02-10T18:16:23.607Z Compiling unicode-truncate v1.1.0
44522025-02-10T18:16:23.610Z Running `/home/build/.rustup/toolchains/1.84.1-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=cb6a26274cf758bd -C extra-filename=-cb6a26274cf758bd --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-4e1578fe158d10c2.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44532025-02-10T18:16:23.871Z Compiling vergen v8.3.2
44542025-02-10T18:16:23.874Z Running `/home/build/.rustup/toolchains/1.84.1-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=2243acd7e8654d02 -C extra-filename=-2243acd7e8654d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-2243acd7e8654d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552025-02-10T18:16:24.263Z Compiling instability v0.3.2
44562025-02-10T18:16:24.266Z Running `/home/build/.rustup/toolchains/1.84.1-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=816f3a1c96dda008 -C extra-filename=-816f3a1c96dda008 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572025-02-10T18:16:25.539Z Compiling lru v0.12.5
44582025-02-10T18:16:25.542Z Running `/home/build/.rustup/toolchains/1.84.1-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=927872925ffefc51 -C extra-filename=-927872925ffefc51 --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-31ee59d8d287bfdb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592025-02-10T18:16:25.649Z Compiling is_ci v1.2.0
44602025-02-10T18:16:25.652Z Running `/home/build/.rustup/toolchains/1.84.1-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=ec80517378223dfe -C extra-filename=-ec80517378223dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612025-02-10T18:16:25.804Z Compiling cassowary v0.3.0
44622025-02-10T18:16:25.807Z Running `/home/build/.rustup/toolchains/1.84.1-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=706a784ec9504d47 -C extra-filename=-706a784ec9504d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632025-02-10T18:16:25.840Z Compiling supports-color v3.0.1
44642025-02-10T18:16:25.863Z Running `/home/build/.rustup/toolchains/1.84.1-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=6bf922cca7279d83 -C extra-filename=-6bf922cca7279d83 --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-ec80517378223dfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652025-02-10T18:16:25.867Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-2243acd7e8654d02/build-script-build`
44662025-02-10T18:16:25.908Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44672025-02-10T18:16:25.910Z Running `/home/build/.rustup/toolchains/1.84.1-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=d2954d52ab9304f3 -C extra-filename=-d2954d52ab9304f3 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d2954d52ab9304f3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44682025-02-10T18:16:26.141Z Compiling libsqlite3-sys v0.30.1
44692025-02-10T18:16:26.144Z Running `/home/build/.rustup/toolchains/1.84.1-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=7bfb0b3452769d75 -C extra-filename=-7bfb0b3452769d75 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7bfb0b3452769d75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44702025-02-10T18:16:26.300Z Compiling ratatui v0.28.1
44712025-02-10T18:16:26.303Z Running `/home/build/.rustup/toolchains/1.84.1-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=9ee9647e3dc02bda -C extra-filename=-9ee9647e3dc02bda --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-b6414318a57462a7.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-706a784ec9504d47.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-f1dd407ca9e9489f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-816f3a1c96dda008.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-927872925ffefc51.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8472f9b9b4402c84.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-cb6a26274cf758bd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44722025-02-10T18:16:26.785Z Compiling cfg_aliases v0.2.1
44732025-02-10T18:16:26.788Z Running `/home/build/.rustup/toolchains/1.84.1-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=eff6fe3e169c75a5 -C extra-filename=-eff6fe3e169c75a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742025-02-10T18:16:26.920Z Compiling rustls v0.21.12
44752025-02-10T18:16:26.923Z Running `/home/build/.rustup/toolchains/1.84.1-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=4d8f4ed7f4b66e64 -C extra-filename=-4d8f4ed7f4b66e64 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4d8f4ed7f4b66e64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762025-02-10T18:16:26.945Z Compiling nix v0.29.0
44772025-02-10T18:16:26.948Z Running `/home/build/.rustup/toolchains/1.84.1-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=15a6e7e4bcb73edd -C extra-filename=-15a6e7e4bcb73edd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-15a6e7e4bcb73edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-eff6fe3e169c75a5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782025-02-10T18:16:27.321Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4d8f4ed7f4b66e64/build-script-build`
44792025-02-10T18:16:27.364Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7bfb0b3452769d75/build-script-build`
44802025-02-10T18:16:27.447Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-d2954d52ab9304f3/build-script-build`
44812025-02-10T18:16:27.466Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44822025-02-10T18:16:27.469Z Running `/home/build/.rustup/toolchains/1.84.1-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=c935c98ade100a82 -C extra-filename=-c935c98ade100a82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44832025-02-10T18:16:27.894Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44842025-02-10T18:16:27.897Z Running `/home/build/.rustup/toolchains/1.84.1-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=adb1aba6dd07ab93 -C extra-filename=-adb1aba6dd07ab93 --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-d86b02db493d8bf5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44852025-02-10T18:16:30.379Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44862025-02-10T18:16:30.381Z Running `/home/build/.rustup/toolchains/1.84.1-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=fed2475b47361814 -C extra-filename=-fed2475b47361814 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fed2475b47361814 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44872025-02-10T18:16:30.779Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44882025-02-10T18:16:30.782Z Running `/home/build/.rustup/toolchains/1.84.1-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=58b971929d0f2156 -C extra-filename=-58b971929d0f2156 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-58b971929d0f2156 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44892025-02-10T18:16:31.183Z Compiling sct v0.7.1
44902025-02-10T18:16:31.186Z Running `/home/build/.rustup/toolchains/1.84.1-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=91931a5ce51a46e4 -C extra-filename=-91931a5ce51a46e4 --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-cd9908d7336bb6cb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
44912025-02-10T18:16:31.547Z Compiling rustls-webpki v0.101.7
44922025-02-10T18:16:31.550Z Running `/home/build/.rustup/toolchains/1.84.1-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=19d4ca87edd7eff2 -C extra-filename=-19d4ca87edd7eff2 --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-cd9908d7336bb6cb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
44932025-02-10T18:16:32.153Z Compiling concurrent-queue v2.5.0
44942025-02-10T18:16:32.156Z Running `/home/build/.rustup/toolchains/1.84.1-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=166a7b205de3bd64 -C extra-filename=-166a7b205de3bd64 --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44952025-02-10T18:16:32.569Z Dirty unicode-linebreak v0.1.5: the rustflags changed
44962025-02-10T18:16:32.569Z Compiling unicode-linebreak v0.1.5
44972025-02-10T18:16:32.572Z Running `/home/build/.rustup/toolchains/1.84.1-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=39ee5052618e1cb5 -C extra-filename=-39ee5052618e1cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44982025-02-10T18:16:32.640Z Compiling parking v2.2.1
44992025-02-10T18:16:32.643Z Running `/home/build/.rustup/toolchains/1.84.1-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=88112e2e144ac3ef -C extra-filename=-88112e2e144ac3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45002025-02-10T18:16:33.010Z Dirty smawk v0.3.2: the rustflags changed
45012025-02-10T18:16:33.010Z Compiling smawk v0.3.2
45022025-02-10T18:16:33.035Z Running `/home/build/.rustup/toolchains/1.84.1-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=788b04f512863ebb -C extra-filename=-788b04f512863ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45032025-02-10T18:16:33.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=774b45d0ebf8483e -C extra-filename=-774b45d0ebf8483e --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-9e3a943cb0d1c1f7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-19d4ca87edd7eff2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-91931a5ce51a46e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
45042025-02-10T18:16:33.252Z Dirty textwrap v0.16.1: the rustflags changed
45052025-02-10T18:16:33.252Z Compiling textwrap v0.16.1
45062025-02-10T18:16:33.256Z Running `/home/build/.rustup/toolchains/1.84.1-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=08777c298bd24633 -C extra-filename=-08777c298bd24633 --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-788b04f512863ebb.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-39ee5052618e1cb5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45072025-02-10T18:16:33.303Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-58b971929d0f2156/build-script-build`
45082025-02-10T18:16:33.345Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-fed2475b47361814/build-script-build`
45092025-02-10T18:16:33.389Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-15a6e7e4bcb73edd/build-script-build`
45102025-02-10T18:16:33.432Z Running `/home/build/.rustup/toolchains/1.84.1-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=1ad0eec5178b65e9 -C extra-filename=-1ad0eec5178b65e9 --out-dir /work/oxidecomputer/omicron/target/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`
45112025-02-10T18:16:33.923Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45122025-02-10T18:16:33.943Z Running `/home/build/.rustup/toolchains/1.84.1-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=e04283b9854ec8b6 -C extra-filename=-e04283b9854ec8b6 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e04283b9854ec8b6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45132025-02-10T18:16:34.299Z Compiling hashlink v0.9.1
45142025-02-10T18:16:34.301Z Running `/home/build/.rustup/toolchains/1.84.1-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=fd7e51d74515d046 -C extra-filename=-fd7e51d74515d046 --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-0069aadc5e941971.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45152025-02-10T18:16:34.340Z Compiling fallible-iterator v0.3.0
45162025-02-10T18:16:34.343Z Running `/home/build/.rustup/toolchains/1.84.1-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=148a55a66897718b -C extra-filename=-148a55a66897718b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172025-02-10T18:16:34.957Z Compiling fallible-streaming-iterator v0.1.9
45182025-02-10T18:16:34.960Z Running `/home/build/.rustup/toolchains/1.84.1-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=94d26c2d8f7cb583 -C extra-filename=-94d26c2d8f7cb583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192025-02-10T18:16:34.982Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-e04283b9854ec8b6/build-script-build`
45202025-02-10T18:16:35.020Z Running `/home/build/.rustup/toolchains/1.84.1-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=299c308faf57bd3e -C extra-filename=-299c308faf57bd3e --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.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)'`
45212025-02-10T18:16:35.250Z Compiling rusqlite v0.32.1
45222025-02-10T18:16:35.253Z Running `/home/build/.rustup/toolchains/1.84.1-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=eee6ae6493299a3e -C extra-filename=-eee6ae6493299a3e --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-b6414318a57462a7.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-148a55a66897718b.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-94d26c2d8f7cb583.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-fd7e51d74515d046.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-1ad0eec5178b65e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
45232025-02-10T18:16:35.683Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45242025-02-10T18:16:35.686Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0de444c93ebedb6 -C extra-filename=-a0de444c93ebedb6 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45252025-02-10T18:16:36.828Z Compiling tokio-rustls v0.24.1
45262025-02-10T18:16:36.830Z Running `/home/build/.rustup/toolchains/1.84.1-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=21f03891a7a00582 -C extra-filename=-21f03891a7a00582 --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-774b45d0ebf8483e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
45272025-02-10T18:16:37.305Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45282025-02-10T18:16:37.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=a76fe21c852f1e65 -C extra-filename=-a76fe21c852f1e65 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a76fe21c852f1e65 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45292025-02-10T18:16:37.688Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45302025-02-10T18:16:37.691Z Running `/home/build/.rustup/toolchains/1.84.1-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=14b81e60e9487f5d -C extra-filename=-14b81e60e9487f5d --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-c6e3260a4cbe5cfb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45312025-02-10T18:16:37.921Z Compiling rustls-pemfile v1.0.4
45322025-02-10T18:16:37.924Z Running `/home/build/.rustup/toolchains/1.84.1-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=38ff84c8b2c31b7d -C extra-filename=-38ff84c8b2c31b7d --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-284d3ffa17b19553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45332025-02-10T18:16:38.333Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45342025-02-10T18:16:38.336Z Running `/home/build/.rustup/toolchains/1.84.1-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=76b90d80f7b2ee2f -C extra-filename=-76b90d80f7b2ee2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352025-02-10T18:16:39.234Z Compiling twox-hash v2.1.0
45362025-02-10T18:16:39.237Z Running `/home/build/.rustup/toolchains/1.84.1-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=2a9e2047041b0543 -C extra-filename=-2a9e2047041b0543 --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-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-02-10T18:16:39.296Z Compiling shell-words v1.1.0
45382025-02-10T18:16:39.299Z Running `/home/build/.rustup/toolchains/1.84.1-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=211658a13f1e36e5 -C extra-filename=-211658a13f1e36e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392025-02-10T18:16:39.617Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45402025-02-10T18:16:39.620Z Running `/home/build/.rustup/toolchains/1.84.1-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=958085a9149d5e1b -C extra-filename=-958085a9149d5e1b --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-c6e3260a4cbe5cfb.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-76b90d80f7b2ee2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-826b56c7c449d70f.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
45412025-02-10T18:16:40.121Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-a76fe21c852f1e65/build-script-build`
45422025-02-10T18:16:40.166Z Compiling event-listener v5.3.1
45432025-02-10T18:16:40.169Z Running `/home/build/.rustup/toolchains/1.84.1-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=2edbded808a5f7e4 -C extra-filename=-2edbded808a5f7e4 --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-166a7b205de3bd64.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45442025-02-10T18:16:40.216Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
45452025-02-10T18:16:40.250Z Running `/home/build/.rustup/toolchains/1.84.1-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=d6cb3842cbd5647e -C extra-filename=-d6cb3842cbd5647e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
45462025-02-10T18:16:40.744Z Compiling fatfs v0.3.6
45472025-02-10T18:16:40.746Z Running `/home/build/.rustup/toolchains/1.84.1-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=95d33895ff403aee -C extra-filename=-95d33895ff403aee --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45482025-02-10T18:16:40.912Z Compiling event-listener-strategy v0.5.2
45492025-02-10T18:16:40.915Z Running `/home/build/.rustup/toolchains/1.84.1-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=cc223c8364377365 -C extra-filename=-cc223c8364377365 --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-2edbded808a5f7e4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502025-02-10T18:16:41.170Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45512025-02-10T18:16:41.173Z Running `/home/build/.rustup/toolchains/1.84.1-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=558ab01d7628afca -C extra-filename=-558ab01d7628afca --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-c6e3260a4cbe5cfb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45522025-02-10T18:16:42.506Z Compiling csv-core v0.1.11
45532025-02-10T18:16:42.509Z Running `/home/build/.rustup/toolchains/1.84.1-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=70a0fe54b3dd1545 -C extra-filename=-70a0fe54b3dd1545 --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45542025-02-10T18:16:42.880Z Compiling csv v1.3.1
45552025-02-10T18:16:42.882Z Running `/home/build/.rustup/toolchains/1.84.1-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=a282315da6532c01 -C extra-filename=-a282315da6532c01 --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-70a0fe54b3dd1545.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562025-02-10T18:16:43.086Z Compiling futures-lite v2.3.0
45572025-02-10T18:16:43.089Z Running `/home/build/.rustup/toolchains/1.84.1-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=2e3d2ecfffc6c7f4 -C extra-filename=-2e3d2ecfffc6c7f4 --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-6d59732b8af0ca7e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-02-10T18:16:43.320Z Compiling rtoolbox v0.0.2
45592025-02-10T18:16:43.346Z Running `/home/build/.rustup/toolchains/1.84.1-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=bda78fc6ad4e5fc5 -C extra-filename=-bda78fc6ad4e5fc5 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602025-02-10T18:16:43.792Z Compiling hex-literal v0.4.1
45612025-02-10T18:16:43.795Z Running `/home/build/.rustup/toolchains/1.84.1-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=66837036371702f5 -C extra-filename=-66837036371702f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622025-02-10T18:16:44.004Z Compiling plotters-backend v0.3.7
45632025-02-10T18:16:44.007Z Running `/home/build/.rustup/toolchains/1.84.1-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=f25ac1c8de9926c4 -C extra-filename=-f25ac1c8de9926c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642025-02-10T18:16:44.145Z Compiling rpassword v7.3.1
45652025-02-10T18:16:44.148Z Running `/home/build/.rustup/toolchains/1.84.1-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=682637eee1f55b5e -C extra-filename=-682637eee1f55b5e --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-98124fae94d5c163.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-bda78fc6ad4e5fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45662025-02-10T18:16:44.495Z Compiling plotters-svg v0.3.7
45672025-02-10T18:16:44.498Z Running `/home/build/.rustup/toolchains/1.84.1-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=92c6f2d6f426c07d -C extra-filename=-92c6f2d6f426c07d --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-f25ac1c8de9926c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682025-02-10T18:16:44.550Z Compiling tui-tree-widget v0.22.0
45692025-02-10T18:16:44.553Z Running `/home/build/.rustup/toolchains/1.84.1-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=de3bc059eb4ac312 -C extra-filename=-de3bc059eb4ac312 --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-9ee9647e3dc02bda.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702025-02-10T18:16:44.668Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45712025-02-10T18:16:44.671Z Running `/home/build/.rustup/toolchains/1.84.1-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=710bbfc944fe41a5 -C extra-filename=-710bbfc944fe41a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45722025-02-10T18:16:44.908Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45732025-02-10T18:16:44.908Z Running `/home/build/.rustup/toolchains/1.84.1-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=8ceddc880bdd91b0 -C extra-filename=-8ceddc880bdd91b0 --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-97872ca19e9f877e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45742025-02-10T18:16:44.934Z Compiling yansi v1.0.1
45752025-02-10T18:16:44.958Z Running `/home/build/.rustup/toolchains/1.84.1-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=750a3e17c742f492 -C extra-filename=-750a3e17c742f492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45762025-02-10T18:16:45.562Z Compiling cast v0.3.0
45772025-02-10T18:16:45.565Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc3b2b232a7af7ac -C extra-filename=-dc3b2b232a7af7ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782025-02-10T18:16:45.959Z Compiling criterion-plot v0.5.0
45792025-02-10T18:16:45.962Z Running `/home/build/.rustup/toolchains/1.84.1-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=58236f337c301fac -C extra-filename=-58236f337c301fac --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-dc3b2b232a7af7ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802025-02-10T18:16:46.555Z Compiling pretty_assertions v1.4.1
45812025-02-10T18:16:46.558Z Running `/home/build/.rustup/toolchains/1.84.1-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=0bcbe60bf0f8d012 -C extra-filename=-0bcbe60bf0f8d012 --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-f6f1673ca51154de.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-750a3e17c742f492.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822025-02-10T18:16:46.819Z Compiling plotters v0.3.7
45832025-02-10T18:16:46.822Z Running `/home/build/.rustup/toolchains/1.84.1-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=ee6022bd2aa4c6a9 -C extra-filename=-ee6022bd2aa4c6a9 --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-2208e32e65bcc912.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f25ac1c8de9926c4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-92c6f2d6f426c07d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842025-02-10T18:16:47.002Z Compiling async-lock v3.4.0
45852025-02-10T18:16:47.005Z Running `/home/build/.rustup/toolchains/1.84.1-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=81d03f2a2c9591b5 -C extra-filename=-81d03f2a2c9591b5 --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-2edbded808a5f7e4.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cc223c8364377365.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-02-10T18:16:47.066Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45872025-02-10T18:16:47.069Z Running `/home/build/.rustup/toolchains/1.84.1-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=31bb216d765ef742 -C extra-filename=-31bb216d765ef742 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45882025-02-10T18:16:48.127Z Compiling polyval v0.6.2
45892025-02-10T18:16:48.129Z Running `/home/build/.rustup/toolchains/1.84.1-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=445ad93743ed7452 -C extra-filename=-445ad93743ed7452 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-bf5e609c1193dde6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d912cf2ea6f43439.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45902025-02-10T18:16:48.602Z Compiling polling v3.7.3
45912025-02-10T18:16:48.605Z Running `/home/build/.rustup/toolchains/1.84.1-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=5e95a6ad3e37147a -C extra-filename=-5e95a6ad3e37147a --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-c23dfb9b1834c42c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922025-02-10T18:16:49.108Z Compiling tinytemplate v1.2.1
45932025-02-10T18:16:49.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=38685a1a3e327b7e -C extra-filename=-38685a1a3e327b7e --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-02-10T18:16:49.348Z Compiling anes v0.1.6
45952025-02-10T18:16:49.350Z Running `/home/build/.rustup/toolchains/1.84.1-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=1d4d4b80ca6770b6 -C extra-filename=-1d4d4b80ca6770b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962025-02-10T18:16:49.825Z Compiling oorandom v11.1.4
45972025-02-10T18:16:49.828Z Running `/home/build/.rustup/toolchains/1.84.1-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=18901514e11ed148 -C extra-filename=-18901514e11ed148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-02-10T18:16:50.064Z Compiling criterion v0.5.1
45992025-02-10T18:16:50.067Z Running `/home/build/.rustup/toolchains/1.84.1-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=7990f0e5767ed173 -C extra-filename=-7990f0e5767ed173 --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-1d4d4b80ca6770b6.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc3b2b232a7af7ac.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-58236f337c301fac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7fcf105a31e0f4a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-18901514e11ed148.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ee6022bd2aa4c6a9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-38685a1a3e327b7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002025-02-10T18:16:50.097Z Compiling async-io v2.3.4
46012025-02-10T18:16:50.100Z Running `/home/build/.rustup/toolchains/1.84.1-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=2eb1a88724eee6c4 -C extra-filename=-2eb1a88724eee6c4 --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-81d03f2a2c9591b5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-166a7b205de3bd64.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-5e95a6ad3e37147a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-02-10T18:16:51.785Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46032025-02-10T18:16:51.788Z Running `/home/build/.rustup/toolchains/1.84.1-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=410a7c5c8025373f -C extra-filename=-410a7c5c8025373f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46042025-02-10T18:16:52.180Z Compiling ghash v0.5.1
46052025-02-10T18:16:52.183Z Running `/home/build/.rustup/toolchains/1.84.1-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=9b96054af682bfc9 -C extra-filename=-9b96054af682bfc9 --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-bf5e609c1193dde6.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-445ad93743ed7452.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46062025-02-10T18:16:52.429Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46072025-02-10T18:16:52.432Z Running `/home/build/.rustup/toolchains/1.84.1-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=ab74ef95232cf54f -C extra-filename=-ab74ef95232cf54f --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-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46082025-02-10T18:16:53.975Z Compiling ctr v0.9.2
46092025-02-10T18:16:53.978Z Running `/home/build/.rustup/toolchains/1.84.1-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=5e9406831757e24e -C extra-filename=-5e9406831757e24e --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46102025-02-10T18:16:54.386Z Compiling target-lexicon v0.12.16
46112025-02-10T18:16:54.389Z Running `/home/build/.rustup/toolchains/1.84.1-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=04603f701d70e00f -C extra-filename=-04603f701d70e00f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-04603f701d70e00f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122025-02-10T18:16:55.480Z Compiling doc-comment v0.3.3
46132025-02-10T18:16:55.483Z Running `/home/build/.rustup/toolchains/1.84.1-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=69e191ef3a001bff -C extra-filename=-69e191ef3a001bff --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-69e191ef3a001bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-02-10T18:16:56.147Z Compiling async-task v4.7.1
46152025-02-10T18:16:56.150Z Running `/home/build/.rustup/toolchains/1.84.1-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=9a53ab6544d9f8bb -C extra-filename=-9a53ab6544d9f8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162025-02-10T18:16:56.723Z Running `/home/build/.rustup/toolchains/1.84.1-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=4c52334e12bc4637 -C extra-filename=-4c52334e12bc4637 --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-4994e44d66e160c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46172025-02-10T18:16:58.133Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-69e191ef3a001bff/build-script-build`
46182025-02-10T18:16:58.339Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-04603f701d70e00f/build-script-build`
46192025-02-10T18:16:58.431Z Compiling aes-gcm v0.10.3
46202025-02-10T18:16:58.434Z Running `/home/build/.rustup/toolchains/1.84.1-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=a014eae9612d578a -C extra-filename=-a014eae9612d578a --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-c5d244ba91c5af8b.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-708b609aec160fbb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-9b96054af682bfc9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46212025-02-10T18:16:58.799Z Compiling async-channel v2.3.1
46222025-02-10T18:16:58.827Z Running `/home/build/.rustup/toolchains/1.84.1-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=feb21fbb6e25d809 -C extra-filename=-feb21fbb6e25d809 --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-166a7b205de3bd64.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cc223c8364377365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232025-02-10T18:16:59.189Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46242025-02-10T18:16:59.192Z Running `/home/build/.rustup/toolchains/1.84.1-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=b579cc55b00b563f -C extra-filename=-b579cc55b00b563f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
46252025-02-10T18:17:01.119Z Compiling piper v0.2.4
46262025-02-10T18:17:01.122Z Running `/home/build/.rustup/toolchains/1.84.1-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=6cae4a3306b7d2d7 -C extra-filename=-6cae4a3306b7d2d7 --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-51ef279ec708937a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46272025-02-10T18:17:01.574Z Compiling ssh-encoding v0.2.0
46282025-02-10T18:17:01.577Z Running `/home/build/.rustup/toolchains/1.84.1-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=14f36300a7c46954 -C extra-filename=-14f36300a7c46954 --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-9bf41bc36b79b4aa.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292025-02-10T18:17:02.037Z Compiling blowfish v0.9.1
46302025-02-10T18:17:02.040Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c9646a3a5d75124 -C extra-filename=-7c9646a3a5d75124 --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-74b89f0a9d262c25.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312025-02-10T18:17:02.149Z Compiling assert_cmd v2.0.16
46322025-02-10T18:17:02.152Z Running `/home/build/.rustup/toolchains/1.84.1-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=31c5e845c8f392f8 -C extra-filename=-31c5e845c8f392f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-31c5e845c8f392f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332025-02-10T18:17:02.545Z Compiling guppy-workspace-hack v0.1.0
46342025-02-10T18:17:02.548Z Running `/home/build/.rustup/toolchains/1.84.1-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=3e47488a90fe4284 -C extra-filename=-3e47488a90fe4284 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3e47488a90fe4284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-02-10T18:17:02.664Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-31c5e845c8f392f8/build-script-build`
46362025-02-10T18:17:02.710Z Compiling bcrypt-pbkdf v0.10.0
46372025-02-10T18:17:02.713Z Running `/home/build/.rustup/toolchains/1.84.1-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=de10c362724ddf0a -C extra-filename=-de10c362724ddf0a --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-7c9646a3a5d75124.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d3f05e90bd681634.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46382025-02-10T18:17:02.894Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3e47488a90fe4284/build-script-build`
46392025-02-10T18:17:02.923Z Compiling ssh-cipher v0.2.0
46402025-02-10T18:17:02.926Z Running `/home/build/.rustup/toolchains/1.84.1-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=75a8d6d73a900d11 -C extra-filename=-75a8d6d73a900d11 --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-708b609aec160fbb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a014eae9612d578a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46412025-02-10T18:17:03.372Z Compiling blocking v1.6.1
46422025-02-10T18:17:03.374Z Running `/home/build/.rustup/toolchains/1.84.1-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=beb1fe73b98a8594 -C extra-filename=-beb1fe73b98a8594 --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-feb21fbb6e25d809.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9a53ab6544d9f8bb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-6cae4a3306b7d2d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432025-02-10T18:17:04.019Z Running `/home/build/.rustup/toolchains/1.84.1-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=67f9d5ef8a1a7d6a -C extra-filename=-67f9d5ef8a1a7d6a --out-dir /work/oxidecomputer/omicron/target/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"'`
46442025-02-10T18:17:04.413Z Running `/home/build/.rustup/toolchains/1.84.1-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=3ead9a76bbdc7278 -C extra-filename=-3ead9a76bbdc7278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452025-02-10T18:17:04.559Z Compiling async-executor v1.13.1
46462025-02-10T18:17:04.562Z Running `/home/build/.rustup/toolchains/1.84.1-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=875c3f9f437101c6 -C extra-filename=-875c3f9f437101c6 --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-9a53ab6544d9f8bb.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-166a7b205de3bd64.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-02-10T18:17:04.775Z Compiling async-signal v0.2.10
46482025-02-10T18:17:04.814Z Running `/home/build/.rustup/toolchains/1.84.1-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=ce2df464dfd62c38 -C extra-filename=-ce2df464dfd62c38 --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-2eb1a88724eee6c4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-02-10T18:17:05.182Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46502025-02-10T18:17:05.186Z Running `/home/build/.rustup/toolchains/1.84.1-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=0425c9eba6be0759 -C extra-filename=-0425c9eba6be0759 --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-c6e3260a4cbe5cfb.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46512025-02-10T18:17:05.409Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46522025-02-10T18:17:05.413Z Running `/home/build/.rustup/toolchains/1.84.1-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=283e6f692b435309 -C extra-filename=-283e6f692b435309 --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-6ee12eca15b81e71.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46532025-02-10T18:17:06.331Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46542025-02-10T18:17:06.334Z Running `/home/build/.rustup/toolchains/1.84.1-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=a7ec8fc6d45f2d09 -C extra-filename=-a7ec8fc6d45f2d09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46552025-02-10T18:17:07.945Z Running `/home/build/.rustup/toolchains/1.84.1-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=c65572b28dbd4ee1 -C extra-filename=-c65572b28dbd4ee1 --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-98124fae94d5c163.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-869e8c7994f0f63a.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-83f52c6e60f00b21/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46562025-02-10T18:17:08.624Z Compiling git2 v0.19.0
46572025-02-10T18:17:08.626Z Running `/home/build/.rustup/toolchains/1.84.1-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=f342368611f91395 -C extra-filename=-f342368611f91395 --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-b6414318a57462a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c65572b28dbd4ee1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.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-83f52c6e60f00b21/out/build -L native=/usr/lib/amd64`
46582025-02-10T18:17:09.108Z Compiling password-hash v0.4.2
46592025-02-10T18:17:09.111Z Running `/home/build/.rustup/toolchains/1.84.1-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=a934b381ba812fe1 -C extra-filename=-a934b381ba812fe1 --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-9bf41bc36b79b4aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46602025-02-10T18:17:09.995Z Compiling futures-timer v3.0.3
46612025-02-10T18:17:10.000Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b440d1209cd2361 -C extra-filename=-4b440d1209cd2361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46622025-02-10T18:17:10.117Z Compiling target-spec v3.3.1
46632025-02-10T18:17:10.142Z Running `/home/build/.rustup/toolchains/1.84.1-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.3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=b087238b858e1ec7 -C extra-filename=-b087238b858e1ec7 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-b087238b858e1ec7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46642025-02-10T18:17:10.707Z Compiling event-listener v2.5.3
46652025-02-10T18:17:10.721Z Running `/home/build/.rustup/toolchains/1.84.1-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=6dcda6e630b3ba15 -C extra-filename=-6dcda6e630b3ba15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662025-02-10T18:17:10.920Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-b087238b858e1ec7/build-script-build`
46672025-02-10T18:17:10.925Z Compiling pbkdf2 v0.11.0
46682025-02-10T18:17:10.927Z Running `/home/build/.rustup/toolchains/1.84.1-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=eed6576b69bdeba9 -C extra-filename=-eed6576b69bdeba9 --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-c1a84befa7c7dca3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-a934b381ba812fe1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-02-10T18:17:11.148Z Compiling async-channel v1.9.0
46702025-02-10T18:17:11.164Z Running `/home/build/.rustup/toolchains/1.84.1-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=b7d36bcc9abd3927 -C extra-filename=-b7d36bcc9abd3927 --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-166a7b205de3bd64.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-6dcda6e630b3ba15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46712025-02-10T18:17:11.319Z Compiling async-process v2.3.0
46722025-02-10T18:17:11.323Z Running `/home/build/.rustup/toolchains/1.84.1-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=aa18be3e166f33c6 -C extra-filename=-aa18be3e166f33c6 --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-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-ce2df464dfd62c38.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-2edbded808a5f7e4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-02-10T18:17:11.483Z Compiling async-global-executor v2.4.1
46742025-02-10T18:17:11.486Z Running `/home/build/.rustup/toolchains/1.84.1-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=ffeafdb99c7a634c -C extra-filename=-ffeafdb99c7a634c --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-feb21fbb6e25d809.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-875c3f9f437101c6.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-beb1fe73b98a8594.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-02-10T18:17:12.706Z Running `/home/build/.rustup/toolchains/1.84.1-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=242b389340f5bb7a -C extra-filename=-242b389340f5bb7a --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-5a89573be83a4361.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-3ead9a76bbdc7278.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-75c4a740e25c3d5a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7de97282a9758923.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-b861fe3c5651ae15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46762025-02-10T18:17:13.068Z Compiling cfg-expr v0.17.2
46772025-02-10T18:17:13.071Z Running `/home/build/.rustup/toolchains/1.84.1-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.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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=98f81478a9ae4911 -C extra-filename=-98f81478a9ae4911 --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-523e7ace5c258ae5.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-67f9d5ef8a1a7d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46782025-02-10T18:17:14.062Z Running `/home/build/.rustup/toolchains/1.84.1-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=0df9da7f7e3ea8e3 -C extra-filename=-0df9da7f7e3ea8e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-f342368611f91395.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.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-83f52c6e60f00b21/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)'`
46792025-02-10T18:17:14.417Z Compiling ssh-key v0.6.6
46802025-02-10T18:17:14.419Z Running `/home/build/.rustup/toolchains/1.84.1-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=f63de91cf3567bd5 -C extra-filename=-f63de91cf3567bd5 --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-de10c362724ddf0a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-75a8d6d73a900d11.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46812025-02-10T18:17:15.751Z Running `/home/build/.rustup/toolchains/1.84.1-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=39cd2f39de6895e6 -C extra-filename=-39cd2f39de6895e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822025-02-10T18:17:15.773Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46832025-02-10T18:17:15.796Z Running `/home/build/.rustup/toolchains/1.84.1-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=789475d3917b915c -C extra-filename=-789475d3917b915c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46842025-02-10T18:17:15.875Z Compiling p521 v0.13.3
46852025-02-10T18:17:15.877Z Running `/home/build/.rustup/toolchains/1.84.1-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=19f5b7097469bf6f -C extra-filename=-19f5b7097469bf6f --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-2bae47673a4d3340.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46862025-02-10T18:17:17.692Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
46872025-02-10T18:17:17.720Z Running `/home/build/.rustup/toolchains/1.84.1-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=febcb9d6a5195327 -C extra-filename=-febcb9d6a5195327 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-febcb9d6a5195327 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0df9da7f7e3ea8e3.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-83f52c6e60f00b21/out/build -L native=/usr/lib/amd64`
46882025-02-10T18:17:18.256Z Compiling p256 v0.13.2
46892025-02-10T18:17:18.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=e5da7e4123d03559 -C extra-filename=-e5da7e4123d03559 --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-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46902025-02-10T18:17:18.704Z Compiling petname v2.0.2
46912025-02-10T18:17:18.707Z Running `/home/build/.rustup/toolchains/1.84.1-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=d190bf43fa526a15 -C extra-filename=-d190bf43fa526a15 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-d190bf43fa526a15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922025-02-10T18:17:19.098Z Compiling async-attributes v1.1.2
46932025-02-10T18:17:19.101Z Running `/home/build/.rustup/toolchains/1.84.1-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=d2c353ec52211b22 -C extra-filename=-d2c353ec52211b22 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942025-02-10T18:17:19.720Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-febcb9d6a5195327/build-script-build`
46952025-02-10T18:17:19.833Z Compiling russh-cryptovec v0.7.3
46962025-02-10T18:17:19.860Z Running `/home/build/.rustup/toolchains/1.84.1-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=fca66fdd75b0b60b -C extra-filename=-fca66fdd75b0b60b --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46972025-02-10T18:17:20.162Z Compiling num_cpus v1.16.0
46982025-02-10T18:17:20.165Z Running `/home/build/.rustup/toolchains/1.84.1-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=2891beb9d0a9e92c -C extra-filename=-2891beb9d0a9e92c --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46992025-02-10T18:17:20.188Z Compiling kv-log-macro v1.0.7
47002025-02-10T18:17:20.190Z Running `/home/build/.rustup/toolchains/1.84.1-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=667c39cb33671cad -C extra-filename=-667c39cb33671cad --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47012025-02-10T18:17:20.336Z Compiling md5 v0.7.0
47022025-02-10T18:17:20.338Z Running `/home/build/.rustup/toolchains/1.84.1-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=de936ac0e1cac2de -C extra-filename=-de936ac0e1cac2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47032025-02-10T18:17:20.454Z Compiling async-std v1.13.0
47042025-02-10T18:17:20.458Z Running `/home/build/.rustup/toolchains/1.84.1-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=7b838101e182d47b -C extra-filename=-7b838101e182d47b --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-d2c353ec52211b22.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b7d36bcc9abd3927.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-ffeafdb99c7a634c.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-aa18be3e166f33c6.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-667c39cb33671cad.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-adfca7acc6d3ae3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47052025-02-10T18:17:20.888Z Compiling russh-keys v0.45.0
47062025-02-10T18:17:20.893Z Running `/home/build/.rustup/toolchains/1.84.1-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=695cee235731dad6 -C extra-filename=-695cee235731dad6 --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-708b609aec160fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-de10c362724ddf0a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2e2897d64e52e6cd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-de936ac0e1cac2de.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e5da7e4123d03559.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-19f5b7097469bf6f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-eed6576b69bdeba9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-115ed42f519e88ca.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9801172722602ad7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-fca66fdd75b0b60b.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f63de91cf3567bd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-35c09d922ee07e63.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47072025-02-10T18:17:21.324Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5e9b09d258639e7 -C extra-filename=-c5e9b09d258639e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99ef1ae1cc2bfe77.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-299c308faf57bd3e.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-eee6ae6493299a3e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38ff84c8b2c31b7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-21f03891a7a00582.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-2a9e2047041b0543.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/lib/amd64`
47082025-02-10T18:17:24.170Z Compiling threadpool v1.8.1
47092025-02-10T18:17:24.184Z Running `/home/build/.rustup/toolchains/1.84.1-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=944879a35e83b434 -C extra-filename=-944879a35e83b434 --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-2891beb9d0a9e92c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102025-02-10T18:17:24.428Z Compiling polar-core v0.27.3
47112025-02-10T18:17:24.431Z Running `/home/build/.rustup/toolchains/1.84.1-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=b8890147b4fdda0c -C extra-filename=-b8890147b4fdda0c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b8890147b4fdda0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-6cef74bb32bb8c33.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47122025-02-10T18:17:24.523Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d190bf43fa526a15/build-script-build`
47132025-02-10T18:17:24.830Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=f941d6cded9db732 -C extra-filename=-f941d6cded9db732 --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-98f81478a9ae4911.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-39cd2f39de6895e6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-67f9d5ef8a1a7d6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47142025-02-10T18:17:24.848Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47152025-02-10T18:17:24.851Z Running `/home/build/.rustup/toolchains/1.84.1-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=7eeb260fa13b209f -C extra-filename=-7eeb260fa13b209f --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-0425c9eba6be0759.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47162025-02-10T18:17:24.872Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47172025-02-10T18:17:24.875Z Running `/home/build/.rustup/toolchains/1.84.1-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=5dbff8cae7d11525 -C extra-filename=-5dbff8cae7d11525 --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-b8f22c1bf2e477ac.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47182025-02-10T18:17:24.913Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47192025-02-10T18:17:24.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=b53adea83ffc3a1c -C extra-filename=-b53adea83ffc3a1c --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-21ea866390417d2b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47202025-02-10T18:17:25.576Z Compiling cargo_metadata v0.19.1
47212025-02-10T18:17:25.579Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-0.19.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=d47594ef541564e8 -C extra-filename=-d47594ef541564e8 --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-21ea866390417d2b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-fcc56552e2453983.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47222025-02-10T18:17:25.746Z Compiling httptest v0.16.1
47232025-02-10T18:17:25.749Z Running `/home/build/.rustup/toolchains/1.84.1-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=98baf70c400d6d14 -C extra-filename=-98baf70c400d6d14 --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-a80f3c63828065bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f60384c24350b8e8.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47242025-02-10T18:17:26.291Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b8890147b4fdda0c/build-script-build`
47252025-02-10T18:17:26.390Z Compiling num-bigint v0.4.6
47262025-02-10T18:17:26.394Z Running `/home/build/.rustup/toolchains/1.84.1-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=83099df24705c79e -C extra-filename=-83099df24705c79e --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-02-10T18:17:27.398Z Compiling pathdiff v0.2.3
47282025-02-10T18:17:27.412Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=68eb05b8b8cdad7d -C extra-filename=-68eb05b8b8cdad7d --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-21ea866390417d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-02-10T18:17:27.614Z Compiling rustls-native-certs v0.7.3
47302025-02-10T18:17:27.617Z Running `/home/build/.rustup/toolchains/1.84.1-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=6fa9b9da92e646b5 -C extra-filename=-6fa9b9da92e646b5 --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-19e68c2f6b84a5f5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-02-10T18:17:28.195Z Running `/home/build/.rustup/toolchains/1.84.1-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=94c33826a454b010 -C extra-filename=-94c33826a454b010 --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-f95ff61e5403be08.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-89c31bd695e9bc36.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322025-02-10T18:17:28.238Z Compiling des v0.8.1
47332025-02-10T18:17:28.242Z Running `/home/build/.rustup/toolchains/1.84.1-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=baa43755ef8167d1 -C extra-filename=-baa43755ef8167d1 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342025-02-10T18:17:28.621Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47352025-02-10T18:17:28.624Z Running `/home/build/.rustup/toolchains/1.84.1-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=c2d72c3f75d80b32 -C extra-filename=-c2d72c3f75d80b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362025-02-10T18:17:29.212Z Compiling escape8259 v0.5.3
47372025-02-10T18:17:29.215Z Running `/home/build/.rustup/toolchains/1.84.1-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=f4053c7dfabdeab7 -C extra-filename=-f4053c7dfabdeab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382025-02-10T18:17:29.597Z Compiling nested v0.1.1
47392025-02-10T18:17:29.601Z Running `/home/build/.rustup/toolchains/1.84.1-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=4ec75cac6dda8242 -C extra-filename=-4ec75cac6dda8242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402025-02-10T18:17:29.622Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47412025-02-10T18:17:29.625Z Running `/home/build/.rustup/toolchains/1.84.1-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=8c36b8ff245e045a -C extra-filename=-8c36b8ff245e045a --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-c2d72c3f75d80b32.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422025-02-10T18:17:29.929Z Compiling guppy v0.17.12
47432025-02-10T18:17:29.959Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(guppy_nightly)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=12ca9d5f734c701e -C extra-filename=-12ca9d5f734c701e --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-6f081ff1d53178a3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-d47594ef541564e8.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-ed381db068edd205.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-39cd2f39de6895e6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4ec75cac6dda8242.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-68eb05b8b8cdad7d.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-f941d6cded9db732.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-02-10T18:17:30.098Z Compiling libtest-mimic v0.7.3
47452025-02-10T18:17:30.112Z Running `/home/build/.rustup/toolchains/1.84.1-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=bf184e328746cebf -C extra-filename=-bf184e328746cebf --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-df9a1bd29cd8c365.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-f4053c7dfabdeab7.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-944879a35e83b434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-02-10T18:17:31.106Z Compiling russh v0.45.0
47472025-02-10T18:17:31.109Z Running `/home/build/.rustup/toolchains/1.84.1-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=34eb03e342e2c001 -C extra-filename=-34eb03e342e2c001 --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-708b609aec160fbb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a014eae9612d578a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-baa43755ef8167d1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-83099df24705c79e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e5da7e4123d03559.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-19f5b7097469bf6f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-fca66fdd75b0b60b.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f63de91cf3567bd5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482025-02-10T18:17:32.103Z Compiling hyper-rustls v0.26.0
47492025-02-10T18:17:32.106Z Running `/home/build/.rustup/toolchains/1.84.1-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=f03525fdb75e43e0 -C extra-filename=-f03525fdb75e43e0 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6fa9b9da92e646b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
47502025-02-10T18:17:32.670Z Running `/home/build/.rustup/toolchains/1.84.1-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=e32ed72d91ab116f -C extra-filename=-e32ed72d91ab116f --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-4e1578fe158d10c2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47512025-02-10T18:17:32.857Z Compiling async-object-pool v0.1.5
47522025-02-10T18:17:32.872Z Running `/home/build/.rustup/toolchains/1.84.1-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=d1eec5ccc6df6605 -C extra-filename=-d1eec5ccc6df6605 --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-7b838101e182d47b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532025-02-10T18:17:33.089Z Compiling fancy-regex v0.13.0
47542025-02-10T18:17:33.096Z Running `/home/build/.rustup/toolchains/1.84.1-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=43e22a9387affddd -C extra-filename=-43e22a9387affddd --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-9d19b3807544ab5a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552025-02-10T18:17:34.987Z Compiling rstest_macros v0.23.0
47562025-02-10T18:17:34.990Z Running `/home/build/.rustup/toolchains/1.84.1-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=a79f3fe4e8f646a1 -C extra-filename=-a79f3fe4e8f646a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-a79f3fe4e8f646a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572025-02-10T18:17:35.385Z Compiling assert-json-diff v2.0.2
47582025-02-10T18:17:35.388Z Running `/home/build/.rustup/toolchains/1.84.1-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=35ace3b4101b3162 -C extra-filename=-35ace3b4101b3162 --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592025-02-10T18:17:35.624Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47602025-02-10T18:17:35.636Z Running `/home/build/.rustup/toolchains/1.84.1-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=2b61adaff3d741dd -C extra-filename=-2b61adaff3d741dd --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612025-02-10T18:17:36.109Z Compiling serde_regex v1.1.0
47622025-02-10T18:17:36.174Z Running `/home/build/.rustup/toolchains/1.84.1-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=55b747b59f761e1b -C extra-filename=-55b747b59f761e1b --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-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632025-02-10T18:17:36.296Z Compiling path-tree v0.8.1
47642025-02-10T18:17:36.300Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f8eed396b5ab8df -C extra-filename=-6f8eed396b5ab8df --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-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47652025-02-10T18:17:36.451Z Compiling stringmetrics v2.2.2
47662025-02-10T18:17:36.478Z Running `/home/build/.rustup/toolchains/1.84.1-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=731b5c936f0663c7 -C extra-filename=-731b5c936f0663c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672025-02-10T18:17:36.762Z Compiling target-triple v0.1.3
47682025-02-10T18:17:36.768Z Running `/home/build/.rustup/toolchains/1.84.1-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=93975bc44874f897 -C extra-filename=-93975bc44874f897 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-93975bc44874f897 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692025-02-10T18:17:36.928Z Compiling sync-ptr v0.1.1
47702025-02-10T18:17:36.966Z Running `/home/build/.rustup/toolchains/1.84.1-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=6bbb205898c1d0da -C extra-filename=-6bbb205898c1d0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712025-02-10T18:17:37.180Z Compiling internet-checksum v0.2.1
47722025-02-10T18:17:37.185Z Running `/home/build/.rustup/toolchains/1.84.1-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=5b3aa781fd735fae -C extra-filename=-5b3aa781fd735fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732025-02-10T18:17:37.210Z Compiling httpmock v0.8.0-alpha.1
47742025-02-10T18:17:37.214Z Running `/home/build/.rustup/toolchains/1.84.1-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=7bc49ee55a12e04b -C extra-filename=-7bc49ee55a12e04b --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-35ace3b4101b3162.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-d1eec5ccc6df6605.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7b838101e182d47b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-4b440d1209cd2361.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-6f8eed396b5ab8df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-55b747b59f761e1b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-731b5c936f0663c7.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47752025-02-10T18:17:37.437Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-93975bc44874f897/build-script-build`
47762025-02-10T18:17:37.441Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-a79f3fe4e8f646a1/build-script-build`
47772025-02-10T18:17:37.476Z Compiling oso v0.27.3
47782025-02-10T18:17:37.479Z Running `/home/build/.rustup/toolchains/1.84.1-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=e83ddc064b9f739a -C extra-filename=-e83ddc064b9f739a --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-b6215130afde6010.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-1dbf56af12146b19.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-94c33826a454b010.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47792025-02-10T18:17:37.575Z Compiling datatest-stable v0.2.9
47802025-02-10T18:17:37.664Z Running `/home/build/.rustup/toolchains/1.84.1-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=a7b55e94f7f71164 -C extra-filename=-a7b55e94f7f71164 --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-21ea866390417d2b.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-43e22a9387affddd.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-bf184e328746cebf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812025-02-10T18:17:37.835Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47822025-02-10T18:17:37.839Z Running `/home/build/.rustup/toolchains/1.84.1-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=6cd1ea5ae8b6c2e7 -C extra-filename=-6cd1ea5ae8b6c2e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
47832025-02-10T18:17:38.258Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47842025-02-10T18:17:38.261Z Running `/home/build/.rustup/toolchains/1.84.1-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=f05b67ae17e29d7d -C extra-filename=-f05b67ae17e29d7d --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-98124fae94d5c163.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
47852025-02-10T18:17:38.790Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47862025-02-10T18:17:38.798Z Running `/home/build/.rustup/toolchains/1.84.1-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=e1aad44933cb83ea -C extra-filename=-e1aad44933cb83ea --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-e1aad44933cb83ea -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47872025-02-10T18:17:38.975Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47882025-02-10T18:17:38.979Z Running `/home/build/.rustup/toolchains/1.84.1-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=842b324b03bdcfd2 -C extra-filename=-842b324b03bdcfd2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-842b324b03bdcfd2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47892025-02-10T18:17:39.182Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47902025-02-10T18:17:39.185Z Running `/home/build/.rustup/toolchains/1.84.1-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=5e7216e8ee00e40d -C extra-filename=-5e7216e8ee00e40d --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5e7216e8ee00e40d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47912025-02-10T18:17:39.363Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47922025-02-10T18:17:39.369Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5f71201db2a0491 -C extra-filename=-c5f71201db2a0491 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5f71201db2a0491 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47932025-02-10T18:17:39.588Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47942025-02-10T18:17:39.596Z Running `/home/build/.rustup/toolchains/1.84.1-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=2b06282720b6e747 -C extra-filename=-2b06282720b6e747 --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-2b06282720b6e747 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47952025-02-10T18:17:39.769Z Compiling similar-asserts v1.6.0
47962025-02-10T18:17:39.772Z Running `/home/build/.rustup/toolchains/1.84.1-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=d7b5a9b528bea2ea -C extra-filename=-d7b5a9b528bea2ea --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-c84ca6b3c4172a91.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972025-02-10T18:17:40.001Z Compiling proc-macro-crate v3.2.0
47982025-02-10T18:17:40.005Z Running `/home/build/.rustup/toolchains/1.84.1-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=f280dd5bd2e6eba8 -C extra-filename=-f280dd5bd2e6eba8 --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-0a8c2a3d02b46dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47992025-02-10T18:17:40.879Z Running `/home/build/.rustup/toolchains/1.84.1-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=227ed6bb5a54ac99 -C extra-filename=-227ed6bb5a54ac99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7f0a003a949ad1bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48002025-02-10T18:17:41.342Z Compiling relative-path v1.9.3
48012025-02-10T18:17:41.351Z Running `/home/build/.rustup/toolchains/1.84.1-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=bfe5a02c55968669 -C extra-filename=-bfe5a02c55968669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-02-10T18:17:42.046Z Running `/home/build/.rustup/toolchains/1.84.1-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=b2aaf93e56473752 -C extra-filename=-b2aaf93e56473752 --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-c23dfb9b1834c42c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-f280dd5bd2e6eba8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-bfe5a02c55968669.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48032025-02-10T18:17:43.064Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-2b06282720b6e747/build-script-build`
48042025-02-10T18:17:43.128Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-c5f71201db2a0491/build-script-build`
48052025-02-10T18:17:43.156Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-5e7216e8ee00e40d/build-script-build`
48062025-02-10T18:17:43.193Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-842b324b03bdcfd2/build-script-build`
48072025-02-10T18:17:43.245Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-e1aad44933cb83ea/build-script-build`
48082025-02-10T18:17:43.329Z Running `/home/build/.rustup/toolchains/1.84.1-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=9ee04c09108f32b2 -C extra-filename=-9ee04c09108f32b2 --out-dir /work/oxidecomputer/omicron/target/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"))'`
48092025-02-10T18:17:43.448Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48102025-02-10T18:17:43.467Z Running `/home/build/.rustup/toolchains/1.84.1-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=158c77268d1e030c -C extra-filename=-158c77268d1e030c --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-5a89573be83a4361.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48112025-02-10T18:17:48.162Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48122025-02-10T18:17:48.209Z Running `/home/build/.rustup/toolchains/1.84.1-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=815fc710707e8f12 -C extra-filename=-815fc710707e8f12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48132025-02-10T18:17:48.211Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48142025-02-10T18:17:48.211Z Running `/home/build/.rustup/toolchains/1.84.1-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=1697854271117006 -C extra-filename=-1697854271117006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48152025-02-10T18:17:48.213Z Running `/home/build/.rustup/toolchains/1.84.1-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=c411a72dcf9db9c5 -C extra-filename=-c411a72dcf9db9c5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48162025-02-10T18:17:50.599Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48172025-02-10T18:17:50.624Z Running `/home/build/.rustup/toolchains/1.84.1-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=8a53bef1f81d092d -C extra-filename=-8a53bef1f81d092d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48182025-02-10T18:17:52.050Z Compiling multimap v0.10.0
48192025-02-10T18:17:52.053Z Running `/home/build/.rustup/toolchains/1.84.1-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=f50c68106d4f16a3 -C extra-filename=-f50c68106d4f16a3 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202025-02-10T18:17:52.453Z Compiling uzers v0.12.1
48212025-02-10T18:17:52.480Z Running `/home/build/.rustup/toolchains/1.84.1-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=e879c87d80d69c8a -C extra-filename=-e879c87d80d69c8a --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-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222025-02-10T18:17:52.988Z Compiling rstest v0.23.0
48232025-02-10T18:17:52.991Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f2c783a00cb5a44 -C extra-filename=-2f2c783a00cb5a44 --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-1d8f95ba60b42aa6.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-4b440d1209cd2361.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b2aaf93e56473752.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48242025-02-10T18:17:53.272Z Compiling trybuild v1.0.101
48252025-02-10T18:17:53.275Z Running `/home/build/.rustup/toolchains/1.84.1-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=522ac96bfdac26a0 -C extra-filename=-522ac96bfdac26a0 --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-ffd69303710b75ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-9ee04c09108f32b2.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262025-02-10T18:17:53.559Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48272025-02-10T18:17:53.609Z Running `/home/build/.rustup/toolchains/1.84.1-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=f2461f7897d3b927 -C extra-filename=-f2461f7897d3b927 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48282025-02-10T18:17:53.675Z Compiling partial-io v0.5.4
48292025-02-10T18:17:53.679Z Running `/home/build/.rustup/toolchains/1.84.1-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=c36234a35f26d38b -C extra-filename=-c36234a35f26d38b --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-1d8f95ba60b42aa6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3577c58acec85ce9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48302025-02-10T18:17:54.181Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48312025-02-10T18:17:54.184Z Running `/home/build/.rustup/toolchains/1.84.1-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=bf9c23faeb5a3aef -C extra-filename=-bf9c23faeb5a3aef --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-bf9c23faeb5a3aef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48322025-02-10T18:17:54.581Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48332025-02-10T18:17:54.585Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d75856550b0511f -C extra-filename=-8d75856550b0511f --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-8d75856550b0511f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-78c8a577620a6f55.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48342025-02-10T18:17:54.673Z Compiling blake2b_simd v1.0.2
48352025-02-10T18:17:54.675Z Running `/home/build/.rustup/toolchains/1.84.1-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=01437c90c84befb4 -C extra-filename=-01437c90c84befb4 --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-2d656f6620a65b51.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-29b276a2b78a8d5a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362025-02-10T18:17:54.980Z Compiling rand_distr v0.4.3
48372025-02-10T18:17:55.012Z Running `/home/build/.rustup/toolchains/1.84.1-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=65e06a1da6d7af80 -C extra-filename=-65e06a1da6d7af80 --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-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48382025-02-10T18:17:55.999Z Compiling approx v0.5.1
48392025-02-10T18:17:56.002Z Running `/home/build/.rustup/toolchains/1.84.1-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=0080552d2b9ae087 -C extra-filename=-0080552d2b9ae087 --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48402025-02-10T18:17:56.286Z Compiling rust-argon2 v2.1.0
48412025-02-10T18:17:56.327Z Running `/home/build/.rustup/toolchains/1.84.1-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=a0b53ed38f6d4e9e -C extra-filename=-a0b53ed38f6d4e9e --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-284d3ffa17b19553.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-01437c90c84befb4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422025-02-10T18:17:58.095Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-8d75856550b0511f/build-script-build`
48432025-02-10T18:17:58.132Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-bf9c23faeb5a3aef/build-script-build`
48442025-02-10T18:17:58.157Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48452025-02-10T18:17:58.164Z Running `/home/build/.rustup/toolchains/1.84.1-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=180a72a257f53935 -C extra-filename=-180a72a257f53935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48462025-02-10T18:17:58.190Z Running `/home/build/.rustup/toolchains/1.84.1-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=5687e96c37821350 -C extra-filename=-5687e96c37821350 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48472025-02-10T18:17:59.255Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48482025-02-10T18:17:59.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=21bdc8e51f0aae52 -C extra-filename=-21bdc8e51f0aae52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48492025-02-10T18:18:00.099Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48502025-02-10T18:18:00.101Z Running `/home/build/.rustup/toolchains/1.84.1-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=bccf9489d4c4f275 -C extra-filename=-bccf9489d4c4f275 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48512025-02-10T18:18:00.414Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48522025-02-10T18:18:00.417Z Running `/home/build/.rustup/toolchains/1.84.1-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=5251648002a98252 -C extra-filename=-5251648002a98252 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48532025-02-10T18:18:02.055Z Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
48542025-02-10T18:18:02.058Z Running `/home/build/.rustup/toolchains/1.84.1-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=fa26e4121e4bf508 -C extra-filename=-fa26e4121e4bf508 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48552025-02-10T18:18:02.894Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48562025-02-10T18:18:02.897Z Running `/home/build/.rustup/toolchains/1.84.1-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=3bb6a32505ce77f1 -C extra-filename=-3bb6a32505ce77f1 --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-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48572025-02-10T18:18:03.597Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48582025-02-10T18:18:03.599Z Running `/home/build/.rustup/toolchains/1.84.1-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=7f8fd7f5ab970676 -C extra-filename=-7f8fd7f5ab970676 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48592025-02-10T18:18:03.869Z Compiling cargo_toml v0.20.5
48602025-02-10T18:18:03.871Z Running `/home/build/.rustup/toolchains/1.84.1-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=9c546dde96f44077 -C extra-filename=-9c546dde96f44077 --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-b6795449d4b8cccb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612025-02-10T18:18:04.213Z Compiling termios v0.3.3
48622025-02-10T18:18:04.237Z Running `/home/build/.rustup/toolchains/1.84.1-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=04318341d3cbb63d -C extra-filename=-04318341d3cbb63d --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632025-02-10T18:18:04.519Z Compiling indoc v2.0.5
48642025-02-10T18:18:04.551Z Running `/home/build/.rustup/toolchains/1.84.1-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=5a4eae7502d3697e -C extra-filename=-5a4eae7502d3697e --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`
48652025-02-10T18:18:05.317Z Running `/home/build/.rustup/toolchains/1.84.1-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=e05fed6907e623c1 -C extra-filename=-e05fed6907e623c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-7f8fd7f5ab970676.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48662025-02-10T18:18:05.660Z Running `/home/build/.rustup/toolchains/1.84.1-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=45ac32dedd4903a9 -C extra-filename=-45ac32dedd4903a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a4eae7502d3697e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
48672025-02-10T18:18:06.150Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48682025-02-10T18:18:06.152Z Running `/home/build/.rustup/toolchains/1.84.1-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=06af471ea7d39560 -C extra-filename=-06af471ea7d39560 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-04318341d3cbb63d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48692025-02-10T18:18:06.176Z Running `/home/build/.rustup/toolchains/1.84.1-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=29fd1bc36adf06e4 -C extra-filename=-29fd1bc36adf06e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-bccf9489d4c4f275.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48702025-02-10T18:18:08.869Z Running `/home/build/.rustup/toolchains/1.84.1-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=380f8f8c781a14d3 -C extra-filename=-380f8f8c781a14d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-21bdc8e51f0aae52.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48712025-02-10T18:18:10.977Z Running `/home/build/.rustup/toolchains/1.84.1-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=80bf7809e726888d -C extra-filename=-80bf7809e726888d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f2461f7897d3b927.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48722025-02-10T18:18:11.566Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48732025-02-10T18:18:11.569Z Running `/home/build/.rustup/toolchains/1.84.1-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=08f882723ec2d935 -C extra-filename=-08f882723ec2d935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9c546dde96f44077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48742025-02-10T18:18:11.680Z Running `/home/build/.rustup/toolchains/1.84.1-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=b51a0879a7a2435b -C extra-filename=-b51a0879a7a2435b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f2461f7897d3b927.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48752025-02-10T18:18:13.475Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
48762025-02-10T18:18:13.479Z Running `/home/build/.rustup/toolchains/1.84.1-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=8e2330e814c451ed -C extra-filename=-8e2330e814c451ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fa26e4121e4bf508.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out`
48772025-02-10T18:18:14.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=dd26e8ac80f97983 -C extra-filename=-dd26e8ac80f97983 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-5251648002a98252.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48782025-02-10T18:18:14.268Z Running `/home/build/.rustup/toolchains/1.84.1-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=c33f216c0d7b170d -C extra-filename=-c33f216c0d7b170d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8cab06b32ce8b7d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a0b53ed38f6d4e9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48792025-02-10T18:18:15.443Z Running `/home/build/.rustup/toolchains/1.84.1-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=4407db6a3926d53d -C extra-filename=-4407db6a3926d53d --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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48802025-02-10T18:18:15.588Z Running `/home/build/.rustup/toolchains/1.84.1-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=1a36fe000fdb7211 -C extra-filename=-1a36fe000fdb7211 --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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48812025-02-10T18:18:16.109Z Running `/home/build/.rustup/toolchains/1.84.1-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=719e60b52be010c1 -C extra-filename=-719e60b52be010c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-180a72a257f53935.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48822025-02-10T18:18:16.683Z Running `/home/build/.rustup/toolchains/1.84.1-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=6856b53e59edea12 -C extra-filename=-6856b53e59edea12 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48832025-02-10T18:18:18.901Z Running `/home/build/.rustup/toolchains/1.84.1-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=0f404d6ac31c26ba -C extra-filename=-0f404d6ac31c26ba --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8a53bef1f81d092d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48842025-02-10T18:18:19.776Z Running `/home/build/.rustup/toolchains/1.84.1-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=f86f53b27be23b28 -C extra-filename=-f86f53b27be23b28 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8a53bef1f81d092d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48852025-02-10T18:18:19.861Z Running `/home/build/.rustup/toolchains/1.84.1-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=7270f627bcb93a8c -C extra-filename=-7270f627bcb93a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8a53bef1f81d092d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48862025-02-10T18:18:20.733Z Running `/home/build/.rustup/toolchains/1.84.1-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=fbea4a1e7ba63516 -C extra-filename=-fbea4a1e7ba63516 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7bc49ee55a12e04b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48872025-02-10T18:18:22.776Z Running `/home/build/.rustup/toolchains/1.84.1-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=510ef6d74fe90784 -C extra-filename=-510ef6d74fe90784 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7bc49ee55a12e04b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48882025-02-10T18:18:23.160Z Running `/home/build/.rustup/toolchains/1.84.1-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=28443c52972833f7 -C extra-filename=-28443c52972833f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7bc49ee55a12e04b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48892025-02-10T18:18:25.454Z Running `/home/build/.rustup/toolchains/1.84.1-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=e118272ef3b6fafb -C extra-filename=-e118272ef3b6fafb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7bc49ee55a12e04b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48902025-02-10T18:18:26.025Z Running `/home/build/.rustup/toolchains/1.84.1-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=637eb05e84cdd0fe -C extra-filename=-637eb05e84cdd0fe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/usr/lib/amd64`
48912025-02-10T18:18:28.333Z Running `/home/build/.rustup/toolchains/1.84.1-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=189ad00e4852a06a -C extra-filename=-189ad00e4852a06a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1697854271117006.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48922025-02-10T18:18:28.465Z Running `/home/build/.rustup/toolchains/1.84.1-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=831c606f3f325295 -C extra-filename=-831c606f3f325295 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1697854271117006.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48932025-02-10T18:18:28.790Z Running `/home/build/.rustup/toolchains/1.84.1-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=bbc9636cf7736889 -C extra-filename=-bbc9636cf7736889 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1697854271117006.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48942025-02-10T18:18:29.940Z Running `/home/build/.rustup/toolchains/1.84.1-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=887f8f60572d2c91 -C extra-filename=-887f8f60572d2c91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48952025-02-10T18:18:31.154Z Running `/home/build/.rustup/toolchains/1.84.1-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=0a2a35ceb0d02e8a -C extra-filename=-0a2a35ceb0d02e8a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48962025-02-10T18:18:33.023Z Running `/home/build/.rustup/toolchains/1.84.1-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=d5fb5b4fd11fa5ba -C extra-filename=-d5fb5b4fd11fa5ba --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-158c77268d1e030c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48972025-02-10T18:18:33.416Z Running `/home/build/.rustup/toolchains/1.84.1-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=212697a7be458e83 -C extra-filename=-212697a7be458e83 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48982025-02-10T18:18:35.903Z Running `/home/build/.rustup/toolchains/1.84.1-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=e44170f311b7022a -C extra-filename=-e44170f311b7022a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48992025-02-10T18:18:39.232Z Running `/home/build/.rustup/toolchains/1.84.1-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=f47313f1733b79b3 -C extra-filename=-f47313f1733b79b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49002025-02-10T18:18:51.783Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
49012025-02-10T18:18:51.786Z Running `/home/build/.rustup/toolchains/1.84.1-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=3e6ff3a62a45fc17 -C extra-filename=-3e6ff3a62a45fc17 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49022025-02-10T18:18:54.065Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
49032025-02-10T18:18:54.122Z Running `/home/build/.rustup/toolchains/1.84.1-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=3eb9ed417647887d -C extra-filename=-3eb9ed417647887d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49042025-02-10T18:18:55.109Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
49052025-02-10T18:18:55.112Z Running `/home/build/.rustup/toolchains/1.84.1-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=44e5b148c512a5fa -C extra-filename=-44e5b148c512a5fa --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-1d8f95ba60b42aa6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49062025-02-10T18:18:57.001Z Running `/home/build/.rustup/toolchains/1.84.1-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=b395d4c44fe2a74a -C extra-filename=-b395d4c44fe2a74a --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49072025-02-10T18:18:59.903Z Running `/home/build/.rustup/toolchains/1.84.1-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=ae39f8f45c8721ce -C extra-filename=-ae39f8f45c8721ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49082025-02-10T18:19:00.196Z Running `/home/build/.rustup/toolchains/1.84.1-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=ae7e48dd48be5ba1 -C extra-filename=-ae7e48dd48be5ba1 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49092025-02-10T18:19:01.105Z Running `/home/build/.rustup/toolchains/1.84.1-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=2c0697ed290b861e -C extra-filename=-2c0697ed290b861e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49102025-02-10T18:19:01.974Z Running `/home/build/.rustup/toolchains/1.84.1-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=e0dab322f087f920 -C extra-filename=-e0dab322f087f920 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49112025-02-10T18:19:02.022Z Running `/home/build/.rustup/toolchains/1.84.1-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=399ba16bc92e5db6 -C extra-filename=-399ba16bc92e5db6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49122025-02-10T18:19:02.170Z Running `/home/build/.rustup/toolchains/1.84.1-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=cb71b5f7dd52be5c -C extra-filename=-cb71b5f7dd52be5c --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-158c77268d1e030c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49132025-02-10T18:19:03.083Z Running `/home/build/.rustup/toolchains/1.84.1-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=868e46f7e1e5c7a0 -C extra-filename=-868e46f7e1e5c7a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49142025-02-10T18:19:03.428Z Running `/home/build/.rustup/toolchains/1.84.1-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=68752a9151b7d1d5 -C extra-filename=-68752a9151b7d1d5 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-158c77268d1e030c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49152025-02-10T18:19:04.671Z Running `/home/build/.rustup/toolchains/1.84.1-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=a911b13de93ce0b5 -C extra-filename=-a911b13de93ce0b5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49162025-02-10T18:19:05.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=914aa5e79c8de690 -C extra-filename=-914aa5e79c8de690 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49172025-02-10T18:19:06.494Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb9df8d216c1b678 -C extra-filename=-eb9df8d216c1b678 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49182025-02-10T18:19:08.730Z Running `/home/build/.rustup/toolchains/1.84.1-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=4aac7e045c2a8cad -C extra-filename=-4aac7e045c2a8cad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49192025-02-10T18:19:13.794Z Running `/home/build/.rustup/toolchains/1.84.1-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=e80710ac8e08424d -C extra-filename=-e80710ac8e08424d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-815fc710707e8f12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49202025-02-10T18:19:16.150Z Running `/home/build/.rustup/toolchains/1.84.1-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=68d9d45de00252ed -C extra-filename=-68d9d45de00252ed --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-1d8f95ba60b42aa6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49212025-02-10T18:19:19.547Z Running `/home/build/.rustup/toolchains/1.84.1-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=c4192161584a3af6 -C extra-filename=-c4192161584a3af6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49222025-02-10T18:19:22.308Z Running `/home/build/.rustup/toolchains/1.84.1-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=bd097984552d9195 -C extra-filename=-bd097984552d9195 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5687e96c37821350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49232025-02-10T18:19:24.519Z Running `/home/build/.rustup/toolchains/1.84.1-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=3ed5dc0ee0608e53 -C extra-filename=-3ed5dc0ee0608e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49242025-02-10T18:19:25.348Z Running `/home/build/.rustup/toolchains/1.84.1-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=a5ed2e384b7d7bd2 -C extra-filename=-a5ed2e384b7d7bd2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-3bb6a32505ce77f1.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49252025-02-10T18:19:29.429Z Running `/home/build/.rustup/toolchains/1.84.1-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=3cadff0bb5bf95c0 -C extra-filename=-3cadff0bb5bf95c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49262025-02-10T18:19:38.726Z Running `/home/build/.rustup/toolchains/1.84.1-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=57285c1a55cb3494 -C extra-filename=-57285c1a55cb3494 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49272025-02-10T18:19:42.258Z Running `/home/build/.rustup/toolchains/1.84.1-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=26723880e81e8faa -C extra-filename=-26723880e81e8faa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49282025-02-10T18:19:45.414Z Running `/home/build/.rustup/toolchains/1.84.1-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=06d69565fae96944 -C extra-filename=-06d69565fae96944 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7f0a003a949ad1bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
49292025-02-10T18:19:50.810Z Running `/home/build/.rustup/toolchains/1.84.1-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=d4e07b116d125a8c -C extra-filename=-d4e07b116d125a8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49302025-02-10T18:19:51.266Z Running `/home/build/.rustup/toolchains/1.84.1-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=de985bc7a701d630 -C extra-filename=-de985bc7a701d630 --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-1cc94bbdaf7555e1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49312025-02-10T18:20:10.303Z Running `/home/build/.rustup/toolchains/1.84.1-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=bc9118fcfd60fbad -C extra-filename=-bc9118fcfd60fbad --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49322025-02-10T18:20:12.106Z Running `/home/build/.rustup/toolchains/1.84.1-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=106bda2c0a57a1de -C extra-filename=-106bda2c0a57a1de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49332025-02-10T18:20:29.455Z Running `/home/build/.rustup/toolchains/1.84.1-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=89097f18b1a1dfe1 -C extra-filename=-89097f18b1a1dfe1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
49342025-02-10T18:20:39.292Z Running `/home/build/.rustup/toolchains/1.84.1-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=e1255fa87e522c6a -C extra-filename=-e1255fa87e522c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49352025-02-10T18:20:42.963Z Running `/home/build/.rustup/toolchains/1.84.1-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=06c93a8f14d54ffc -C extra-filename=-06c93a8f14d54ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f05b67ae17e29d7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49362025-02-10T18:20:45.221Z Running `/home/build/.rustup/toolchains/1.84.1-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=936d6502b6989520 -C extra-filename=-936d6502b6989520 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f05b67ae17e29d7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49372025-02-10T18:20:47.744Z Running `/home/build/.rustup/toolchains/1.84.1-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=4359ed22c9603fe9 -C extra-filename=-4359ed22c9603fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49382025-02-10T18:20:52.877Z Running `/home/build/.rustup/toolchains/1.84.1-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=6c3e365ad546c4ea -C extra-filename=-6c3e365ad546c4ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49392025-02-10T18:20:54.626Z Running `/home/build/.rustup/toolchains/1.84.1-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=1c6d88a8e5a1b73b -C extra-filename=-1c6d88a8e5a1b73b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49402025-02-10T18:20:56.563Z Running `/home/build/.rustup/toolchains/1.84.1-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=e475319bc67d661b -C extra-filename=-e475319bc67d661b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49412025-02-10T18:20:57.257Z Running `/home/build/.rustup/toolchains/1.84.1-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=f51e5de5dee34a8f -C extra-filename=-f51e5de5dee34a8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49422025-02-10T18:20:58.945Z Running `/home/build/.rustup/toolchains/1.84.1-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=7df6702c837f61c1 -C extra-filename=-7df6702c837f61c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49432025-02-10T18:21:01.908Z Running `/home/build/.rustup/toolchains/1.84.1-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=1d89cf025729072b -C extra-filename=-1d89cf025729072b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49442025-02-10T18:21:02.711Z Running `/home/build/.rustup/toolchains/1.84.1-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=d1c4142fc63ee65f -C extra-filename=-d1c4142fc63ee65f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49452025-02-10T18:21:04.483Z Running `/home/build/.rustup/toolchains/1.84.1-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=73d9d7906b8841e8 -C extra-filename=-73d9d7906b8841e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49462025-02-10T18:21:07.049Z Running `/home/build/.rustup/toolchains/1.84.1-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=b9e6d3c165098eac -C extra-filename=-b9e6d3c165098eac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49472025-02-10T18:21:15.911Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49482025-02-10T18:21:15.914Z Running `/home/build/.rustup/toolchains/1.84.1-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=02545ef46acd71d9 -C extra-filename=-02545ef46acd71d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49492025-02-10T18:21:18.433Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc252567d481c435 -C extra-filename=-dc252567d481c435 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49502025-02-10T18:21:21.189Z Running `/home/build/.rustup/toolchains/1.84.1-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=f43bc1ef0fcb988c -C extra-filename=-f43bc1ef0fcb988c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49512025-02-10T18:21:23.222Z Running `/home/build/.rustup/toolchains/1.84.1-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=1df238d9067474b6 -C extra-filename=-1df238d9067474b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49522025-02-10T18:21:23.903Z Running `/home/build/.rustup/toolchains/1.84.1-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=5a18c004e235d609 -C extra-filename=-5a18c004e235d609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49532025-02-10T18:21:25.537Z Running `/home/build/.rustup/toolchains/1.84.1-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=0d3c7d6ee64b7975 -C extra-filename=-0d3c7d6ee64b7975 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49542025-02-10T18:21:26.709Z Running `/home/build/.rustup/toolchains/1.84.1-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=b9f1e50d805a5888 -C extra-filename=-b9f1e50d805a5888 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49552025-02-10T18:21:28.727Z Running `/home/build/.rustup/toolchains/1.84.1-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=63d47b29c9efdaff -C extra-filename=-63d47b29c9efdaff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49562025-02-10T18:21:29.118Z Running `/home/build/.rustup/toolchains/1.84.1-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=36e155251edfaf25 -C extra-filename=-36e155251edfaf25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49572025-02-10T18:21:38.342Z Running `/home/build/.rustup/toolchains/1.84.1-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=31bbd150ffb89cdb -C extra-filename=-31bbd150ffb89cdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49582025-02-10T18:21:48.587Z Running `/home/build/.rustup/toolchains/1.84.1-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=b884a468506f702e -C extra-filename=-b884a468506f702e --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-4994e44d66e160c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49592025-02-10T18:21:49.187Z Running `/home/build/.rustup/toolchains/1.84.1-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=c9c12c962baefdf8 -C extra-filename=-c9c12c962baefdf8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49602025-02-10T18:21:58.161Z Running `/home/build/.rustup/toolchains/1.84.1-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=d7fa6c6f5dd6b397 -C extra-filename=-d7fa6c6f5dd6b397 --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-0425c9eba6be0759.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49612025-02-10T18:22:00.061Z Running `/home/build/.rustup/toolchains/1.84.1-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=25f5062bf1ee0408 -C extra-filename=-25f5062bf1ee0408 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49622025-02-10T18:22:02.996Z Running `/home/build/.rustup/toolchains/1.84.1-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=c0c6d416e44ad0e9 -C extra-filename=-c0c6d416e44ad0e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49632025-02-10T18:22:05.333Z Running `/home/build/.rustup/toolchains/1.84.1-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=de099fdd99613e23 -C extra-filename=-de099fdd99613e23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49642025-02-10T18:22:09.161Z Running `/home/build/.rustup/toolchains/1.84.1-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=50122f8c772e5d86 -C extra-filename=-50122f8c772e5d86 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49652025-02-10T18:22:18.884Z Running `/home/build/.rustup/toolchains/1.84.1-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=425793c026571213 -C extra-filename=-425793c026571213 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49662025-02-10T18:22:29.790Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc035cd36500b900 -C extra-filename=-dc035cd36500b900 --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-c6e3260a4cbe5cfb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49672025-02-10T18:22:33.993Z Running `/home/build/.rustup/toolchains/1.84.1-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=f32681f59fd0d351 -C extra-filename=-f32681f59fd0d351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
49682025-02-10T18:22:38.005Z Running `/home/build/.rustup/toolchains/1.84.1-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=5590f5dd5a37b8bd -C extra-filename=-5590f5dd5a37b8bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49692025-02-10T18:22:38.876Z Running `/home/build/.rustup/toolchains/1.84.1-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=c04a8b37619080c3 -C extra-filename=-c04a8b37619080c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49702025-02-10T18:22:41.692Z Running `/home/build/.rustup/toolchains/1.84.1-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=2ac779b74bd5be66 -C extra-filename=-2ac779b74bd5be66 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49712025-02-10T18:22:47.678Z Running `/home/build/.rustup/toolchains/1.84.1-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=61cc131e2988788e -C extra-filename=-61cc131e2988788e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49722025-02-10T18:22:53.957Z Running `/home/build/.rustup/toolchains/1.84.1-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=e5e5125fdbd852fd -C extra-filename=-e5e5125fdbd852fd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49732025-02-10T18:22:55.033Z Running `/home/build/.rustup/toolchains/1.84.1-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=ec61d6ddebe6a435 -C extra-filename=-ec61d6ddebe6a435 --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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49742025-02-10T18:22:59.061Z Running `/home/build/.rustup/toolchains/1.84.1-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=00986272e1b0d576 -C extra-filename=-00986272e1b0d576 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49752025-02-10T18:23:01.328Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49762025-02-10T18:23:01.354Z Running `/home/build/.rustup/toolchains/1.84.1-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=f02e5bbc173a8fd8 -C extra-filename=-f02e5bbc173a8fd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49772025-02-10T18:23:02.290Z Running `/home/build/.rustup/toolchains/1.84.1-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=8360a82e48bb7969 -C extra-filename=-8360a82e48bb7969 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
49782025-02-10T18:23:04.497Z Running `/home/build/.rustup/toolchains/1.84.1-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=b5250d28fb99f06f -C extra-filename=-b5250d28fb99f06f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49792025-02-10T18:23:08.836Z Running `/home/build/.rustup/toolchains/1.84.1-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=899fb1accbd4f0e3 -C extra-filename=-899fb1accbd4f0e3 --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-6e05b5e06e832c45.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49802025-02-10T18:23:10.891Z Running `/home/build/.rustup/toolchains/1.84.1-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=3876fe5aa559820b -C extra-filename=-3876fe5aa559820b --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-6ee12eca15b81e71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49812025-02-10T18:23:12.935Z Running `/home/build/.rustup/toolchains/1.84.1-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=0fe89803ddd038b9 -C extra-filename=-0fe89803ddd038b9 --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-c6e3260a4cbe5cfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49822025-02-10T18:23:14.233Z Running `/home/build/.rustup/toolchains/1.84.1-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=607c4ac0d6cbc1a3 -C extra-filename=-607c4ac0d6cbc1a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49832025-02-10T18:23:23.906Z Running `/home/build/.rustup/toolchains/1.84.1-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=446b998570db9de8 -C extra-filename=-446b998570db9de8 --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-6beec77675286bc9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49842025-02-10T18:23:32.034Z Running `/home/build/.rustup/toolchains/1.84.1-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=8a75b23941c7239f -C extra-filename=-8a75b23941c7239f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49852025-02-10T18:23:32.428Z Running `/home/build/.rustup/toolchains/1.84.1-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=4b28d3b0651f0c5d -C extra-filename=-4b28d3b0651f0c5d --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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49862025-02-10T18:23:34.125Z Running `/home/build/.rustup/toolchains/1.84.1-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=44ab6e293412c5db -C extra-filename=-44ab6e293412c5db --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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49872025-02-10T18:23:59.762Z Running `/home/build/.rustup/toolchains/1.84.1-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=f063a864c317bed4 -C extra-filename=-f063a864c317bed4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49882025-02-10T18:24:01.484Z Running `/home/build/.rustup/toolchains/1.84.1-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=1f3d5f8f11a1f995 -C extra-filename=-1f3d5f8f11a1f995 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49892025-02-10T18:24:01.575Z Running `/home/build/.rustup/toolchains/1.84.1-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=8b6b212baa466ad2 -C extra-filename=-8b6b212baa466ad2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49902025-02-10T18:24:02.333Z Running `/home/build/.rustup/toolchains/1.84.1-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=a8c64fd27fd81e29 -C extra-filename=-a8c64fd27fd81e29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49912025-02-10T18:24:04.155Z Running `/home/build/.rustup/toolchains/1.84.1-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=d20d5991d18f056a -C extra-filename=-d20d5991d18f056a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49922025-02-10T18:24:04.845Z Running `/home/build/.rustup/toolchains/1.84.1-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=244d933a1a570a23 -C extra-filename=-244d933a1a570a23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49932025-02-10T18:24:07.326Z Running `/home/build/.rustup/toolchains/1.84.1-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=a1c470d20d4eb8f0 -C extra-filename=-a1c470d20d4eb8f0 --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-5ad72f64385d87dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49942025-02-10T18:24:08.017Z Running `/home/build/.rustup/toolchains/1.84.1-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=98a9f23ff072bf7d -C extra-filename=-98a9f23ff072bf7d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49952025-02-10T18:24:14.676Z Running `/home/build/.rustup/toolchains/1.84.1-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=d0141f4d790d7234 -C extra-filename=-d0141f4d790d7234 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
49962025-02-10T18:24:16.373Z Running `/home/build/.rustup/toolchains/1.84.1-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=7bf6eb783acd7287 -C extra-filename=-7bf6eb783acd7287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49972025-02-10T18:24:17.096Z Running `/home/build/.rustup/toolchains/1.84.1-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=91d2fa1de44e979f -C extra-filename=-91d2fa1de44e979f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
49982025-02-10T18:24:19.727Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f1426e23a7439ed -C extra-filename=-6f1426e23a7439ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49992025-02-10T18:24:20.669Z Running `/home/build/.rustup/toolchains/1.84.1-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=237eaac609c29523 -C extra-filename=-237eaac609c29523 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50002025-02-10T18:24:20.870Z Running `/home/build/.rustup/toolchains/1.84.1-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=46a4b7514c6be362 -C extra-filename=-46a4b7514c6be362 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50012025-02-10T18:24:28.873Z Running `/home/build/.rustup/toolchains/1.84.1-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=2fbd41a1681181f5 -C extra-filename=-2fbd41a1681181f5 --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50022025-02-10T18:24:35.906Z Running `/home/build/.rustup/toolchains/1.84.1-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=402f397f9db3d791 -C extra-filename=-402f397f9db3d791 --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-116e3d46dcb2ae19.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50032025-02-10T18:24:37.952Z Running `/home/build/.rustup/toolchains/1.84.1-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=60ad6376330d0717 -C extra-filename=-60ad6376330d0717 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50042025-02-10T18:24:38.113Z Running `/home/build/.rustup/toolchains/1.84.1-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=7d4ca9a6b876f5f2 -C extra-filename=-7d4ca9a6b876f5f2 --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-d86b02db493d8bf5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50052025-02-10T18:24:41.112Z Running `/home/build/.rustup/toolchains/1.84.1-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=bba7609652bb1704 -C extra-filename=-bba7609652bb1704 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50062025-02-10T18:24:41.506Z Running `/home/build/.rustup/toolchains/1.84.1-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=ca405c9dc5524688 -C extra-filename=-ca405c9dc5524688 --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-d86b02db493d8bf5.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50072025-02-10T18:24:44.292Z Running `/home/build/.rustup/toolchains/1.84.1-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=70d6ed17768f3e70 -C extra-filename=-70d6ed17768f3e70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50082025-02-10T18:24:45.282Z Running `/home/build/.rustup/toolchains/1.84.1-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=0baca074803cfb3a -C extra-filename=-0baca074803cfb3a --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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50092025-02-10T18:24:47.727Z Running `/home/build/.rustup/toolchains/1.84.1-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=c8ee96f5b2288c44 -C extra-filename=-c8ee96f5b2288c44 --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-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50102025-02-10T18:24:48.835Z Running `/home/build/.rustup/toolchains/1.84.1-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=bfecbbf4805c6965 -C extra-filename=-bfecbbf4805c6965 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
50112025-02-10T18:24:50.256Z Running `/home/build/.rustup/toolchains/1.84.1-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=dda0a29161dd05f5 -C extra-filename=-dda0a29161dd05f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50122025-02-10T18:25:21.044Z Running `/home/build/.rustup/toolchains/1.84.1-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=875d8b6ce720b0b9 -C extra-filename=-875d8b6ce720b0b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50132025-02-10T18:25:21.044Z Running `/home/build/.rustup/toolchains/1.84.1-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=4cb53ed7b1410630 -C extra-filename=-4cb53ed7b1410630 --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-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50142025-02-10T18:25:26.092Z Running `/home/build/.rustup/toolchains/1.84.1-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=6887c3a1f0ba0692 -C extra-filename=-6887c3a1f0ba0692 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50152025-02-10T18:25:26.532Z Running `/home/build/.rustup/toolchains/1.84.1-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=76ae3816a0608561 -C extra-filename=-76ae3816a0608561 --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-7d5dcfb18a701da2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50162025-02-10T18:25:29.450Z Running `/home/build/.rustup/toolchains/1.84.1-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=553020c7c0b2356a -C extra-filename=-553020c7c0b2356a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
50172025-02-10T18:25:31.693Z Running `/home/build/.rustup/toolchains/1.84.1-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=c0b9233d1a870c1f -C extra-filename=-c0b9233d1a870c1f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50182025-02-10T18:25:37.324Z Running `/home/build/.rustup/toolchains/1.84.1-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=83a4acab1f017f4f -C extra-filename=-83a4acab1f017f4f --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-947e046339c347a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50192025-02-10T18:25:43.698Z Running `/home/build/.rustup/toolchains/1.84.1-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=dc7e2e286864c8dc -C extra-filename=-dc7e2e286864c8dc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50202025-02-10T18:25:44.086Z Running `/home/build/.rustup/toolchains/1.84.1-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=3782d9df01264dd1 -C extra-filename=-3782d9df01264dd1 --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-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50212025-02-10T18:25:46.928Z Running `/home/build/.rustup/toolchains/1.84.1-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=12f8984ac7465b50 -C extra-filename=-12f8984ac7465b50 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50222025-02-10T18:25:49.610Z Running `/home/build/.rustup/toolchains/1.84.1-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=608d08264d9ba517 -C extra-filename=-608d08264d9ba517 --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-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50232025-02-10T18:25:49.672Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb40c3b613e4d001 -C extra-filename=-eb40c3b613e4d001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-22a49b65b3e626e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50242025-02-10T18:25:54.973Z Running `/home/build/.rustup/toolchains/1.84.1-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=8ff35dffcc66dda3 -C extra-filename=-8ff35dffcc66dda3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50252025-02-10T18:25:59.788Z Running `/home/build/.rustup/toolchains/1.84.1-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=b4ee4fe383d62de4 -C extra-filename=-b4ee4fe383d62de4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50262025-02-10T18:26:01.662Z Running `/home/build/.rustup/toolchains/1.84.1-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=1b0ad9c7c3f730f4 -C extra-filename=-1b0ad9c7c3f730f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50272025-02-10T18:26:01.806Z Running `/home/build/.rustup/toolchains/1.84.1-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=eb119cc5c7e404ca -C extra-filename=-eb119cc5c7e404ca --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-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-be70108e30c9f2ea.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50282025-02-10T18:26:03.815Z Running `/home/build/.rustup/toolchains/1.84.1-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=90e31175ab9fef3d -C extra-filename=-90e31175ab9fef3d --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-bf237782be013a6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50292025-02-10T18:26:06.069Z Running `/home/build/.rustup/toolchains/1.84.1-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=e26b2ac3b4dd3bd8 -C extra-filename=-e26b2ac3b4dd3bd8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50302025-02-10T18:26:08.463Z Running `/home/build/.rustup/toolchains/1.84.1-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=31389bf9ddd6b89b -C extra-filename=-31389bf9ddd6b89b --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1b8156833adead2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50312025-02-10T18:26:08.501Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50322025-02-10T18:26:08.515Z Running `/home/build/.rustup/toolchains/1.84.1-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=2f9e5fa314491501 -C extra-filename=-2f9e5fa314491501 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50332025-02-10T18:26:08.861Z Running `/home/build/.rustup/toolchains/1.84.1-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=df7ea4a3e9d35393 -C extra-filename=-df7ea4a3e9d35393 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50342025-02-10T18:26:10.805Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50352025-02-10T18:26:10.808Z Running `/home/build/.rustup/toolchains/1.84.1-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=1cf0691a0582907f -C extra-filename=-1cf0691a0582907f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50362025-02-10T18:26:11.437Z Running `/home/build/.rustup/toolchains/1.84.1-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=5acd24ce459fd52f -C extra-filename=-5acd24ce459fd52f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50372025-02-10T18:26:12.590Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50382025-02-10T18:26:12.593Z Running `/home/build/.rustup/toolchains/1.84.1-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=fd4bf010c8d79855 -C extra-filename=-fd4bf010c8d79855 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50392025-02-10T18:26:12.823Z Running `/home/build/.rustup/toolchains/1.84.1-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=0f8876c2da0eb0d2 -C extra-filename=-0f8876c2da0eb0d2 --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-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50402025-02-10T18:26:13.479Z Running `/home/build/.rustup/toolchains/1.84.1-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=d868687c146f211d -C extra-filename=-d868687c146f211d --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-6f15412de59adf04.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
50412025-02-10T18:26:15.942Z Running `/home/build/.rustup/toolchains/1.84.1-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=09c56461ae9f451b -C extra-filename=-09c56461ae9f451b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50422025-02-10T18:26:42.527Z Running `/home/build/.rustup/toolchains/1.84.1-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=81078fdb0ce59d8f -C extra-filename=-81078fdb0ce59d8f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50432025-02-10T18:26:43.276Z Running `/home/build/.rustup/toolchains/1.84.1-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=89230688c2246a8b -C extra-filename=-89230688c2246a8b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50442025-02-10T18:26:43.457Z Running `/home/build/.rustup/toolchains/1.84.1-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=fb1d142ca22e9d34 -C extra-filename=-fb1d142ca22e9d34 --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-116e3d46dcb2ae19.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50452025-02-10T18:26:44.718Z Running `/home/build/.rustup/toolchains/1.84.1-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=b6a86f05de31a287 -C extra-filename=-b6a86f05de31a287 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/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-dc116badc0c941a2/out/lib`
50462025-02-10T18:26:48.363Z Running `/home/build/.rustup/toolchains/1.84.1-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=6318a1ba9038521e -C extra-filename=-6318a1ba9038521e --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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50472025-02-10T18:26:51.047Z Running `/home/build/.rustup/toolchains/1.84.1-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=507cdee9e5253167 -C extra-filename=-507cdee9e5253167 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50482025-02-10T18:26:58.810Z Running `/home/build/.rustup/toolchains/1.84.1-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=da414327282ea383 -C extra-filename=-da414327282ea383 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50492025-02-10T18:27:00.118Z Running `/home/build/.rustup/toolchains/1.84.1-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=f0becbdbc411b332 -C extra-filename=-f0becbdbc411b332 --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50502025-02-10T18:27:03.983Z Running `/home/build/.rustup/toolchains/1.84.1-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=6a7a97cf176447f0 -C extra-filename=-6a7a97cf176447f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50512025-02-10T18:27:06.196Z Running `/home/build/.rustup/toolchains/1.84.1-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=8457f50f6439c780 -C extra-filename=-8457f50f6439c780 --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-21ea866390417d2b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50522025-02-10T18:27:08.137Z Running `/home/build/.rustup/toolchains/1.84.1-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=c5cba17dea2cd285 -C extra-filename=-c5cba17dea2cd285 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50532025-02-10T18:27:09.743Z Running `/home/build/.rustup/toolchains/1.84.1-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=b93c0ae4902b8bb3 -C extra-filename=-b93c0ae4902b8bb3 --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-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50542025-02-10T18:27:10.916Z Running `/home/build/.rustup/toolchains/1.84.1-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=7b78b6c5be96797b -C extra-filename=-7b78b6c5be96797b --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50552025-02-10T18:27:11.702Z Running `/home/build/.rustup/toolchains/1.84.1-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=2cf4b5550fec3a11 -C extra-filename=-2cf4b5550fec3a11 --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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50562025-02-10T18:27:12.254Z Running `/home/build/.rustup/toolchains/1.84.1-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=fc2b46f3064ba941 -C extra-filename=-fc2b46f3064ba941 --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50572025-02-10T18:27:13.528Z Running `/home/build/.rustup/toolchains/1.84.1-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=1bd9cb16484ff3a6 -C extra-filename=-1bd9cb16484ff3a6 --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-a348374d3d785aec.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50582025-02-10T18:27:13.965Z Running `/home/build/.rustup/toolchains/1.84.1-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=15303729367fd7a6 -C extra-filename=-15303729367fd7a6 --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-6706430bd93b8bc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50592025-02-10T18:27:15.200Z Running `/home/build/.rustup/toolchains/1.84.1-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=8dc7c572266a7ad5 -C extra-filename=-8dc7c572266a7ad5 --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-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50602025-02-10T18:27:16.546Z Running `/home/build/.rustup/toolchains/1.84.1-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=cd12fe2613f148c1 -C extra-filename=-cd12fe2613f148c1 --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-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50612025-02-10T18:27:17.514Z Running `/home/build/.rustup/toolchains/1.84.1-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=3c35a475762a0128 -C extra-filename=-3c35a475762a0128 --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50622025-02-10T18:27:18.600Z Running `/home/build/.rustup/toolchains/1.84.1-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=7d42df04328fe841 -C extra-filename=-7d42df04328fe841 --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-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50632025-02-10T18:27:19.984Z Running `/home/build/.rustup/toolchains/1.84.1-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=7b2c346cc9368162 -C extra-filename=-7b2c346cc9368162 --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-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50642025-02-10T18:27:21.538Z Running `/home/build/.rustup/toolchains/1.84.1-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=6a1a3b386b0c12c3 -C extra-filename=-6a1a3b386b0c12c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50652025-02-10T18:27:22.540Z Running `/home/build/.rustup/toolchains/1.84.1-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=f9510fa206f287c7 -C extra-filename=-f9510fa206f287c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50662025-02-10T18:27:22.894Z Running `/home/build/.rustup/toolchains/1.84.1-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=992c256dafeea157 -C extra-filename=-992c256dafeea157 --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-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50672025-02-10T18:27:23.292Z Running `/home/build/.rustup/toolchains/1.84.1-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=239bfa0e0089b498 -C extra-filename=-239bfa0e0089b498 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50682025-02-10T18:27:23.408Z Running `/home/build/.rustup/toolchains/1.84.1-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=ab7a7b83f29056a9 -C extra-filename=-ab7a7b83f29056a9 --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-c6e3260a4cbe5cfb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50692025-02-10T18:27:23.411Z Running `/home/build/.rustup/toolchains/1.84.1-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=2a392bca9fe72fdc -C extra-filename=-2a392bca9fe72fdc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50702025-02-10T18:27:23.431Z Running `/home/build/.rustup/toolchains/1.84.1-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=641a0cbff60d280b -C extra-filename=-641a0cbff60d280b --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-03e029f2a415749e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50712025-02-10T18:27:24.012Z Running `/home/build/.rustup/toolchains/1.84.1-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=8034371e231d16ce -C extra-filename=-8034371e231d16ce --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-c23dfb9b1834c42c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50722025-02-10T18:27:25.228Z Running `/home/build/.rustup/toolchains/1.84.1-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=b40ebddcb06f9a12 -C extra-filename=-b40ebddcb06f9a12 --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-3dbc5ce76a6f873d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50732025-02-10T18:27:25.964Z Running `/home/build/.rustup/toolchains/1.84.1-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=0142f73e47887b47 -C extra-filename=-0142f73e47887b47 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50742025-02-10T18:27:26.233Z Running `/home/build/.rustup/toolchains/1.84.1-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=8d7ff93de0573c4a -C extra-filename=-8d7ff93de0573c4a --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-3dbc5ce76a6f873d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50752025-02-10T18:27:27.282Z Running `/home/build/.rustup/toolchains/1.84.1-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=cbec00f85e95f0c2 -C extra-filename=-cbec00f85e95f0c2 --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-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50762025-02-10T18:27:27.666Z Running `/home/build/.rustup/toolchains/1.84.1-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=7c1fc97c7da93ff0 -C extra-filename=-7c1fc97c7da93ff0 --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50772025-02-10T18:27:27.771Z Running `/home/build/.rustup/toolchains/1.84.1-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=8dd7f44706fbe1ab -C extra-filename=-8dd7f44706fbe1ab --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-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50782025-02-10T18:27:28.070Z Running `/home/build/.rustup/toolchains/1.84.1-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=5f276a47ed89136c -C extra-filename=-5f276a47ed89136c --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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50792025-02-10T18:27:28.365Z Running `/home/build/.rustup/toolchains/1.84.1-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=8a12197e8d082c5b -C extra-filename=-8a12197e8d082c5b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50802025-02-10T18:27:28.591Z Running `/home/build/.rustup/toolchains/1.84.1-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=550adcddf5f0d3b8 -C extra-filename=-550adcddf5f0d3b8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50812025-02-10T18:27:29.593Z Running `/home/build/.rustup/toolchains/1.84.1-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=9a24f1791f960710 -C extra-filename=-9a24f1791f960710 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50822025-02-10T18:27:29.642Z Running `/home/build/.rustup/toolchains/1.84.1-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=3c2ecf56b21f1346 -C extra-filename=-3c2ecf56b21f1346 --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-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50832025-02-10T18:27:30.921Z Running `/home/build/.rustup/toolchains/1.84.1-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=6c60bee563d4a20a -C extra-filename=-6c60bee563d4a20a --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-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50842025-02-10T18:27:31.103Z Running `/home/build/.rustup/toolchains/1.84.1-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=2a48d7085f4684d9 -C extra-filename=-2a48d7085f4684d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50852025-02-10T18:28:37.994Z Running `/home/build/.rustup/toolchains/1.84.1-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=7e35da40bc8a9119 -C extra-filename=-7e35da40bc8a9119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50862025-02-10T18:28:37.995Z Running `/home/build/.rustup/toolchains/1.84.1-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=7554b74b327f5558 -C extra-filename=-7554b74b327f5558 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f05b67ae17e29d7d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50872025-02-10T18:28:37.995Z Running `/home/build/.rustup/toolchains/1.84.1-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=185811f7e6a48eef -C extra-filename=-185811f7e6a48eef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50882025-02-10T18:28:37.999Z Running `/home/build/.rustup/toolchains/1.84.1-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=6f7604f7ef13fd18 -C extra-filename=-6f7604f7ef13fd18 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
50892025-02-10T18:28:38.012Z Running `/home/build/.rustup/toolchains/1.84.1-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=e17f6f64053544af -C extra-filename=-e17f6f64053544af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50902025-02-10T18:28:41.540Z Running `/home/build/.rustup/toolchains/1.84.1-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=7f1ae4e72d36d8f6 -C extra-filename=-7f1ae4e72d36d8f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50912025-02-10T18:28:43.455Z Running `/home/build/.rustup/toolchains/1.84.1-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=d8c6d9bfc88b7fdf -C extra-filename=-d8c6d9bfc88b7fdf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50922025-02-10T18:28:44.657Z Running `/home/build/.rustup/toolchains/1.84.1-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=856227c3b689ee0d -C extra-filename=-856227c3b689ee0d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50932025-02-10T18:28:48.318Z Running `/home/build/.rustup/toolchains/1.84.1-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=71ceef3f6d7aaf78 -C extra-filename=-71ceef3f6d7aaf78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-815fc710707e8f12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50942025-02-10T18:28:52.086Z Running `/home/build/.rustup/toolchains/1.84.1-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=997accb73d0cae96 -C extra-filename=-997accb73d0cae96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50952025-02-10T18:28:59.072Z Running `/home/build/.rustup/toolchains/1.84.1-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=2886665ddce05b33 -C extra-filename=-2886665ddce05b33 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f05b67ae17e29d7d.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50962025-02-10T18:29:04.267Z Running `/home/build/.rustup/toolchains/1.84.1-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=5f22b263eb75447a -C extra-filename=-5f22b263eb75447a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-815fc710707e8f12.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50972025-02-10T18:29:06.319Z Running `/home/build/.rustup/toolchains/1.84.1-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=4ba1ca91ffa4126a -C extra-filename=-4ba1ca91ffa4126a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/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`
50982025-02-10T19:31:24.417Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 79m 41s
50992025-02-10T19:32:04.386Z
51002025-02-10T19:32:04.391Zreal 1:20:22.352210470
51012025-02-10T19:32:04.391Zuser 2:04:29.519590502
51022025-02-10T19:32:04.391Zsys 24:25.789096438
51032025-02-10T19:32:04.391Ztrap 11.311741688
51042025-02-10T19:32:04.391Ztflt 30.446162339
51052025-02-10T19:32:04.392Zdflt 6:00:37.216952472
51062025-02-10T19:32:04.392Zkflt 1.423277444
51072025-02-10T19:32:04.392Zlock 13:29:34.506423154
51082025-02-10T19:32:04.392Zslp 47:19:00.599573770
51092025-02-10T19:32:04.392Zlat 25:54.720833369
51102025-02-10T19:32:04.392Zstop 10:52.783827558
51112025-02-10T19:32:05.400Z+ banner test
51122025-02-10T19:32:05.441Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
51132025-02-10T19:32:06.378Z
51142025-02-10T19:32:06.378Z ##### ###### #### #####
51152025-02-10T19:32:06.378Z # # # #
51162025-02-10T19:32:06.378Z # ##### #### #
51172025-02-10T19:32:06.378Z # # # #
51182025-02-10T19:32:06.378Z # # # # #
51192025-02-10T19:32:06.378Z # ###### #### #
51202025-02-10T19:32:06.378Z
51212025-02-10T19:32:09.597Zinfo: experimental features enabled: setup-scripts
51222025-02-10T19:32:11.282Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
51232025-02-10T19:32:11.284Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51242025-02-10T19:32:11.470Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
51252025-02-10T19:32:11.491Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51262025-02-10T19:32:28.128Z Finished `test` profile [unoptimized + debuginfo] target(s) in 18.49s
51272025-02-10T19:32:50.643Z────────────
51282025-02-10T19:32:50.643Z Nextest run ID e6a5904d-2392-43be-bb74-2dbde09a6471 with nextest profile: ci
51292025-02-10T19:32:50.643Z Starting 1851 tests across 184 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
51302025-02-10T19:32:50.647Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
51312025-02-10T19:32:51.533Z Compiling newtype-uuid v1.2.1
51322025-02-10T19:32:52.135Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
51332025-02-10T19:32:52.478Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51342025-02-10T19:32:53.101Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51352025-02-10T19:33:01.053Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51362025-02-10T19:33:03.128Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51372025-02-10T19:33:04.818Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51382025-02-10T19:33:10.877Z Finished `test` profile [unoptimized + debuginfo] target(s) in 20.15s
51392025-02-10T19:33:11.000Z Running `target/debug/crdb-seed`
51402025-02-10T19:33:11.044ZFeb 10 19:33:09.664 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmphWTArj
51412025-02-10T19:33:11.049ZFeb 10 19:33:09.664 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmp9fxxNS,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmphWTArj/listen-url
51422025-02-10T19:33:11.049ZFeb 10 19:33:09.666 INFO cockroach environment: BUILDOMAT_JOB_ID=01JKRGFR08CC756J6V7DANHZ5P BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.1-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=584d88c7e62cbb259fe1b7c8cafee5ceaae065dd 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-9c77913d5fb9ece9/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env0XgwPL NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=e6a5904d-2392-43be-bb74-2dbde09a6471 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.1-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
51432025-02-10T19:33:12.151ZFeb 10 19:33:10.771 INFO cockroach pid: 9208
51442025-02-10T19:33:12.151ZFeb 10 19:33:10.771 INFO cockroach listen URL: postgresql://root@[::1]:50245/omicron?sslmode=disable
51452025-02-10T19:33:12.151ZFeb 10 19:33:10.771 INFO cockroach: populating
51462025-02-10T19:33:14.090ZFeb 10 19:33:12.710 INFO cockroach: populated
51472025-02-10T19:33:15.034ZFeb 10 19:33:13.654 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/9d61bf014aecce051164f4ff8ac4d74c8acfe1ffe2a790dce6324fc94abc9280.tar`
51482025-02-10T19:33:15.038Z SETUP PASS [ 24.392s] crdb-seed: cargo run -p crdb-seed --profile test
51492025-02-10T19:33:15.041Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51502025-02-10T19:33:15.866Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51512025-02-10T19:33:15.869Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51522025-02-10T19:33:15.869Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51532025-02-10T19:33:15.869Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51542025-02-10T19:33:15.980Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51552025-02-10T19:33:18.083Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51562025-02-10T19:33:18.157Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51572025-02-10T19:33:21.048Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51582025-02-10T19:33:22.835Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51592025-02-10T19:33:29.937Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.82s
51602025-02-10T19:33:30.064Z Running `target/debug/clickhouse-cluster-dev`
51612025-02-10T19:33:30.109ZFeb 10 19:33:28.728 INFO Setting up a ClickHouse cluster
51622025-02-10T19:33:30.111ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51632025-02-10T19:33:30.119ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51642025-02-10T19:33:30.122ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51652025-02-10T19:33:30.124ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51662025-02-10T19:33:30.127ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51672025-02-10T19:33:34.050ZFeb 10 19:33:32.668 INFO ClickHouse server ready
51682025-02-10T19:33:34.053ZFeb 10 19:33:32.668 INFO ClickHouse server ready
51692025-02-10T19:33:34.258ZFeb 10 19:33:32.876 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51702025-02-10T19:33:34.263Z SETUP PASS [ 19.222s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51712025-02-10T19:33:34.294Z PASS [ 0.031s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51722025-02-10T19:33:34.298Z PASS [ 0.033s] api_identity test::test_identity
51732025-02-10T19:33:34.298Z PASS [ 0.032s] api_identity test::test_identity_no_field
51742025-02-10T19:33:34.310Z PASS [ 0.046s] bootstore schemes::tests::hello_roundtrip
51752025-02-10T19:33:34.313Z PASS [ 0.046s] bootstore schemes::v0::share_pkg::tests::create_packages
51762025-02-10T19:33:34.326Z PASS [ 0.029s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51772025-02-10T19:33:34.329Z PASS [ 0.063s] authz-macros tests::test_authz_snapshots
51782025-02-10T19:33:34.367Z PASS [ 0.040s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51792025-02-10T19:33:34.369Z PASS [ 0.040s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51802025-02-10T19:33:34.378Z PASS [ 0.114s] bootstore schemes::v0::peer::tests::network_config
51812025-02-10T19:33:34.390Z PASS [ 0.023s] clickana chart::tests::gather_chart_data_for_query_count_success
51822025-02-10T19:33:34.396Z PASS [ 0.029s] clickana chart::tests::gather_chart_data_for_running_queries_success
51832025-02-10T19:33:34.438Z PASS [ 0.041s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51842025-02-10T19:33:34.446Z PASS [ 0.056s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51852025-02-10T19:33:34.453Z PASS [ 0.074s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51862025-02-10T19:33:34.461Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_output_parse_fail
51872025-02-10T19:33:34.467Z PASS [ 0.021s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51882025-02-10T19:33:34.476Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51892025-02-10T19:33:34.485Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51902025-02-10T19:33:34.492Z PASS [ 0.022s] clickhouse-admin-types tests::test_full_lgif_parse_success
51912025-02-10T19:33:34.499Z PASS [ 0.023s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51922025-02-10T19:33:34.521Z PASS [ 0.022s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51932025-02-10T19:33:34.529Z PASS [ 0.043s] clickhouse-admin-types tests::test_generate_keeper_config
51942025-02-10T19:33:34.532Z PASS [ 0.038s] clickhouse-admin-types tests::test_generate_replica_config
51952025-02-10T19:33:34.544Z PASS [ 0.022s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51962025-02-10T19:33:34.551Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51972025-02-10T19:33:34.556Z PASS [ 0.025s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51982025-02-10T19:33:34.558Z PASS [ 0.245s] cert-dev::test-cert-dev test_cert_create
51992025-02-10T19:33:34.565Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
52002025-02-10T19:33:34.574Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
52012025-02-10T19:33:34.579Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
52022025-02-10T19:33:34.582Z PASS [ 0.023s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
52032025-02-10T19:33:34.588Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
52042025-02-10T19:33:34.594Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
52052025-02-10T19:33:34.601Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
52062025-02-10T19:33:34.606Z PASS [ 0.026s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
52072025-02-10T19:33:34.610Z PASS [ 0.019s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
52082025-02-10T19:33:34.616Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
52092025-02-10T19:33:34.624Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
52102025-02-10T19:33:34.629Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
52112025-02-10T19:33:34.634Z PASS [ 0.023s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
52122025-02-10T19:33:34.639Z PASS [ 0.022s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
52132025-02-10T19:33:34.644Z PASS [ 0.019s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
52142025-02-10T19:33:34.783Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
52152025-02-10T19:33:34.787Z PASS [ 0.020s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
52162025-02-10T19:33:34.787Z PASS [ 0.021s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
52172025-02-10T19:33:34.787Z PASS [ 0.020s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
52182025-02-10T19:33:34.788Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
52192025-02-10T19:33:34.788Z PASS [ 0.020s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
52202025-02-10T19:33:34.788Z PASS [ 0.018s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
52212025-02-10T19:33:34.788Z PASS [ 0.018s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
52222025-02-10T19:33:34.788Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
52232025-02-10T19:33:34.788Z PASS [ 0.076s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
52242025-02-10T19:33:34.788Z PASS [ 0.087s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
52252025-02-10T19:33:34.815Z PASS [ 0.504s] clickana chart::tests::gather_chart_data_failure
52262025-02-10T19:33:34.899Z PASS [ 0.083s] db-macros lookup::test::test_lookup_snapshots
52272025-02-10T19:33:34.917Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_for_enums
52282025-02-10T19:33:34.935Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
52292025-02-10T19:33:34.954Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
52302025-02-10T19:33:34.970Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
52312025-02-10T19:33:34.989Z PASS [ 0.018s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
52322025-02-10T19:33:34.994Z PASS [ 0.288s] db-dev::test-db-dev test_db_dev_populate_no_args
52332025-02-10T19:33:34.997Z PASS [ 0.276s] db-dev::test-db-dev test_db_dev_wipe_no_args
52342025-02-10T19:33:35.016Z PASS [ 0.027s] db-macros tests::test_derive_snapshots
52352025-02-10T19:33:35.016Z PASS [ 0.021s] db-macros tests::test_derive_with_unknown_field
52362025-02-10T19:33:35.242Z PASS [ 0.225s] dns-server storage::test::test_update_in_progress
52372025-02-10T19:33:35.250Z PASS [ 0.233s] dns-server storage::test::test_update_interrupted
52382025-02-10T19:33:35.257Z PASS [ 0.262s] dns-server storage::test::test_update_basic
52392025-02-10T19:33:35.384Z PASS [ 1.120s] bootstore schemes::v0::peer::tests::basic_3_nodes
52402025-02-10T19:33:35.752Z PASS [ 0.367s] dns-server::basic_test empty_record
52412025-02-10T19:33:35.754Z PASS [ 0.494s] dns-server::basic_test answers_match_question
52422025-02-10T19:33:35.754Z PASS [ 0.501s] dns-server::basic_test aaaa_crud
52432025-02-10T19:33:35.754Z PASS [ 0.509s] dns-server::basic_test a_crud
52442025-02-10T19:33:35.987Z PASS [ 0.235s] dns-server::basic_test nxdomain
52452025-02-10T19:33:36.001Z PASS [ 0.249s] dns-server::basic_test multi_record_crud
52462025-02-10T19:33:36.020Z PASS [ 0.268s] dns-server::basic_test name_contains_zone
52472025-02-10T19:33:36.045Z PASS [ 0.293s] dns-server::basic_test servfail
52482025-02-10T19:33:36.089Z PASS [ 0.042s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52492025-02-10T19:33:36.092Z PASS [ 0.067s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52502025-02-10T19:33:36.179Z PASS [ 0.090s] illumos-utils destructor::test::test_delayed_delete
52512025-02-10T19:33:36.219Z PASS [ 0.231s] dns-server::basic_test srv_crud
52522025-02-10T19:33:36.226Z PASS [ 0.047s] illumos-utils destructor::test::test_destructor_bad_close
52532025-02-10T19:33:36.252Z PASS [ 0.032s] illumos-utils link::test::test_allocate
52542025-02-10T19:33:36.259Z PASS [ 0.032s] illumos-utils link::test::test_allocate_within_scopes
52552025-02-10T19:33:36.280Z PASS [ 0.028s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52562025-02-10T19:33:36.295Z PASS [ 0.035s] illumos-utils zfs::test::parse_dataset_bad_avail
52572025-02-10T19:33:36.312Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_quota
52582025-02-10T19:33:36.324Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_bad_reservation
52592025-02-10T19:33:36.342Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_bad_usage
52602025-02-10T19:33:36.357Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_uuid
52612025-02-10T19:33:36.369Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_missing_fields
52622025-02-10T19:33:36.386Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_props
52632025-02-10T19:33:36.395Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52642025-02-10T19:33:36.416Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_too_many_columns
52652025-02-10T19:33:36.425Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52662025-02-10T19:33:36.444Z PASS [ 0.027s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52672025-02-10T19:33:36.451Z PASS [ 0.026s] illumos-utils zfs::test::parse_quota_ignored_if_default
52682025-02-10T19:33:36.476Z PASS [ 0.032s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52692025-02-10T19:33:36.483Z PASS [ 0.032s] illumos-utils zfs::test::parse_sorts_and_dedups
52702025-02-10T19:33:36.509Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool
52712025-02-10T19:33:36.516Z PASS [ 0.039s] illumos-utils zone::tests::test_parse_ip_network
52722025-02-10T19:33:36.541Z PASS [ 0.032s] illumos-utils zpool::test::test_parse_zpool_missing_column
52732025-02-10T19:33:36.647Z PASS [ 2.350s] bootstore::v0-fsm-proptest-learner run
52742025-02-10T19:33:36.693Z PASS [ 0.604s] illumos-utils destructor::test::test_delayed_delete_with_error
52752025-02-10T19:33:36.881Z PASS [ 0.233s] installinator-common block_size_writer::tests::proptest_block_writer
52762025-02-10T19:33:37.592Z PASS [ 0.700s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52772025-02-10T19:33:37.606Z PASS [ 0.902s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52782025-02-10T19:33:38.029Z PASS [ 0.444s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52792025-02-10T19:33:38.109Z PASS [ 0.511s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52802025-02-10T19:33:38.359Z PASS [ 0.332s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52812025-02-10T19:33:38.409Z PASS [ 0.302s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52822025-02-10T19:33:38.459Z PASS [ 0.049s] internal-dns-types config::test::display_hosts
52832025-02-10T19:33:38.489Z PASS [ 0.030s] internal-dns-types config::test::display_srv_service
52842025-02-10T19:33:38.719Z PASS [ 0.230s] internal-dns-types config::test::test_builder_errors
52852025-02-10T19:33:38.733Z PASS [ 0.374s] internal-dns-resolver resolver::test::update_record
52862025-02-10T19:33:38.786Z PASS [ 0.067s] internal-dns-types config::test::test_builder_output
52872025-02-10T19:33:38.802Z PASS [ 0.068s] internal-dns-types diff::test::diff_different
52882025-02-10T19:33:38.836Z PASS [ 0.049s] internal-dns-types diff::test::diff_equivalent
52892025-02-10T19:33:38.852Z PASS [ 0.049s] internal-dns-types diff::test::diff_invalid
52902025-02-10T19:33:38.855Z PASS [ 2.311s] installinator write::tests::proptest_write_artifact
52912025-02-10T19:33:38.922Z PASS [ 0.069s] ipcc tests::serialized_size
52922025-02-10T19:33:38.932Z PASS [ 0.079s] ipcc tests::installinator_image_id_round_trip
52932025-02-10T19:33:38.934Z PASS [ 0.096s] ipcc tests::deserialize_fixed_value
52942025-02-10T19:33:38.999Z PASS [ 0.066s] key-manager tests::disk_encryption_key_epoch_0
52952025-02-10T19:33:38.999Z PASS [ 0.076s] key-manager tests::different_disks_produce_different_keys
52962025-02-10T19:33:38.999Z PASS [ 0.059s] key-manager tests::different_ikm_produces_different_keys
52972025-02-10T19:33:39.029Z PASS [ 0.030s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52982025-02-10T19:33:39.116Z PASS [ 0.086s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52992025-02-10T19:33:39.135Z PASS [ 0.136s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
53002025-02-10T19:33:39.138Z PASS [ 0.136s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
53012025-02-10T19:33:39.156Z PASS [ 0.040s] nexus-auth authn::external::session_cookie::test::test_get_token
53022025-02-10T19:33:39.167Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
53032025-02-10T19:33:39.180Z PASS [ 0.044s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
53042025-02-10T19:33:39.194Z PASS [ 0.037s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
53052025-02-10T19:33:39.210Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_other_cookie
53062025-02-10T19:33:39.216Z PASS [ 0.035s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
53072025-02-10T19:33:39.236Z PASS [ 0.042s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
53082025-02-10T19:33:39.250Z PASS [ 0.039s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
53092025-02-10T19:33:39.256Z PASS [ 0.039s] nexus-auth authn::external::spoof::test::test_make_header_value
53102025-02-10T19:33:39.272Z PASS [ 0.034s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
53112025-02-10T19:33:39.297Z PASS [ 0.045s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
53122025-02-10T19:33:39.303Z PASS [ 0.046s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
53132025-02-10T19:33:39.315Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
53142025-02-10T19:33:39.333Z PASS [ 0.036s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
53152025-02-10T19:33:39.345Z PASS [ 0.042s] nexus-auth authn::external::test::test_authn_sequence
53162025-02-10T19:33:39.364Z PASS [ 0.048s] nexus-auth authn::external::token::test::test_make_header_value
53172025-02-10T19:33:39.364Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
53182025-02-10T19:33:39.389Z PASS [ 0.043s] nexus-auth authn::external::token::test::test_token_header_missing
53192025-02-10T19:33:39.396Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_valid
53202025-02-10T19:33:39.399Z PASS [ 5.098s] bootstore::v0-fsm-proptest-rack-coordinator run
53212025-02-10T19:33:39.430Z PASS [ 0.066s] nexus-auth authn::test::test_internal_users
53222025-02-10T19:33:39.462Z PASS [ 0.066s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
53232025-02-10T19:33:39.491Z PASS [ 0.094s] nexus-auth context::test::test_background_context
53242025-02-10T19:33:39.494Z PASS [ 0.061s] nexus-auth context::test::test_child_context
53252025-02-10T19:33:39.511Z PASS [ 0.121s] nexus-auth authz::context::test::test_unregistered_resource
53262025-02-10T19:33:39.528Z PASS [ 0.066s] nexus-auth context::test::test_test_context
53272025-02-10T19:33:39.562Z PASS [ 0.034s] nexus-config nexus_config::test::test_config_nonexistent
53282025-02-10T19:33:39.574Z PASS [ 0.082s] nexus-config nexus_config::test::test_config_bad_toml
53292025-02-10T19:33:39.584Z PASS [ 0.072s] nexus-config nexus_config::test::test_config_empty
53302025-02-10T19:33:39.614Z PASS [ 4.881s] db-dev::test-db-dev test_db_killed
53312025-02-10T19:33:39.622Z PASS [ 0.130s] nexus-config nexus_config::test::test_bad_authn_schemes
53322025-02-10T19:33:39.628Z PASS [ 0.053s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
53332025-02-10T19:33:39.638Z PASS [ 0.074s] nexus-config nexus_config::test::test_deployment_config_schema
53342025-02-10T19:33:39.652Z PASS [ 0.029s] nexus-config postgres_config::test::test_bad_url
53352025-02-10T19:33:39.658Z PASS [ 0.024s] nexus-config postgres_config::test::test_example_url
53362025-02-10T19:33:39.660Z PASS [ 3.657s] dns-server::commands_test test_dnsadm
53372025-02-10T19:33:39.660Z PASS [ 0.075s] nexus-config nexus_config::test::test_repo_configs_are_valid
53382025-02-10T19:33:39.666Z PASS [ 0.051s] nexus-config nexus_config::test::test_valid
53392025-02-10T19:33:39.681Z PASS [ 0.041s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53402025-02-10T19:33:39.693Z PASS [ 0.033s] nexus-db-fixed-data test::test_allowlist_id_is_valid
53412025-02-10T19:33:39.696Z PASS [ 0.043s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53422025-02-10T19:33:39.707Z PASS [ 0.041s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53432025-02-10T19:33:39.720Z PASS [ 0.041s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53442025-02-10T19:33:39.727Z PASS [ 0.067s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53452025-02-10T19:33:39.734Z PASS [ 0.039s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53462025-02-10T19:33:39.742Z PASS [ 0.062s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53472025-02-10T19:33:39.757Z PASS [ 0.036s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53482025-02-10T19:33:39.765Z PASS [ 0.056s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53492025-02-10T19:33:39.771Z PASS [ 0.077s] nexus-db-model device_auth::test::test_generate_user_code
53502025-02-10T19:33:39.774Z PASS [ 0.037s] nexus-db-model schema_versions::test::test_known_versions
53512025-02-10T19:33:39.784Z PASS [ 0.056s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53522025-02-10T19:33:39.784Z PASS [ 0.041s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53532025-02-10T19:33:39.797Z PASS [ 0.037s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53542025-02-10T19:33:39.801Z PASS [ 0.030s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53552025-02-10T19:33:39.817Z PASS [ 0.029s] nexus-db-model semver_version::test::test_to_from_sortable_string
53562025-02-10T19:33:39.820Z PASS [ 0.032s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53572025-02-10T19:33:39.820Z PASS [ 0.044s] nexus-db-model schema_versions::test::test_verify
53582025-02-10T19:33:39.825Z PASS [ 0.040s] nexus-db-model tests::test_ipv6_net_random_subnet
53592025-02-10T19:33:39.834Z PASS [ 0.033s] nexus-db-model tests::test_roles_database_strings
53602025-02-10T19:33:39.837Z PASS [ 0.037s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53612025-02-10T19:33:39.852Z PASS [ 0.034s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53622025-02-10T19:33:39.852Z PASS [ 0.035s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53632025-02-10T19:33:40.402Z PASS [ 3.885s] installinator mock_peers::tests::proptest_fetch_artifact
53642025-02-10T19:33:43.129Z PASS [ 3.286s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53652025-02-10T19:33:43.194Z PASS [ 3.352s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53662025-02-10T19:33:43.252Z PASS [ 3.398s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53672025-02-10T19:33:43.369Z PASS [ 3.550s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53682025-02-10T19:33:43.415Z PASS [ 0.046s] nexus-db-queries db::collection_attach::test::test_verify_query
53692025-02-10T19:33:43.520Z PASS [ 3.117s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53702025-02-10T19:33:43.568Z PASS [ 3.709s] nexus-db-queries db::collection_attach::test::test_attach_once
53712025-02-10T19:33:43.646Z PASS [ 3.804s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53722025-02-10T19:33:45.936Z PASS [ 2.802s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53732025-02-10T19:33:46.099Z PASS [ 2.529s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53742025-02-10T19:33:46.218Z PASS [ 2.965s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53752025-02-10T19:33:46.266Z PASS [ 0.048s] nexus-db-queries db::collection_detach::test::test_verify_query
53762025-02-10T19:33:46.422Z PASS [ 3.005s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53772025-02-10T19:33:46.491Z PASS [ 3.297s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53782025-02-10T19:33:46.613Z PASS [ 3.091s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53792025-02-10T19:33:46.740Z PASS [ 3.100s] nexus-db-queries db::collection_detach::test::test_detach_once
53802025-02-10T19:33:48.889Z PASS [ 2.789s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53812025-02-10T19:33:48.961Z PASS [ 3.031s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53822025-02-10T19:33:48.996Z PASS [ 2.730s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53832025-02-10T19:33:49.116Z PASS [ 2.696s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53842025-02-10T19:33:49.167Z PASS [ 0.050s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53852025-02-10T19:33:49.693Z PASS [ 3.202s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53862025-02-10T19:33:49.775Z PASS [ 3.035s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53872025-02-10T19:33:49.814Z PASS [ 3.202s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53882025-02-10T19:33:49.823Z PASS [ 0.048s] nexus-db-queries db::collection_insert::test::test_verify_query
53892025-02-10T19:33:49.858Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53902025-02-10T19:33:49.868Z PASS [ 0.044s] nexus-db-queries db::column_walker::test::test_walk_columns
53912025-02-10T19:33:49.908Z PASS [ 0.051s] nexus-db-queries db::column_walker::test::test_walk_table
53922025-02-10T19:33:50.946Z PASS [ 16.206s] db-dev::test-db-dev test_db_run
53932025-02-10T19:33:51.514Z PASS [ 2.346s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53942025-02-10T19:33:51.684Z PASS [ 2.794s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53952025-02-10T19:33:51.705Z PASS [ 2.708s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53962025-02-10T19:33:51.832Z PASS [ 2.871s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53972025-02-10T19:33:51.835Z PASS [ 2.139s] nexus-db-queries db::collection_insert::test::test_collection_present
53982025-02-10T19:33:53.620Z PASS [ 1.785s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53992025-02-10T19:33:53.633Z PASS [ 3.758s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
54002025-02-10T19:33:53.814Z PASS [ 3.905s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
54012025-02-10T19:33:54.886Z PASS [ 3.052s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
54022025-02-10T19:33:55.422Z PASS [ 4.475s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
54032025-02-10T19:33:55.712Z PASS [ 4.028s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
54042025-02-10T19:33:55.892Z PASS [ 4.373s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
54052025-02-10T19:33:56.104Z PASS [ 2.469s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
54062025-02-10T19:33:56.122Z PASS [ 4.397s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
54072025-02-10T19:33:58.716Z PASS [ 4.901s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
54082025-02-10T19:33:59.067Z PASS [ 5.439s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
54092025-02-10T19:33:59.131Z PASS [ 0.063s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
54102025-02-10T19:33:59.353Z PASS [ 4.466s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
54112025-02-10T19:34:00.109Z PASS [ 4.396s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
54122025-02-10T19:34:00.469Z PASS [ 4.379s] nexus-db-queries db::datastore::deployment::tests::test_set_target
54132025-02-10T19:34:00.689Z PASS [ 5.266s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
54142025-02-10T19:34:00.798Z PASS [ 4.910s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
54152025-02-10T19:34:00.974Z PASS [ 4.870s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
54162025-02-10T19:34:03.105Z PASS [ 4.389s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
54172025-02-10T19:34:03.506Z PASS [ 4.375s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
54182025-02-10T19:34:03.987Z PASS [ 4.633s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
54192025-02-10T19:34:04.861Z PASS [ 4.391s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
54202025-02-10T19:34:04.868Z PASS [ 4.068s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
54212025-02-10T19:34:04.979Z PASS [ 4.289s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
54222025-02-10T19:34:05.571Z PASS [ 5.462s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
54232025-02-10T19:34:05.937Z PASS [ 4.962s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
54242025-02-10T19:34:08.102Z PASS [ 4.595s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
54252025-02-10T19:34:08.530Z PASS [ 4.542s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
54262025-02-10T19:34:09.171Z PASS [ 4.302s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
54272025-02-10T19:34:09.368Z PASS [ 4.388s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
54282025-02-10T19:34:09.479Z PASS [ 4.618s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
54292025-02-10T19:34:09.553Z PASS [ 6.446s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
54302025-02-10T19:34:09.706Z PASS [ 4.134s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
54312025-02-10T19:34:10.159Z PASS [ 4.221s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
54322025-02-10T19:34:12.906Z PASS [ 4.803s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
54332025-02-10T19:34:12.961Z PASS [ 4.431s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
54342025-02-10T19:34:13.837Z PASS [ 4.130s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
54352025-02-10T19:34:13.978Z PASS [ 4.499s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
54362025-02-10T19:34:13.985Z PASS [ 4.813s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
54372025-02-10T19:34:14.216Z PASS [ 4.662s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
54382025-02-10T19:34:14.717Z PASS [ 4.557s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54392025-02-10T19:34:16.051Z PASS [ 6.682s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54402025-02-10T19:34:17.336Z PASS [ 4.374s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54412025-02-10T19:34:17.738Z PASS [ 3.900s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54422025-02-10T19:34:18.219Z PASS [ 4.240s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54432025-02-10T19:34:18.398Z PASS [ 4.411s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54442025-02-10T19:34:18.646Z PASS [ 3.929s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54452025-02-10T19:34:18.956Z PASS [ 6.048s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54462025-02-10T19:34:19.221Z PASS [ 5.004s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54472025-02-10T19:34:21.370Z PASS [ 5.318s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54482025-02-10T19:34:22.125Z PASS [ 4.387s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54492025-02-10T19:34:22.621Z PASS [ 4.222s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54502025-02-10T19:34:23.050Z PASS [ 4.402s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54512025-02-10T19:34:23.358Z PASS [ 4.401s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54522025-02-10T19:34:23.683Z PASS [ 4.462s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54532025-02-10T19:34:25.741Z PASS [ 4.370s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54542025-02-10T19:34:27.056Z PASS [ 4.930s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54552025-02-10T19:34:27.123Z PASS [ 4.501s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54562025-02-10T19:34:28.089Z PASS [ 5.039s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54572025-02-10T19:34:28.336Z PASS [ 4.652s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54582025-02-10T19:34:29.476Z PASS [ 6.117s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54592025-02-10T19:34:29.526Z PASS [ 0.049s] nexus-db-queries db::datastore::region::test::test_extent_count
54602025-02-10T19:34:30.079Z PASS [ 4.337s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54612025-02-10T19:34:30.848Z PASS [ 13.509s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54622025-02-10T19:34:31.739Z PASS [ 4.682s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54632025-02-10T19:34:32.147Z PASS [ 5.023s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54642025-02-10T19:34:32.346Z PASS [ 4.009s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54652025-02-10T19:34:33.176Z PASS [ 5.086s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54662025-02-10T19:34:33.847Z PASS [ 4.318s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54672025-02-10T19:34:34.217Z PASS [ 4.137s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54682025-02-10T19:34:35.125Z PASS [ 4.277s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54692025-02-10T19:34:36.141Z PASS [ 4.402s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54702025-02-10T19:34:36.280Z PASS [ 3.933s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54712025-02-10T19:34:36.371Z PASS [ 4.223s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54722025-02-10T19:34:37.419Z PASS [ 4.243s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54732025-02-10T19:34:38.007Z PASS [ 4.162s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54742025-02-10T19:34:38.382Z PASS [ 4.164s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54752025-02-10T19:34:39.536Z PASS [ 4.410s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54762025-02-10T19:34:40.323Z PASS [ 4.181s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
54772025-02-10T19:34:40.385Z PASS [ 4.104s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
54782025-02-10T19:34:40.506Z PASS [ 4.134s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54792025-02-10T19:34:41.365Z PASS [ 23.144s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54802025-02-10T19:34:41.805Z PASS [ 4.385s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54812025-02-10T19:34:41.956Z PASS [ 3.948s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54822025-02-10T19:34:42.626Z PASS [ 4.244s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54832025-02-10T19:34:43.909Z PASS [ 4.373s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54842025-02-10T19:34:44.551Z PASS [ 4.227s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54852025-02-10T19:34:45.448Z PASS [ 5.061s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54862025-02-10T19:34:45.683Z PASS [ 5.176s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54872025-02-10T19:34:46.218Z PASS [ 4.851s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54882025-02-10T19:34:46.455Z PASS [ 4.498s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54892025-02-10T19:34:47.219Z PASS [ 4.592s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54902025-02-10T19:34:48.122Z PASS [ 4.212s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54912025-02-10T19:34:49.483Z PASS [ 4.931s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54922025-02-10T19:34:50.974Z PASS [ 9.167s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54932025-02-10T19:34:51.611Z PASS [ 6.163s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54942025-02-10T19:34:51.716Z PASS [ 4.497s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54952025-02-10T19:34:51.909Z PASS [ 6.225s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54962025-02-10T19:34:52.195Z PASS [ 4.072s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54972025-02-10T19:34:52.406Z PASS [ 6.188s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54982025-02-10T19:34:52.458Z PASS [ 6.002s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54992025-02-10T19:34:53.426Z PASS [ 3.942s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
55002025-02-10T19:34:55.529Z PASS [ 4.555s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
55012025-02-10T19:34:56.073Z PASS [ 4.461s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
55022025-02-10T19:34:56.259Z PASS [ 4.350s] nexus-db-queries db::datastore::test::test_project_creation
55032025-02-10T19:34:56.317Z PASS [ 4.121s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
55042025-02-10T19:34:56.380Z PASS [ 4.663s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
55052025-02-10T19:34:56.995Z PASS [ 4.587s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
55062025-02-10T19:34:57.709Z PASS [ 4.282s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
55072025-02-10T19:35:00.625Z PASS [ 5.095s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
55082025-02-10T19:35:00.716Z PASS [ 4.642s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
55092025-02-10T19:35:02.139Z PASS [ 4.429s] nexus-db-queries db::datastore::test::test_session_methods
55102025-02-10T19:35:02.443Z PASS [ 9.983s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
55112025-02-10T19:35:04.936Z PASS [ 4.219s] nexus-db-queries db::datastore::test::test_ssh_keys
55122025-02-10T19:35:05.048Z PASS [ 8.730s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
55132025-02-10T19:35:05.048Z PASS [ 4.422s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
55142025-02-10T19:35:06.148Z PASS [ 9.888s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
55152025-02-10T19:35:06.200Z PASS [ 4.061s] nexus-db-queries db::datastore::test::test_table_scan
55162025-02-10T19:35:06.598Z PASS [ 4.154s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
55172025-02-10T19:35:06.609Z PASS [ 10.228s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
55182025-02-10T19:35:06.650Z PASS [ 9.655s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
55192025-02-10T19:35:06.699Z PASS [ 0.048s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
55202025-02-10T19:35:06.745Z PASS [ 0.045s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
55212025-02-10T19:35:09.437Z PASS [ 4.500s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
55222025-02-10T19:35:09.563Z PASS [ 4.515s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
55232025-02-10T19:35:09.677Z PASS [ 4.628s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
55242025-02-10T19:35:10.153Z PASS [ 3.952s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
55252025-02-10T19:35:10.550Z PASS [ 4.401s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
55262025-02-10T19:35:10.664Z PASS [ 4.065s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
55272025-02-10T19:35:13.692Z PASS [ 4.128s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
55282025-02-10T19:35:13.702Z PASS [ 4.024s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
55292025-02-10T19:35:14.061Z PASS [ 3.908s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
55302025-02-10T19:35:14.999Z PASS [ 4.448s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
55312025-02-10T19:35:15.054Z PASS [ 4.389s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
55322025-02-10T19:35:16.673Z PASS [ 10.063s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
55332025-02-10T19:35:16.740Z PASS [ 9.995s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
55342025-02-10T19:35:17.111Z PASS [ 2.056s] nexus-db-queries db::explain::test::test_explain_full_table_scan
55352025-02-10T19:35:17.177Z PASS [ 2.177s] nexus-db-queries db::explain::test::test_explain_async
55362025-02-10T19:35:19.127Z PASS [ 5.424s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
55372025-02-10T19:35:19.732Z PASS [ 2.991s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
55382025-02-10T19:35:20.001Z PASS [ 2.889s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55392025-02-10T19:35:20.054Z PASS [ 0.052s] nexus-db-queries db::pagination::test::test_paginator
55402025-02-10T19:35:20.138Z PASS [ 10.700s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
55412025-02-10T19:35:20.230Z PASS [ 3.052s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55422025-02-10T19:35:20.303Z PASS [ 6.610s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55432025-02-10T19:35:20.612Z PASS [ 6.550s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55442025-02-10T19:35:20.795Z PASS [ 4.121s] nexus-db-queries db::lookup::test::test_lookup
55452025-02-10T19:35:21.805Z PASS [ 2.677s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55462025-02-10T19:35:22.777Z PASS [ 3.044s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55472025-02-10T19:35:24.510Z PASS [ 4.206s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55482025-02-10T19:35:24.947Z PASS [ 4.891s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55492025-02-10T19:35:24.959Z PASS [ 4.729s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55502025-02-10T19:35:24.976Z PASS [ 4.836s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55512025-02-10T19:35:24.976Z PASS [ 4.362s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55522025-02-10T19:35:25.020Z PASS [ 0.045s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55532025-02-10T19:35:25.280Z PASS [ 4.484s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55542025-02-10T19:35:26.485Z PASS [ 4.679s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55552025-02-10T19:35:27.432Z PASS [ 4.654s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55562025-02-10T19:35:29.314Z PASS [ 4.803s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55572025-02-10T19:35:29.349Z PASS [ 4.403s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55582025-02-10T19:35:29.558Z PASS [ 4.537s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55592025-02-10T19:35:29.688Z PASS [ 4.407s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55602025-02-10T19:35:29.740Z PASS [ 4.764s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55612025-02-10T19:35:30.542Z PASS [ 5.582s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55622025-02-10T19:35:31.167Z PASS [ 4.681s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55632025-02-10T19:35:31.355Z PASS [ 3.922s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55642025-02-10T19:35:33.752Z PASS [ 4.402s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55652025-02-10T19:35:34.160Z PASS [ 4.601s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55662025-02-10T19:35:34.204Z PASS [ 0.043s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55672025-02-10T19:35:34.212Z PASS [ 4.898s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55682025-02-10T19:35:34.453Z PASS [ 4.712s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55692025-02-10T19:35:34.474Z PASS [ 4.786s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55702025-02-10T19:35:35.203Z PASS [ 4.660s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55712025-02-10T19:35:35.504Z PASS [ 4.337s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55722025-02-10T19:35:35.542Z PASS [ 0.038s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55732025-02-10T19:35:36.032Z PASS [ 4.676s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55742025-02-10T19:35:36.361Z PASS [ 0.328s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55752025-02-10T19:35:36.627Z PASS [ 2.414s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55762025-02-10T19:35:36.913Z PASS [ 2.459s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55772025-02-10T19:35:36.930Z PASS [ 0.569s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55782025-02-10T19:35:37.053Z PASS [ 2.578s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55792025-02-10T19:35:37.621Z PASS [ 2.417s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55802025-02-10T19:35:38.009Z PASS [ 0.387s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55812025-02-10T19:35:38.221Z PASS [ 2.678s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55822025-02-10T19:35:38.245Z PASS [ 1.314s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55832025-02-10T19:35:38.286Z PASS [ 0.277s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55842025-02-10T19:35:38.342Z PASS [ 4.589s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55852025-02-10T19:35:38.559Z PASS [ 0.337s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55862025-02-10T19:35:38.585Z PASS [ 0.339s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55872025-02-10T19:35:38.600Z PASS [ 1.973s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55882025-02-10T19:35:38.712Z PASS [ 0.111s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55892025-02-10T19:35:38.754Z PASS [ 0.042s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55902025-02-10T19:35:38.771Z PASS [ 4.566s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55912025-02-10T19:35:38.804Z PASS [ 0.048s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55922025-02-10T19:35:38.811Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55932025-02-10T19:35:38.842Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55942025-02-10T19:35:39.285Z PASS [ 2.372s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55952025-02-10T19:35:39.417Z PASS [ 2.363s] nexus-db-queries db::queries::region_allocation::test::explainable
55962025-02-10T19:35:40.276Z PASS [ 1.933s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55972025-02-10T19:35:40.325Z PASS [ 1.740s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55982025-02-10T19:35:40.328Z PASS [ 2.039s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55992025-02-10T19:35:40.429Z PASS [ 1.869s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
56002025-02-10T19:35:40.445Z PASS [ 1.634s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
56012025-02-10T19:35:40.479Z PASS [ 0.049s] nexus-defaults tests::test_random_vpc_ipv6_prefix
56022025-02-10T19:35:40.545Z PASS [ 0.065s] nexus-inventory builder::test::test_empty
56032025-02-10T19:35:40.628Z PASS [ 0.083s] nexus-inventory builder::test::test_problems
56042025-02-10T19:35:40.692Z PASS [ 1.850s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
56052025-02-10T19:35:40.801Z PASS [ 1.515s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
56062025-02-10T19:35:40.833Z PASS [ 0.388s] nexus-inventory builder::test::test_basic
56072025-02-10T19:35:41.502Z PASS [ 0.700s] nexus-inventory collector::test::test_multi_mgs_failure
56082025-02-10T19:35:42.075Z PASS [ 1.240s] nexus-inventory collector::test::test_sled_agent_failure
56092025-02-10T19:35:42.233Z PASS [ 1.604s] nexus-inventory collector::test::test_basic
56102025-02-10T19:35:42.483Z PASS [ 1.791s] nexus-inventory collector::test::test_multi_mgs
56112025-02-10T19:35:42.509Z PASS [ 0.275s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
56122025-02-10T19:35:42.547Z PASS [ 0.062s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
56132025-02-10T19:35:42.571Z PASS [ 0.062s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
56142025-02-10T19:35:42.598Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
56152025-02-10T19:35:42.650Z PASS [ 0.057s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
56162025-02-10T19:35:42.687Z PASS [ 0.089s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
56172025-02-10T19:35:42.697Z PASS [ 0.047s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
56182025-02-10T19:35:42.737Z PASS [ 0.050s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
56192025-02-10T19:35:42.750Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
56202025-02-10T19:35:42.788Z PASS [ 0.051s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
56212025-02-10T19:35:42.829Z PASS [ 0.078s] nexus-reconfigurator-blippy checks::tests::test_sled_in_zones_map_but_not_others
56222025-02-10T19:35:42.842Z PASS [ 0.054s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
56232025-02-10T19:35:42.883Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_sled_not_in_zones_map
56242025-02-10T19:35:42.925Z PASS [ 0.096s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
56252025-02-10T19:35:42.954Z PASS [ 0.069s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
56262025-02-10T19:35:42.965Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
56272025-02-10T19:35:42.992Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
56282025-02-10T19:35:43.015Z PASS [ 0.049s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
56292025-02-10T19:35:43.049Z PASS [ 0.057s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
56302025-02-10T19:35:43.843Z PASS [ 3.517s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
56312025-02-10T19:35:43.915Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
56322025-02-10T19:35:43.983Z PASS [ 0.068s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
56332025-02-10T19:35:44.040Z PASS [ 0.056s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
56342025-02-10T19:35:44.101Z PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
56352025-02-10T19:35:44.305Z PASS [ 3.979s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
56362025-02-10T19:35:46.993Z PASS [ 4.918s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
56372025-02-10T19:35:47.026Z PASS [ 5.523s] nexus-metrics-producer-gc tests::test_prune_expired_producers
56382025-02-10T19:35:48.599Z PASS [ 9.181s] nexus-db-queries policy_test::test_conferred_roles
56392025-02-10T19:36:03.757Z PASS [ 20.706s] nexus-reconfigurator-execution datasets::tests::test_deploy_datasets
56402025-02-10T19:36:04.373Z PASS [ 20.065s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
56412025-02-10T19:36:04.708Z PASS [ 0.335s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56422025-02-10T19:36:04.749Z PASS [ 0.040s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56432025-02-10T19:36:04.793Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56442025-02-10T19:36:04.846Z PASS [ 0.053s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_backfill_filesystem_pool
56452025-02-10T19:36:04.938Z PASS [ 0.092s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56462025-02-10T19:36:04.994Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56472025-02-10T19:36:05.062Z PASS [ 0.067s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_decommissioned_sleds
56482025-02-10T19:36:05.109Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56492025-02-10T19:36:05.165Z PASS [ 0.055s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56502025-02-10T19:36:05.208Z PASS [ 0.042s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56512025-02-10T19:36:05.249Z PASS [ 0.041s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56522025-02-10T19:36:05.294Z PASS [ 0.045s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56532025-02-10T19:36:05.331Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56542025-02-10T19:36:05.389Z PASS [ 0.057s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56552025-02-10T19:36:05.497Z PASS [ 0.108s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56562025-02-10T19:36:05.535Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56572025-02-10T19:36:05.582Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::external_dns_ips_are_partitioned_separately
56582025-02-10T19:36:05.695Z PASS [ 0.113s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_available_iterator
56592025-02-10T19:36:06.792Z PASS [ 19.764s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56602025-02-10T19:36:06.843Z PASS [ 0.050s] nexus-reconfigurator-planning blueprint_editor::allocators::internal_dns::test::test_dns_subnet_allocator
56612025-02-10T19:36:07.979Z PASS [ 1.135s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56622025-02-10T19:36:08.925Z PASS [ 21.930s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56632025-02-10T19:36:08.984Z PASS [ 1.005s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56642025-02-10T19:36:09.312Z PASS [ 0.328s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56652025-02-10T19:36:09.347Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_editor::sled_editor::underlay_ip_allocator::test::test_basic
56662025-02-10T19:36:09.405Z PASS [ 0.058s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56672025-02-10T19:36:09.441Z PASS [ 0.515s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56682025-02-10T19:36:09.454Z PASS [ 0.048s] nexus-reconfigurator-planning example::tests::instances_on_examples
56692025-02-10T19:36:09.531Z PASS [ 0.076s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56702025-02-10T19:36:09.534Z PASS [ 0.089s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56712025-02-10T19:36:09.663Z PASS [ 21.062s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56722025-02-10T19:36:09.674Z PASS [ 0.141s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56732025-02-10T19:36:09.717Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56742025-02-10T19:36:09.761Z PASS [ 0.087s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56752025-02-10T19:36:09.803Z PASS [ 0.085s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56762025-02-10T19:36:09.835Z PASS [ 0.295s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56772025-02-10T19:36:09.838Z PASS [ 0.073s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56782025-02-10T19:36:09.864Z PASS [ 0.060s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56792025-02-10T19:36:09.891Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56802025-02-10T19:36:09.906Z PASS [ 0.069s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56812025-02-10T19:36:09.922Z PASS [ 0.057s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56822025-02-10T19:36:10.003Z PASS [ 0.112s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56832025-02-10T19:36:10.025Z PASS [ 0.119s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56842025-02-10T19:36:10.054Z PASS [ 0.103s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56852025-02-10T19:36:10.123Z PASS [ 0.095s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56862025-02-10T19:36:10.196Z PASS [ 0.193s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56872025-02-10T19:36:10.230Z PASS [ 0.175s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56882025-02-10T19:36:10.316Z PASS [ 0.192s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56892025-02-10T19:36:10.641Z PASS [ 0.324s] nexus-saga-recovery recovery::test::test_execution_basic
56902025-02-10T19:36:10.682Z PASS [ 0.040s] nexus-saga-recovery recovery::test::test_plan_basic
56912025-02-10T19:36:10.728Z PASS [ 0.046s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56922025-02-10T19:36:10.779Z PASS [ 0.050s] nexus-saga-recovery test::test_basic
56932025-02-10T19:36:10.824Z PASS [ 0.044s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56942025-02-10T19:36:10.872Z PASS [ 0.047s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56952025-02-10T19:36:10.931Z PASS [ 0.059s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56962025-02-10T19:36:10.962Z PASS [ 0.030s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56972025-02-10T19:36:10.992Z PASS [ 0.029s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56982025-02-10T19:36:11.028Z PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56992025-02-10T19:36:11.064Z PASS [ 0.035s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
57002025-02-10T19:36:11.120Z PASS [ 0.055s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
57012025-02-10T19:36:11.172Z PASS [ 0.052s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
57022025-02-10T19:36:11.425Z PASS [ 5.728s] nexus-reconfigurator-planning blueprint_editor::allocators::external_networking::test::test_external_ip_allocator
57032025-02-10T19:36:12.141Z PASS [ 0.716s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
57042025-02-10T19:36:12.151Z PASS [ 0.977s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
57052025-02-10T19:36:12.314Z PASS [ 0.163s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
57062025-02-10T19:36:12.354Z PASS [ 0.213s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
57072025-02-10T19:36:12.481Z PASS [ 0.166s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
57082025-02-10T19:36:12.536Z PASS [ 0.180s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
57092025-02-10T19:36:12.706Z PASS [ 0.224s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
57102025-02-10T19:36:12.769Z PASS [ 0.232s] nexus-types deployment::id_map::tests::serialization_is_transparent
57112025-02-10T19:36:12.871Z PASS [ 0.164s] nexus-types deployment::id_map::tests::serialization_roundtrip
57122025-02-10T19:36:12.922Z PASS [ 0.153s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
57132025-02-10T19:36:12.959Z PASS [ 0.036s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
57142025-02-10T19:36:13.058Z PASS [ 0.187s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
57152025-02-10T19:36:18.743Z PASS [ 5.683s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
57162025-02-10T19:36:20.843Z PASS [ 17.084s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
57172025-02-10T19:36:20.877Z PASS [ 0.033s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
57182025-02-10T19:36:20.909Z PASS [ 0.032s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
57192025-02-10T19:36:20.956Z PASS [ 0.046s] nexus-types external_api::shared::test::test_policy_parsing
57202025-02-10T19:36:20.996Z PASS [ 0.040s] omicron-brand-metadata tests::test_deserialize
57212025-02-10T19:36:21.151Z PASS [ 0.154s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
57222025-02-10T19:36:21.219Z PASS [ 0.068s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
57232025-02-10T19:36:21.284Z PASS [ 0.065s] omicron-certificates tests::test_cert_extended_key_usage
57242025-02-10T19:36:21.344Z PASS [ 0.060s] omicron-certificates tests::test_common_name_is_validated
57252025-02-10T19:36:21.407Z PASS [ 0.062s] omicron-certificates tests::test_subject_alternate_names_are_validated
57262025-02-10T19:36:21.522Z PASS [ 0.115s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_1
57272025-02-10T19:36:21.599Z PASS [ 0.076s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_2
57282025-02-10T19:36:21.632Z PASS [ 0.033s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_malformed_3
57292025-02-10T19:36:21.688Z PASS [ 0.055s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_none
57302025-02-10T19:36:21.726Z PASS [ 0.038s] omicron-clickhouse-admin context::tests::test_read_generation_from_file_success
57312025-02-10T19:36:22.403Z PASS [ 0.676s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
57322025-02-10T19:36:22.618Z PASS [ 0.215s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
57332025-02-10T19:36:22.874Z PASS [ 0.256s] omicron-clickhouse-admin::integration_test test_lgif_parsing
57342025-02-10T19:36:23.072Z PASS [ 0.196s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
57352025-02-10T19:36:23.320Z PASS [ 0.248s] omicron-clickhouse-admin::integration_test test_teardown
57362025-02-10T19:36:25.277Z PASS [ 1.956s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
57372025-02-10T19:36:26.552Z PASS [ 7.808s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57382025-02-10T19:36:26.593Z PASS [ 13.633s] nexus-types deployment::tri_map::tests::proptest_ops
57392025-02-10T19:36:26.655Z PASS [ 0.060s] omicron-common address::test::test_dns_subnets
57402025-02-10T19:36:26.691Z PASS [ 0.036s] omicron-common address::test::test_ip_range_checks_non_decreasing
57412025-02-10T19:36:26.761Z PASS [ 0.069s] omicron-common address::test::test_ip_range_enum_deserialization
57422025-02-10T19:36:26.798Z PASS [ 0.037s] omicron-common address::test::test_ip_range_iter
57432025-02-10T19:36:26.836Z PASS [ 0.038s] omicron-common address::test::test_ip_range_length
57442025-02-10T19:36:26.867Z PASS [ 0.031s] omicron-common address::test::test_ip_range_try_from
57452025-02-10T19:36:26.905Z PASS [ 0.037s] omicron-common address::test::test_ipv6_subnet_deserialize
57462025-02-10T19:36:26.938Z PASS [ 0.032s] omicron-common address::test::test_sled_address
57472025-02-10T19:36:26.972Z PASS [ 0.033s] omicron-common api::external::error::test::test_bail_unless
57482025-02-10T19:36:27.009Z PASS [ 0.037s] omicron-common api::external::error::test::test_context
57492025-02-10T19:36:27.073Z PASS [ 0.064s] omicron-common api::external::http_pagination::test::test_pagination_examples
57502025-02-10T19:36:27.129Z PASS [ 0.056s] omicron-common api::external::http_pagination::test::test_pagination_schemas
57512025-02-10T19:36:27.190Z PASS [ 0.060s] omicron-common api::external::http_pagination::test::test_scan_by_id
57522025-02-10T19:36:27.222Z PASS [ 1.943s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
57532025-02-10T19:36:27.229Z PASS [ 0.039s] omicron-common api::external::http_pagination::test::test_scan_by_name
57542025-02-10T19:36:27.255Z PASS [ 0.033s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
57552025-02-10T19:36:27.270Z PASS [ 0.040s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
57562025-02-10T19:36:27.286Z PASS [ 0.031s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
57572025-02-10T19:36:27.301Z PASS [ 0.031s] omicron-common api::external::test::test_bytecount
57582025-02-10T19:36:27.315Z PASS [ 0.028s] omicron-common api::external::test::test_bytecount_display
57592025-02-10T19:36:27.360Z PASS [ 0.044s] omicron-common api::external::test::test_firewall_deserialization
57602025-02-10T19:36:27.367Z PASS [ 0.065s] omicron-common api::external::test::test_digest
57612025-02-10T19:36:27.456Z PASS [ 0.088s] omicron-common api::external::test::test_firewall_rule_target_parse
57622025-02-10T19:36:27.456Z PASS [ 0.096s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57632025-02-10T19:36:27.497Z PASS [ 0.040s] omicron-common api::external::test::test_generation_from_int
57642025-02-10T19:36:27.505Z PASS [ 0.040s] omicron-common api::external::test::test_generation_display_parse
57652025-02-10T19:36:27.552Z PASS [ 0.046s] omicron-common api::external::test::test_generation_serde
57662025-02-10T19:36:27.634Z PASS [ 0.082s] omicron-common api::external::test::test_hostname_from_str
57672025-02-10T19:36:27.682Z PASS [ 0.048s] omicron-common api::external::test::test_ip_port_range_from_str
57682025-02-10T19:36:27.721Z PASS [ 0.039s] omicron-common api::external::test::test_ip_port_range_into_str
57692025-02-10T19:36:27.757Z PASS [ 0.036s] omicron-common api::external::test::test_ipv6_net_operations
57702025-02-10T19:36:27.797Z PASS [ 0.039s] omicron-common api::external::test::test_mac_system_iterator
57712025-02-10T19:36:27.835Z PASS [ 0.037s] omicron-common api::external::test::test_mac_to_int_conversions
57722025-02-10T19:36:27.870Z PASS [ 0.035s] omicron-common api::external::test::test_macaddr
57732025-02-10T19:36:27.906Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse
57742025-02-10T19:36:27.941Z PASS [ 0.034s] omicron-common api::external::test::test_name_parse_from_param
57752025-02-10T19:36:27.980Z PASS [ 0.039s] omicron-common api::external::test::test_resource_name_parse
57762025-02-10T19:36:28.029Z PASS [ 0.049s] omicron-common api::external::test::test_role_name_parse
57772025-02-10T19:36:28.085Z PASS [ 0.055s] omicron-common api::external::test::test_route_destination_parse
57782025-02-10T19:36:28.144Z PASS [ 0.059s] omicron-common api::external::test::test_route_target_parse
57792025-02-10T19:36:28.181Z PASS [ 0.037s] omicron-common api::external::test::test_semver_serialize
57802025-02-10T19:36:28.221Z PASS [ 0.038s] omicron-common api::external::test::test_semver_validation
57812025-02-10T19:36:28.262Z PASS [ 0.041s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57822025-02-10T19:36:28.311Z PASS [ 0.048s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57832025-02-10T19:36:28.349Z PASS [ 0.037s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57842025-02-10T19:36:28.387Z PASS [ 0.038s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57852025-02-10T19:36:28.428Z PASS [ 0.040s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57862025-02-10T19:36:28.493Z PASS [ 0.065s] omicron-common ledger::test::test_commit_handles_write_failures
57872025-02-10T19:36:28.503Z PASS [ 1.006s] omicron-common api::external::test::test_generation_overflow
57882025-02-10T19:36:28.538Z PASS [ 0.044s] omicron-common ledger::test::test_create_default_ledger
57892025-02-10T19:36:28.561Z PASS [ 0.057s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57902025-02-10T19:36:28.584Z PASS [ 2.032s] omicron-cockroach-admin context::tests::test_node_id
57912025-02-10T19:36:28.598Z PASS [ 0.036s] omicron-common update::tests::serde_artifact_kind
57922025-02-10T19:36:28.608Z PASS [ 0.070s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57932025-02-10T19:36:28.636Z PASS [ 0.052s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57942025-02-10T19:36:28.646Z PASS [ 0.036s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57952025-02-10T19:36:28.648Z PASS [ 0.047s] omicron-common zpool_name::test::test_parse_external_zpool_name
57962025-02-10T19:36:28.669Z PASS [ 0.032s] omicron-common zpool_name::test::test_parse_zpool_name_json
57972025-02-10T19:36:28.680Z PASS [ 0.033s] omicron-common zpool_name::test::test_zpool_name_regex
57982025-02-10T19:36:29.500Z PASS [ 0.831s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57992025-02-10T19:36:29.561Z PASS [ 0.915s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
58002025-02-10T19:36:29.686Z PASS [ 0.124s] omicron-gateway management_switch::location_map::tests::test_resolve_location
58012025-02-10T19:36:29.694Z PASS [ 0.193s] omicron-gateway management_switch::location_map::tests::test_config_validation
58022025-02-10T19:36:29.844Z PASS [ 0.149s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
58032025-02-10T19:36:30.309Z PASS [ 0.622s] omicron-gateway::test_all integration_tests::component_list::component_list
58042025-02-10T19:36:30.383Z PASS [ 0.539s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
58052025-02-10T19:36:30.515Z PASS [ 0.206s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
58062025-02-10T19:36:30.605Z PASS [ 0.221s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
58072025-02-10T19:36:33.087Z PASS [ 22.888s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
58082025-02-10T19:36:39.047Z PASS [ 56.027s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
58092025-02-10T19:36:40.292Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
58102025-02-10T19:36:41.511Z PASS [ 31.278s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
58112025-02-10T19:36:44.117Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58122025-02-10T19:36:46.064Z PASS [ 17.382s] omicron-dev::test-omicron-dev test_run_all
58132025-02-10T19:36:52.419Z PASS [ 19.330s] omicron-nexus app::background::driver::test::test_driver_basic
58142025-02-10T19:36:54.244Z PASS [ 23.637s] omicron-nexus app::background::driver::test::test_activation_in_progress
58152025-02-10T19:36:55.989Z PASS [ 25.471s] omicron-ls-apis::test_dependencies test_api_dependencies
58162025-02-10T19:36:56.003Z PASS [ 75.720s] nexus-db-queries policy_test::test_iam_roles_behavior
58172025-02-10T19:36:59.493Z PASS [ 20.444s] omicron-nexus app::background::init::test::test_dns_propagation_basic
58182025-02-10T19:37:00.578Z PASS [ 4.574s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
58192025-02-10T19:37:01.154Z PASS [ 77.046s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58202025-02-10T19:37:01.209Z PASS [ 0.055s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
58212025-02-10T19:37:04.146Z PASS [ 4.652s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
58222025-02-10T19:37:05.723Z PASS [ 5.144s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
58232025-02-10T19:37:09.188Z PASS [ 27.674s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
58242025-02-10T19:37:10.892Z PASS [ 24.825s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
58252025-02-10T19:37:12.716Z PASS [ 16.726s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
58262025-02-10T19:37:14.437Z PASS [ 20.190s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
58272025-02-10T19:37:16.011Z PASS [ 23.589s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
58282025-02-10T19:37:18.113Z PASS [ 16.903s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
58292025-02-10T19:37:20.875Z PASS [ 16.728s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
58302025-02-10T19:37:22.227Z PASS [ 16.502s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
58312025-02-10T19:37:27.084Z PASS [ 17.893s] omicron-nexus app::background::tasks::dns_config::test::test_basic
58322025-02-10T19:37:29.230Z PASS [ 18.337s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
58332025-02-10T19:37:30.820Z PASS [ 18.102s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
58342025-02-10T19:37:41.152Z PASS [ 25.139s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
58352025-02-10T19:37:44.141Z PASS [ 23.262s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
58362025-02-10T19:37:44.933Z PASS [ 15.701s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
58372025-02-10T19:37:45.368Z PASS [ 18.282s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
58382025-02-10T19:37:46.340Z PASS [ 15.517s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
58392025-02-10T19:37:52.158Z PASS [ 29.928s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
58402025-02-10T19:37:56.399Z PASS [ 15.245s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
58412025-02-10T19:37:57.738Z PASS [ 43.297s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
58422025-02-10T19:38:00.161Z PASS [ 16.019s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
58432025-02-10T19:38:00.481Z PASS [ 15.546s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
58442025-02-10T19:38:00.771Z PASS [ 15.402s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
58452025-02-10T19:38:02.943Z PASS [ 16.602s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
58462025-02-10T19:38:06.036Z PASS [ 3.092s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
58472025-02-10T19:38:08.820Z PASS [ 16.660s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
58482025-02-10T19:38:11.614Z PASS [ 2.794s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
58492025-02-10T19:38:13.205Z PASS [ 16.804s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
58502025-02-10T19:38:16.773Z PASS [ 16.290s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
58512025-02-10T19:38:17.617Z PASS [ 16.844s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58522025-02-10T19:38:18.131Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58532025-02-10T19:38:18.973Z PASS [ 21.232s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58542025-02-10T19:38:21.843Z PASS [ 21.680s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58552025-02-10T19:38:23.951Z PASS [ 17.914s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58562025-02-10T19:38:30.344Z PASS [ 18.727s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
58572025-02-10T19:38:31.608Z PASS [ 18.401s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
58582025-02-10T19:38:35.648Z PASS [ 18.873s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
58592025-02-10T19:38:35.758Z PASS [ 0.109s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
58602025-02-10T19:38:36.418Z PASS [ 0.660s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
58612025-02-10T19:38:37.077Z PASS [ 19.458s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
58622025-02-10T19:38:37.308Z PASS [ 0.889s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
58632025-02-10T19:38:37.550Z PASS [ 0.472s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
58642025-02-10T19:38:37.837Z PASS [ 0.528s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
58652025-02-10T19:38:38.118Z PASS [ 19.139s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
58662025-02-10T19:38:38.235Z PASS [ 0.121s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
58672025-02-10T19:38:38.815Z PASS [ 0.978s] omicron-nexus app::external_endpoints::test::test_authority
58682025-02-10T19:38:38.930Z PASS [ 0.114s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
58692025-02-10T19:38:39.007Z PASS [ 0.077s] omicron-nexus app::external_endpoints::test::test_no_endpoint
58702025-02-10T19:38:39.073Z PASS [ 0.065s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
58712025-02-10T19:38:39.136Z PASS [ 0.063s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
58722025-02-10T19:38:39.197Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
58732025-02-10T19:38:39.258Z PASS [ 0.061s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
58742025-02-10T19:38:39.357Z PASS [ 1.807s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
58752025-02-10T19:38:39.376Z PASS [ 0.116s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
58762025-02-10T19:38:39.434Z PASS [ 0.077s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
58772025-02-10T19:38:39.448Z PASS [ 17.603s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
58782025-02-10T19:38:40.378Z PASS [ 82.258s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58792025-02-10T19:38:41.440Z PASS [ 3.204s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58802025-02-10T19:38:42.399Z PASS [ 18.446s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
58812025-02-10T19:38:46.573Z PASS [ 16.228s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
58822025-02-10T19:38:49.613Z PASS [ 18.003s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
58832025-02-10T19:39:03.008Z PASS [ 23.557s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58842025-02-10T19:39:03.521Z PASS [ 23.140s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58852025-02-10T19:39:04.494Z PASS [ 25.116s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58862025-02-10T19:39:04.739Z PASS [ 25.203s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58872025-02-10T19:39:04.892Z PASS [ 23.450s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58882025-02-10T19:39:05.984Z PASS [ 23.583s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58892025-02-10T19:39:28.224Z PASS [ 24.700s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58902025-02-10T19:39:31.265Z PASS [ 28.255s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58912025-02-10T19:39:31.442Z PASS [ 26.798s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58922025-02-10T19:39:32.033Z PASS [ 27.536s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58932025-02-10T19:39:34.998Z PASS [ 30.103s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58942025-02-10T19:39:37.266Z PASS [ 31.278s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58952025-02-10T19:39:46.590Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58962025-02-10T19:39:49.630Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58972025-02-10T19:39:55.851Z PASS [ 27.625s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58982025-02-10T19:39:57.328Z PASS [ 26.059s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58992025-02-10T19:40:02.890Z PASS [ 27.889s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
59002025-02-10T19:40:02.970Z PASS [ 31.525s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
59012025-02-10T19:40:03.106Z PASS [ 31.069s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
59022025-02-10T19:40:05.171Z PASS [ 27.903s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
59032025-02-10T19:40:22.653Z PASS [ 25.323s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
59042025-02-10T19:40:24.448Z PASS [ 21.340s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
59052025-02-10T19:40:25.202Z PASS [ 22.230s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
59062025-02-10T19:40:26.824Z PASS [ 21.651s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
59072025-02-10T19:40:32.299Z PASS [ 29.407s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
59082025-02-10T19:40:46.596Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59092025-02-10T19:40:47.583Z PASS [ 23.131s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
59102025-02-10T19:40:47.677Z PASS [ 22.473s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
59112025-02-10T19:40:49.636Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59122025-02-10T19:40:54.514Z PASS [ 27.686s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
59132025-02-10T19:40:55.868Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59142025-02-10T19:41:04.676Z PASS [ 68.820s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59152025-02-10T19:41:14.361Z PASS [ 26.776s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
59162025-02-10T19:41:16.099Z PASS [ 28.419s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
59172025-02-10T19:41:22.671Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59182025-02-10T19:41:32.315Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59192025-02-10T19:41:33.401Z PASS [ 28.722s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
59202025-02-10T19:41:43.355Z PASS [ 28.992s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
59212025-02-10T19:41:46.602Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59222025-02-10T19:41:49.642Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59232025-02-10T19:41:54.532Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59242025-02-10T19:41:58.230Z PASS [ 95.568s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59252025-02-10T19:41:59.790Z PASS [ 26.387s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
59262025-02-10T19:42:11.265Z PASS [ 27.907s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
59272025-02-10T19:42:16.116Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59282025-02-10T19:42:27.348Z PASS [ 27.555s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
59292025-02-10T19:42:32.322Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59302025-02-10T19:42:38.105Z PASS [ 125.795s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59312025-02-10T19:42:38.500Z PASS [ 27.231s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
59322025-02-10T19:42:40.701Z PASS [ 106.178s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59332025-02-10T19:42:46.608Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59342025-02-10T19:42:49.649Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59352025-02-10T19:42:58.248Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59362025-02-10T19:43:04.234Z PASS [ 26.126s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
59372025-02-10T19:43:05.435Z PASS [ 26.933s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
59382025-02-10T19:43:05.619Z PASS [ 67.384s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59392025-02-10T19:43:16.122Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59402025-02-10T19:43:27.364Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59412025-02-10T19:43:30.200Z PASS [ 25.962s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
59422025-02-10T19:43:32.979Z PASS [ 27.541s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
59432025-02-10T19:43:40.721Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59442025-02-10T19:43:46.614Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59452025-02-10T19:43:49.655Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59462025-02-10T19:43:50.248Z PASS [ 154.136s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59472025-02-10T19:43:51.305Z PASS [ 70.597s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59482025-02-10T19:43:59.158Z PASS [ 28.955s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
59492025-02-10T19:44:05.637Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59502025-02-10T19:44:18.061Z PASS [ 26.753s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
59512025-02-10T19:44:18.097Z PASS [ 27.845s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
59522025-02-10T19:44:27.370Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59532025-02-10T19:44:28.388Z PASS [ 121.029s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59542025-02-10T19:44:32.290Z PASS [ 33.130s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
59552025-02-10T19:44:33.054Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59562025-02-10T19:44:42.045Z PASS [ 23.981s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
59572025-02-10T19:44:45.805Z PASS [ 17.416s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
59582025-02-10T19:44:46.620Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59592025-02-10T19:44:48.682Z PASS [ 30.583s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59602025-02-10T19:44:49.647Z PASS [ 17.354s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
59612025-02-10T19:44:49.661Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59622025-02-10T19:44:54.106Z PASS [ 108.478s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59632025-02-10T19:45:04.134Z PASS [ 15.451s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
59642025-02-10T19:45:08.383Z PASS [ 22.576s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
59652025-02-10T19:45:09.127Z PASS [ 27.080s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59662025-02-10T19:45:09.571Z PASS [ 15.462s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
59672025-02-10T19:45:11.299Z PASS [ 21.650s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
59682025-02-10T19:45:25.715Z PASS [ 112.726s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59692025-02-10T19:45:33.646Z PASS [ 24.073s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
59702025-02-10T19:45:33.901Z PASS [ 24.770s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
59712025-02-10T19:45:34.060Z PASS [ 29.922s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59722025-02-10T19:45:37.745Z PASS [ 26.443s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
59732025-02-10T19:45:37.991Z PASS [ 29.605s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59742025-02-10T19:45:38.051Z PASS [ 0.059s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
59752025-02-10T19:45:46.626Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59762025-02-10T19:45:49.667Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59772025-02-10T19:45:50.517Z PASS [ 16.615s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59782025-02-10T19:45:50.807Z PASS [ 25.090s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59792025-02-10T19:45:59.590Z PASS [ 25.942s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59802025-02-10T19:46:01.377Z PASS [ 23.324s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59812025-02-10T19:46:15.432Z PASS [ 15.839s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59822025-02-10T19:46:20.804Z PASS [ 29.993s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59832025-02-10T19:46:22.256Z PASS [ 31.735s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59842025-02-10T19:46:28.755Z PASS [ 27.361s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59852025-02-10T19:46:34.075Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59862025-02-10T19:46:34.390Z PASS [ 18.956s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59872025-02-10T19:46:37.762Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59882025-02-10T19:46:41.249Z PASS [ 20.443s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind
59892025-02-10T19:46:43.315Z PASS [ 21.057s] omicron-nexus app::sagas::vpc_subnet_create::test::test_action_failure_can_unwind_idempotently
59902025-02-10T19:46:46.632Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59912025-02-10T19:46:48.040Z PASS [ 19.297s] omicron-nexus app::sagas::vpc_subnet_create::test::test_actions_succeed_idempotently
59922025-02-10T19:46:49.673Z SLOW [>480.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59932025-02-10T19:46:53.968Z PASS [ 19.576s] omicron-nexus app::sagas::vpc_subnet_create::test::test_saga_basic_usage_succeeds
59942025-02-10T19:46:59.270Z PASS [ 81.518s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59952025-02-10T19:47:00.310Z PASS [ 19.059s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_actions_succeed_idempotently
59962025-02-10T19:47:00.369Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_accept_gz
59972025-02-10T19:47:00.427Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59982025-02-10T19:47:00.486Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59992025-02-10T19:47:00.541Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
60002025-02-10T19:47:00.599Z PASS [ 0.057s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
60012025-02-10T19:47:00.655Z PASS [ 0.056s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
60022025-02-10T19:47:00.715Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
60032025-02-10T19:47:00.774Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_relative_uri
60042025-02-10T19:47:02.041Z PASS [ 18.723s] omicron-nexus app::sagas::vpc_subnet_delete::test::test_saga_basic_usage_succeeds
60052025-02-10T19:47:04.740Z PASS [ 5.470s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
60062025-02-10T19:47:05.899Z PASS [ 17.857s] omicron-nexus app::sagas::vpc_subnet_update::test::test_actions_succeed_idempotently
60072025-02-10T19:47:10.975Z PASS [ 17.005s] omicron-nexus app::sagas::vpc_subnet_update::test::test_saga_basic_usage_succeeds
60082025-02-10T19:47:15.761Z PASS [ 4.785s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
60092025-02-10T19:47:16.065Z PASS [ 509.447s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
60102025-02-10T19:47:16.843Z PASS [ 0.779s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
60112025-02-10T19:47:17.603Z PASS [ 1.839s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
60122025-02-10T19:47:20.369Z PASS [ 15.626s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
60132025-02-10T19:47:20.746Z PASS [ 18.703s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
60142025-02-10T19:47:25.214Z PASS [ 515.557s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
60152025-02-10T19:47:25.352Z PASS [ 19.450s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
60162025-02-10T19:47:34.082Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60172025-02-10T19:47:34.741Z PASS [ 17.897s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
60182025-02-10T19:47:34.765Z PASS [ 17.162s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
60192025-02-10T19:47:38.380Z PASS [ 17.631s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
60202025-02-10T19:47:38.950Z PASS [ 18.579s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
60212025-02-10T19:47:39.003Z PASS [ 38.224s] omicron-nexus populate::test::test_populators
60222025-02-10T19:47:44.036Z PASS [ 17.757s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
60232025-02-10T19:47:44.819Z PASS [ 18.427s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
60242025-02-10T19:47:52.485Z PASS [ 17.742s] omicron-nexus::test_all integration_tests::basic::test_ping
60252025-02-10T19:47:55.575Z PASS [ 16.623s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
60262025-02-10T19:47:56.184Z PASS [ 17.181s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
60272025-02-10T19:47:59.905Z PASS [ 16.792s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
60282025-02-10T19:47:59.953Z PASS [ 25.186s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
60292025-02-10T19:47:59.969Z PASS [ 16.324s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
60302025-02-10T19:48:04.372Z PASS [ 4.402s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
60312025-02-10T19:48:04.377Z PASS [ 4.418s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
60322025-02-10T19:48:04.513Z PASS [ 0.140s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
60332025-02-10T19:48:08.394Z PASS [ 15.907s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
60342025-02-10T19:48:09.576Z PASS [ 31.193s] omicron-nexus::test_all integration_tests::basic::test_projects_list
60352025-02-10T19:48:12.245Z PASS [ 16.059s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
60362025-02-10T19:48:13.660Z PASS [ 18.084s] omicron-nexus::test_all integration_tests::certificates::test_crud
60372025-02-10T19:48:21.549Z PASS [ 17.173s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
60382025-02-10T19:48:21.949Z PASS [ 17.429s] omicron-nexus::test_all integration_tests::console_api::test_assets
60392025-02-10T19:48:24.027Z PASS [ 24.119s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
60402025-02-10T19:48:24.783Z PASS [ 16.388s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
60412025-02-10T19:48:30.326Z PASS [ 20.745s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
60422025-02-10T19:48:30.449Z PASS [ 16.780s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
60432025-02-10T19:48:34.100Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60442025-02-10T19:48:34.861Z PASS [ 22.613s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
60452025-02-10T19:48:39.368Z PASS [ 17.423s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
60462025-02-10T19:48:39.639Z PASS [ 18.085s] omicron-nexus::test_all integration_tests::console_api::test_session_me
60472025-02-10T19:48:44.727Z PASS [ 16.457s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
60482025-02-10T19:48:45.813Z PASS [ 21.784s] omicron-nexus::test_all integration_tests::console_api::test_sessions
60492025-02-10T19:49:06.632Z PASS [ 36.183s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
60502025-02-10T19:49:10.113Z PASS [ 39.785s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
60512025-02-10T19:49:14.043Z PASS [ 39.178s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
60522025-02-10T19:49:18.985Z PASS [ 39.613s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
60532025-02-10T19:49:23.012Z PASS [ 43.372s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
60542025-02-10T19:49:27.585Z PASS [ 46.339s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
60552025-02-10T19:49:34.096Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60562025-02-10T19:49:35.255Z PASS [ 49.431s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
60572025-02-10T19:49:43.379Z PASS [ 33.219s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
60582025-02-10T19:49:44.595Z PASS [ 21.573s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
60592025-02-10T19:49:54.761Z PASS [ 44.644s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
60602025-02-10T19:49:57.746Z PASS [ 43.699s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
60612025-02-10T19:49:59.062Z PASS [ 14.474s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
60622025-02-10T19:50:06.605Z PASS [ 47.061s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
60632025-02-10T19:50:11.038Z PASS [ 16.276s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
60642025-02-10T19:50:20.215Z PASS [ 22.468s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
60652025-02-10T19:50:25.138Z PASS [ 19.085s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
60662025-02-10T19:50:27.277Z PASS [ 47.418s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
60672025-02-10T19:50:27.505Z PASS [ 28.429s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
60682025-02-10T19:50:27.610Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60692025-02-10T19:50:30.448Z PASS [ 19.407s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
60702025-02-10T19:50:34.100Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60712025-02-10T19:50:35.266Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60722025-02-10T19:50:41.551Z PASS [ 21.333s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
60732025-02-10T19:50:48.193Z PASS [ 23.053s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
60742025-02-10T19:50:50.003Z PASS [ 22.724s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
60752025-02-10T19:50:59.377Z PASS [ 31.880s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
60762025-02-10T19:51:02.765Z PASS [ 32.313s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
60772025-02-10T19:51:07.132Z PASS [ 18.937s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
60782025-02-10T19:51:09.329Z PASS [ 19.328s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
60792025-02-10T19:51:10.362Z PASS [ 102.766s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60802025-02-10T19:51:15.913Z PASS [ 16.534s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60812025-02-10T19:51:19.757Z PASS [ 104.498s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60822025-02-10T19:51:20.099Z PASS [ 17.333s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60832025-02-10T19:51:23.714Z PASS [ 42.159s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60842025-02-10T19:51:28.029Z PASS [ 18.697s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60852025-02-10T19:51:28.901Z PASS [ 21.766s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60862025-02-10T19:51:34.107Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60872025-02-10T19:51:34.748Z PASS [ 24.385s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60882025-02-10T19:51:43.213Z PASS [ 23.453s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60892025-02-10T19:51:46.983Z PASS [ 26.881s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60902025-02-10T19:51:49.045Z PASS [ 25.329s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60912025-02-10T19:51:52.267Z PASS [ 23.365s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60922025-02-10T19:51:55.182Z PASS [ 27.151s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60932025-02-10T19:51:55.454Z PASS [ 39.537s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60942025-02-10T19:52:03.174Z PASS [ 28.424s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60952025-02-10T19:52:07.390Z PASS [ 24.174s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60962025-02-10T19:52:10.598Z PASS [ 21.550s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60972025-02-10T19:52:11.978Z PASS [ 24.992s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60982025-02-10T19:52:12.926Z PASS [ 20.656s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60992025-02-10T19:52:19.307Z PASS [ 23.850s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
61002025-02-10T19:52:19.576Z PASS [ 24.391s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
61012025-02-10T19:52:32.492Z PASS [ 19.563s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
61022025-02-10T19:52:33.223Z PASS [ 30.045s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
61032025-02-10T19:52:34.112Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61042025-02-10T19:52:41.465Z PASS [ 34.073s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
61052025-02-10T19:52:42.285Z PASS [ 22.706s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
61062025-02-10T19:52:48.336Z PASS [ 29.026s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
61072025-02-10T19:52:52.629Z PASS [ 19.404s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
61082025-02-10T19:52:56.531Z PASS [ 45.928s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
61092025-02-10T19:52:58.314Z PASS [ 46.332s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
61102025-02-10T19:53:00.002Z PASS [ 18.534s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
61112025-02-10T19:53:00.529Z PASS [ 0.526s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
61122025-02-10T19:53:00.964Z PASS [ 0.435s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
61132025-02-10T19:53:01.277Z PASS [ 18.990s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
61142025-02-10T19:53:01.411Z PASS [ 0.446s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
61152025-02-10T19:53:01.992Z PASS [ 3.678s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
61162025-02-10T19:53:02.038Z PASS [ 29.544s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
61172025-02-10T19:53:04.521Z PASS [ 450.423s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61182025-02-10T19:53:07.607Z PASS [ 19.269s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
61192025-02-10T19:53:12.120Z PASS [ 19.489s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
61202025-02-10T19:53:16.040Z PASS [ 19.507s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
61212025-02-10T19:53:24.369Z PASS [ 23.090s] omicron-nexus::test_all integration_tests::images::test_image_create
61222025-02-10T19:53:25.592Z PASS [ 23.551s] omicron-nexus::test_all integration_tests::images::test_image_promotion
61232025-02-10T19:53:25.867Z PASS [ 24.454s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
61242025-02-10T19:53:27.318Z PASS [ 22.795s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
61252025-02-10T19:53:28.002Z PASS [ 26.007s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
61262025-02-10T19:53:29.744Z PASS [ 22.134s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
61272025-02-10T19:53:30.592Z PASS [ 4.724s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
61282025-02-10T19:53:31.332Z PASS [ 5.739s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
61292025-02-10T19:53:31.887Z PASS [ 19.764s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
61302025-02-10T19:53:32.899Z PASS [ 16.858s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
61312025-02-10T19:53:33.135Z PASS [ 5.816s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
61322025-02-10T19:53:41.227Z PASS [ 16.856s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
61332025-02-10T19:53:52.757Z PASS [ 21.423s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
61342025-02-10T19:53:55.073Z PASS [ 23.183s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
61352025-02-10T19:53:55.472Z PASS [ 24.877s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
61362025-02-10T19:53:55.746Z PASS [ 22.844s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
61372025-02-10T19:54:00.573Z PASS [ 30.827s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
61382025-02-10T19:54:05.275Z PASS [ 24.010s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
61392025-02-10T19:54:05.930Z PASS [ 32.791s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
61402025-02-10T19:54:06.359Z PASS [ 38.353s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
61412025-02-10T19:54:09.146Z PASS [ 16.387s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
61422025-02-10T19:54:11.218Z PASS [ 16.144s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
61432025-02-10T19:54:19.399Z PASS [ 18.824s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
61442025-02-10T19:54:21.759Z PASS [ 26.284s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
61452025-02-10T19:54:29.023Z PASS [ 17.803s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
61462025-02-10T19:54:30.746Z PASS [ 34.995s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
61472025-02-10T19:54:33.148Z PASS [ 24.000s] omicron-nexus::test_all integration_tests::instances::test_instance_access
61482025-02-10T19:54:42.366Z PASS [ 36.004s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
61492025-02-10T19:54:43.109Z PASS [ 37.865s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
61502025-02-10T19:54:46.484Z PASS [ 27.082s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
61512025-02-10T19:54:51.971Z PASS [ 30.209s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
61522025-02-10T19:55:01.317Z PASS [ 32.290s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
61532025-02-10T19:55:02.522Z PASS [ 29.369s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
61542025-02-10T19:55:02.596Z PASS [ 31.848s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
61552025-02-10T19:55:05.946Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61562025-02-10T19:55:11.761Z PASS [ 29.392s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
61572025-02-10T19:55:16.237Z PASS [ 33.125s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
61582025-02-10T19:55:17.898Z PASS [ 25.924s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
61592025-02-10T19:55:19.544Z PASS [ 73.608s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61602025-02-10T19:55:24.558Z PASS [ 23.239s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
61612025-02-10T19:55:29.864Z PASS [ 27.341s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
61622025-02-10T19:55:30.979Z PASS [ 28.380s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
61632025-02-10T19:55:32.739Z PASS [ 46.250s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
61642025-02-10T19:55:39.662Z PASS [ 27.897s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
61652025-02-10T19:55:44.137Z PASS [ 26.236s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
61662025-02-10T19:55:45.449Z PASS [ 29.208s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
61672025-02-10T19:55:46.834Z PASS [ 27.287s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
61682025-02-10T19:56:00.914Z PASS [ 31.048s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
61692025-02-10T19:56:04.934Z PASS [ 32.192s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
61702025-02-10T19:56:06.059Z PASS [ 35.077s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
61712025-02-10T19:56:09.141Z PASS [ 44.576s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
61722025-02-10T19:56:11.140Z PASS [ 31.475s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
61732025-02-10T19:56:16.041Z PASS [ 30.589s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
61742025-02-10T19:56:18.554Z PASS [ 17.638s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
61752025-02-10T19:56:20.474Z PASS [ 33.637s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
61762025-02-10T19:56:20.666Z PASS [ 36.526s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
61772025-02-10T19:56:25.056Z PASS [ 18.995s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
61782025-02-10T19:56:33.639Z PASS [ 17.596s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
61792025-02-10T19:56:34.174Z PASS [ 25.033s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
61802025-02-10T19:56:34.780Z PASS [ 23.638s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
61812025-02-10T19:56:35.618Z PASS [ 30.681s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61822025-02-10T19:56:43.073Z PASS [ 24.516s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61832025-02-10T19:56:45.037Z PASS [ 24.559s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61842025-02-10T19:56:49.830Z PASS [ 15.654s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61852025-02-10T19:56:49.970Z PASS [ 24.912s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61862025-02-10T19:56:52.576Z PASS [ 17.782s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61872025-02-10T19:56:53.649Z PASS [ 18.028s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61882025-02-10T19:56:58.131Z PASS [ 37.459s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61892025-02-10T19:57:01.338Z PASS [ 18.263s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61902025-02-10T19:57:01.731Z PASS [ 28.089s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61912025-02-10T19:57:06.197Z PASS [ 16.356s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61922025-02-10T19:57:14.310Z PASS [ 29.268s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61932025-02-10T19:57:18.837Z PASS [ 17.104s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61942025-02-10T19:57:19.605Z PASS [ 25.953s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61952025-02-10T19:57:19.870Z PASS [ 27.296s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61962025-02-10T19:57:21.009Z PASS [ 31.035s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61972025-02-10T19:57:25.894Z PASS [ 19.702s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61982025-02-10T19:57:28.461Z PASS [ 27.118s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61992025-02-10T19:57:29.247Z PASS [ 31.114s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
62002025-02-10T19:57:32.595Z PASS [ 18.285s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
62012025-02-10T19:57:36.618Z PASS [ 17.779s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
62022025-02-10T19:57:36.970Z PASS [ 17.105s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
62032025-02-10T19:57:37.239Z PASS [ 17.633s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
62042025-02-10T19:57:38.152Z PASS [ 17.141s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
62052025-02-10T19:57:44.669Z PASS [ 18.773s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
62062025-02-10T19:57:47.462Z PASS [ 19.001s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
62072025-02-10T19:57:50.702Z PASS [ 21.453s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
62082025-02-10T19:57:51.913Z PASS [ 19.315s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
62092025-02-10T19:57:55.119Z PASS [ 17.878s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
62102025-02-10T19:57:55.915Z PASS [ 18.942s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
62112025-02-10T19:57:59.934Z PASS [ 23.313s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
62122025-02-10T19:58:07.247Z PASS [ 29.093s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
62132025-02-10T19:58:12.867Z PASS [ 17.742s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
62142025-02-10T19:58:13.392Z PASS [ 17.475s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
62152025-02-10T19:58:14.275Z PASS [ 23.571s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
62162025-02-10T19:58:20.330Z PASS [ 20.394s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
62172025-02-10T19:58:21.828Z PASS [ 37.155s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
62182025-02-10T19:58:30.217Z PASS [ 38.301s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
62192025-02-10T19:58:35.415Z PASS [ 22.019s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
62202025-02-10T19:58:35.735Z PASS [ 48.269s] omicron-nexus::test_all integration_tests::metrics::test_metrics
62212025-02-10T19:58:35.869Z PASS [ 21.592s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
62222025-02-10T19:58:37.519Z PASS [ 30.269s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
62232025-02-10T19:58:42.647Z PASS [ 22.314s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
62242025-02-10T19:58:53.010Z PASS [ 40.143s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
62252025-02-10T19:58:57.262Z PASS [ 21.846s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
62262025-02-10T19:58:59.532Z PASS [ 37.701s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
62272025-02-10T19:59:04.639Z PASS [ 28.767s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
62282025-02-10T19:59:07.014Z PASS [ 29.492s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
62292025-02-10T19:59:08.346Z PASS [ 38.125s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
62302025-02-10T19:59:13.427Z PASS [ 30.777s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
62312025-02-10T19:59:14.509Z PASS [ 21.496s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
62322025-02-10T19:59:15.685Z PASS [ 39.946s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
62332025-02-10T19:59:26.791Z PASS [ 19.776s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
62342025-02-10T19:59:27.269Z PASS [ 18.921s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
62352025-02-10T19:59:33.851Z PASS [ 18.164s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
62362025-02-10T19:59:34.681Z PASS [ 21.252s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
62372025-02-10T19:59:35.800Z PASS [ 21.290s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
62382025-02-10T19:59:36.722Z PASS [ 39.456s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
62392025-02-10T19:59:43.627Z PASS [ 44.090s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
62402025-02-10T19:59:50.392Z PASS [ 23.598s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
62412025-02-10T19:59:53.209Z PASS [ 25.938s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
62422025-02-10T19:59:54.198Z PASS [ 20.345s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
62432025-02-10T19:59:54.251Z PASS [ 19.568s] omicron-nexus::test_all integration_tests::projects::test_projects
62442025-02-10T19:59:54.820Z PASS [ 19.016s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
62452025-02-10T19:59:58.814Z PASS [ 15.186s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
62462025-02-10T20:00:00.971Z PASS [ 56.327s] omicron-nexus::test_all integration_tests::password_login::test_local_users
62472025-02-10T20:00:07.363Z PASS [ 16.968s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
62482025-02-10T20:00:10.901Z PASS [ 16.647s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
62492025-02-10T20:00:11.268Z PASS [ 18.057s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
62502025-02-10T20:00:11.320Z PASS [ 17.121s] omicron-nexus::test_all integration_tests::rack::test_sled_add
62512025-02-10T20:00:12.179Z PASS [ 17.357s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
62522025-02-10T20:00:12.622Z PASS [ 0.444s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
62532025-02-10T20:00:14.746Z PASS [ 3.477s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
62542025-02-10T20:00:14.866Z PASS [ 3.545s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
62552025-02-10T20:00:15.027Z PASS [ 14.055s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
62562025-02-10T20:00:15.845Z PASS [ 17.029s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
62572025-02-10T20:00:16.073Z PASS [ 3.451s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
62582025-02-10T20:00:18.135Z PASS [ 3.388s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
62592025-02-10T20:00:20.512Z PASS [ 13.093s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
62602025-02-10T20:00:20.637Z PASS [ 43.849s] omicron-nexus::test_all integration_tests::quotas::test_quotas
62612025-02-10T20:00:20.691Z PASS [ 0.231s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
62622025-02-10T20:00:20.713Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
62632025-02-10T20:00:20.816Z PASS [ 0.128s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
62642025-02-10T20:00:20.870Z PASS [ 0.161s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
62652025-02-10T20:00:20.943Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
62662025-02-10T20:00:29.703Z PASS [ 18.797s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
62672025-02-10T20:00:35.260Z PASS [ 20.230s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
62682025-02-10T20:00:35.270Z PASS [ 20.402s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
62692025-02-10T20:00:35.647Z PASS [ 19.572s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
62702025-02-10T20:00:37.854Z PASS [ 16.982s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
62712025-02-10T20:00:37.988Z PASS [ 0.133s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
62722025-02-10T20:00:39.068Z PASS [ 18.122s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
62732025-02-10T20:00:39.796Z PASS [ 21.660s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
62742025-02-10T20:00:39.924Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
62752025-02-10T20:00:40.051Z PASS [ 0.127s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
62762025-02-10T20:00:40.985Z PASS [ 25.137s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
62772025-02-10T20:00:46.342Z PASS [ 16.641s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
62782025-02-10T20:00:53.126Z PASS [ 17.865s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
62792025-02-10T20:00:53.490Z PASS [ 18.218s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
62802025-02-10T20:00:53.579Z PASS [ 17.930s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62812025-02-10T20:00:56.278Z PASS [ 17.208s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62822025-02-10T20:00:56.345Z PASS [ 18.355s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62832025-02-10T20:00:57.020Z PASS [ 16.966s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62842025-02-10T20:00:57.647Z PASS [ 16.661s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62852025-02-10T20:00:58.643Z PASS [ 12.299s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62862025-02-10T20:00:59.100Z PASS [ 2.755s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62872025-02-10T20:01:01.295Z PASS [ 2.193s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62882025-02-10T20:01:01.406Z PASS [ 8.278s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62892025-02-10T20:01:03.068Z PASS [ 1.774s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62902025-02-10T20:01:03.198Z PASS [ 1.792s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62912025-02-10T20:01:04.891Z PASS [ 1.823s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62922025-02-10T20:01:05.044Z PASS [ 1.845s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62932025-02-10T20:01:06.303Z PASS [ 1.259s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62942025-02-10T20:01:34.423Z PASS [ 28.116s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62952025-02-10T20:01:45.895Z PASS [ 40.999s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62962025-02-10T20:02:08.913Z PASS [ 23.016s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62972025-02-10T20:02:12.065Z PASS [ 37.640s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62982025-02-10T20:02:22.638Z PASS [ 10.571s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62992025-02-10T20:02:22.680Z PASS [ 10.613s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
63002025-02-10T20:02:22.891Z PASS [ 10.824s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
63012025-02-10T20:02:23.355Z PASS [ 11.288s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
63022025-02-10T20:02:33.552Z PASS [ 10.913s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
63032025-02-10T20:02:33.922Z PASS [ 11.241s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
63042025-02-10T20:02:34.331Z PASS [ 11.438s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
63052025-02-10T20:02:34.438Z PASS [ 11.081s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
63062025-02-10T20:02:44.433Z PASS [ 10.509s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
63072025-02-10T20:02:45.133Z PASS [ 10.801s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
63082025-02-10T20:02:45.538Z PASS [ 11.984s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
63092025-02-10T20:02:45.541Z PASS [ 11.098s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
63102025-02-10T20:02:51.344Z PASS [ 42.427s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
63112025-02-10T20:03:00.134Z PASS [ 15.699s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
63122025-02-10T20:03:02.168Z PASS [ 16.628s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
63132025-02-10T20:03:02.170Z PASS [ 17.033s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
63142025-02-10T20:03:09.090Z PASS [ 17.742s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
63152025-02-10T20:03:09.113Z PASS [ 17.767s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
63162025-02-10T20:03:09.444Z PASS [ 23.904s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
63172025-02-10T20:03:09.509Z PASS [ 18.163s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
63182025-02-10T20:03:11.968Z PASS [ 20.622s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
63192025-02-10T20:03:18.543Z PASS [ 18.407s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
63202025-02-10T20:03:20.086Z PASS [ 17.916s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
63212025-02-10T20:03:23.738Z PASS [ 21.567s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
63222025-02-10T20:03:27.895Z PASS [ 18.780s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
63232025-02-10T20:03:28.614Z PASS [ 19.103s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
63242025-02-10T20:03:32.145Z PASS [ 22.698s] omicron-nexus::test_all integration_tests::silos::test_silos
63252025-02-10T20:03:34.231Z PASS [ 25.140s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
63262025-02-10T20:03:37.418Z PASS [ 18.873s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
63272025-02-10T20:03:40.575Z PASS [ 28.604s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
63282025-02-10T20:03:42.268Z PASS [ 18.529s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
63292025-02-10T20:03:43.104Z PASS [ 23.015s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
63302025-02-10T20:03:51.264Z PASS [ 17.031s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
63312025-02-10T20:03:55.465Z PASS [ 27.567s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
63322025-02-10T20:03:56.037Z PASS [ 18.617s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
63332025-02-10T20:03:58.884Z PASS [ 30.267s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
63342025-02-10T20:03:59.538Z PASS [ 27.390s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
63352025-02-10T20:04:00.107Z PASS [ 19.530s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
63362025-02-10T20:04:00.742Z PASS [ 18.471s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
63372025-02-10T20:04:02.157Z PASS [ 1.414s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
63382025-02-10T20:04:03.971Z PASS [ 4.431s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
63392025-02-10T20:04:04.754Z PASS [ 4.645s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
63402025-02-10T20:04:06.635Z PASS [ 4.476s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
63412025-02-10T20:04:08.456Z PASS [ 4.485s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
63422025-02-10T20:04:11.531Z PASS [ 28.425s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
63432025-02-10T20:04:12.737Z PASS [ 21.470s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
63442025-02-10T20:04:20.691Z PASS [ 25.224s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
63452025-02-10T20:04:20.862Z PASS [ 24.822s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
63462025-02-10T20:04:21.227Z PASS [ 16.472s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
63472025-02-10T20:04:21.789Z PASS [ 22.903s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
63482025-02-10T20:04:23.041Z PASS [ 2.349s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
63492025-02-10T20:04:28.984Z PASS [ 17.450s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
63502025-02-10T20:04:32.556Z PASS [ 24.097s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
63512025-02-10T20:04:36.726Z PASS [ 14.935s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
63522025-02-10T20:04:37.363Z PASS [ 16.500s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
63532025-02-10T20:04:38.542Z PASS [ 31.905s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
63542025-02-10T20:04:39.621Z PASS [ 16.578s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
63552025-02-10T20:04:43.150Z PASS [ 21.920s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
63562025-02-10T20:04:57.588Z PASS [ 28.601s] omicron-nexus::test_all integration_tests::utilization::test_utilization
63572025-02-10T20:04:57.590Z PASS [ 25.029s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
63582025-02-10T20:04:58.527Z PASS [ 21.161s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
63592025-02-10T20:05:02.470Z PASS [ 25.740s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
63602025-02-10T20:05:05.457Z PASS [ 26.912s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
63612025-02-10T20:05:06.698Z PASS [ 27.074s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
63622025-02-10T20:05:09.909Z PASS [ 26.757s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
63632025-02-10T20:05:12.754Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63642025-02-10T20:05:24.357Z PASS [ 26.766s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
63652025-02-10T20:05:25.367Z PASS [ 27.777s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
63662025-02-10T20:05:26.033Z PASS [ 27.503s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
63672025-02-10T20:05:28.553Z PASS [ 23.094s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
63682025-02-10T20:05:29.704Z PASS [ 27.232s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
63692025-02-10T20:05:44.127Z PASS [ 19.768s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
63702025-02-10T20:05:45.983Z PASS [ 19.948s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
63712025-02-10T20:05:50.861Z PASS [ 25.491s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
63722025-02-10T20:05:57.157Z PASS [ 23.929s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
63732025-02-10T20:05:57.270Z PASS [ 101.097s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63742025-02-10T20:05:57.270Z PASS [ 27.110s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
63752025-02-10T20:06:02.977Z PASS [ 53.062s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
63762025-02-10T20:06:06.716Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63772025-02-10T20:06:10.985Z PASS [ 26.855s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
63782025-02-10T20:06:17.359Z PASS [ 70.654s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63792025-02-10T20:06:17.813Z PASS [ 31.827s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
63802025-02-10T20:06:22.857Z PASS [ 31.993s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
63812025-02-10T20:06:23.629Z PASS [ 26.809s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
63822025-02-10T20:06:26.271Z PASS [ 33.782s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63832025-02-10T20:06:27.975Z PASS [ 34.129s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63842025-02-10T20:06:28.615Z PASS [ 25.635s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63852025-02-10T20:06:49.403Z PASS [ 33.957s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63862025-02-10T20:06:49.858Z PASS [ 22.959s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63872025-02-10T20:06:49.877Z PASS [ 22.404s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63882025-02-10T20:06:49.877Z PASS [ 21.505s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63892025-02-10T20:06:50.285Z PASS [ 21.668s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63902025-02-10T20:07:04.455Z PASS [ 14.971s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63912025-02-10T20:07:05.444Z PASS [ 15.157s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63922025-02-10T20:07:06.552Z PASS [ 21.605s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63932025-02-10T20:07:10.831Z PASS [ 22.152s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63942025-02-10T20:07:10.992Z PASS [ 53.175s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63952025-02-10T20:07:11.014Z PASS [ 24.421s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63962025-02-10T20:07:17.420Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
63972025-02-10T20:07:18.445Z PASS [ 55.583s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63982025-02-10T20:07:20.541Z PASS [ 16.084s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63992025-02-10T20:07:21.755Z PASS [ 16.310s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
64002025-02-10T20:07:23.031Z PASS [ 16.476s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
64012025-02-10T20:07:27.554Z PASS [ 16.721s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
64022025-02-10T20:07:27.751Z PASS [ 16.756s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
64032025-02-10T20:07:28.054Z PASS [ 17.038s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
64042025-02-10T20:07:36.572Z PASS [ 18.124s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
64052025-02-10T20:07:39.298Z PASS [ 17.540s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
64062025-02-10T20:07:40.711Z PASS [ 17.678s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
64072025-02-10T20:07:40.896Z PASS [ 20.353s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
64082025-02-10T20:07:41.847Z PASS [ 84.481s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
64092025-02-10T20:07:43.104Z PASS [ 15.351s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
64102025-02-10T20:07:43.628Z PASS [ 16.073s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
64112025-02-10T20:07:43.676Z PASS [ 15.620s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
64122025-02-10T20:07:54.349Z PASS [ 17.776s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
64132025-02-10T20:07:57.183Z PASS [ 17.883s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
64142025-02-10T20:07:58.228Z PASS [ 17.515s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
64152025-02-10T20:07:58.264Z PASS [ 17.366s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
64162025-02-10T20:07:59.218Z PASS [ 17.369s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
64172025-02-10T20:07:59.890Z PASS [ 16.260s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
64182025-02-10T20:07:59.994Z PASS [ 16.889s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
64192025-02-10T20:08:13.936Z PASS [ 30.257s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
64202025-02-10T20:08:14.416Z PASS [ 17.231s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
64212025-02-10T20:08:14.932Z PASS [ 16.666s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
64222025-02-10T20:08:15.219Z PASS [ 16.989s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
64232025-02-10T20:08:16.195Z PASS [ 16.976s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
64242025-02-10T20:08:17.069Z PASS [ 17.177s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
64252025-02-10T20:08:25.207Z PASS [ 30.854s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
64262025-02-10T20:08:28.909Z PASS [ 28.912s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
64272025-02-10T20:08:32.834Z PASS [ 18.416s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
64282025-02-10T20:08:33.754Z PASS [ 19.816s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
64292025-02-10T20:08:35.794Z PASS [ 20.859s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
64302025-02-10T20:08:39.505Z PASS [ 23.306s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
64312025-02-10T20:08:40.013Z PASS [ 24.792s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
64322025-02-10T20:08:40.063Z PASS [ 0.049s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
64332025-02-10T20:08:40.098Z PASS [ 0.035s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
64342025-02-10T20:08:40.157Z PASS [ 0.059s] omicron-package config::tests::multi_preset_arg
64352025-02-10T20:08:40.212Z PASS [ 0.053s] omicron-package dot::test::test_bad_dependency
64362025-02-10T20:08:40.256Z PASS [ 0.044s] omicron-package dot::test::test_dot_output
64372025-02-10T20:08:47.960Z PASS [ 7.704s] omicron-passwords test::test_compatible
64382025-02-10T20:08:47.986Z PASS [ 0.025s] omicron-passwords test::test_password_constraints
64392025-02-10T20:08:48.038Z PASS [ 8.533s] omicron-omdb::test_all_output test_omdb_usage_errors
64402025-02-10T20:08:50.389Z PASS [ 25.180s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
64412025-02-10T20:08:50.435Z PASS [ 0.045s] omicron-passwords test::test_stable
64422025-02-10T20:08:50.454Z PASS [ 21.543s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
64432025-02-10T20:08:50.462Z PASS [ 0.026s] omicron-passwords test::test_weak_hashes
64442025-02-10T20:08:50.486Z PASS [ 0.032s] omicron-rpaths internal::tests::test_configure_from_path
64452025-02-10T20:08:50.511Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
64462025-02-10T20:08:50.519Z PASS [ 0.055s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
64472025-02-10T20:08:50.690Z PASS [ 2.703s] omicron-passwords test::test_reproducible
64482025-02-10T20:08:50.926Z PASS [ 0.406s] omicron-sled-agent artifact_store::test::no_dataset
64492025-02-10T20:08:50.962Z PASS [ 0.272s] omicron-sled-agent artifact_store::test::wrong_hash
64502025-02-10T20:08:50.981Z PASS [ 0.470s] omicron-sled-agent artifact_store::test::list_get_put_delete
64512025-02-10T20:08:51.067Z PASS [ 0.141s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
64522025-02-10T20:08:51.089Z PASS [ 0.107s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
64532025-02-10T20:08:51.190Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
64542025-02-10T20:08:51.218Z PASS [ 0.151s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
64552025-02-10T20:08:51.280Z PASS [ 0.062s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
64562025-02-10T20:08:51.337Z PASS [ 0.056s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
64572025-02-10T20:08:51.399Z PASS [ 0.062s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
64582025-02-10T20:08:51.438Z PASS [ 0.039s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
64592025-02-10T20:08:51.478Z PASS [ 0.040s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
64602025-02-10T20:08:51.517Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
64612025-02-10T20:08:51.552Z PASS [ 0.035s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
64622025-02-10T20:08:51.577Z PASS [ 0.615s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
64632025-02-10T20:08:51.587Z PASS [ 0.035s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
64642025-02-10T20:08:51.615Z PASS [ 0.037s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
64652025-02-10T20:08:51.651Z PASS [ 0.063s] omicron-sled-agent config::test::test_smf_configs
64662025-02-10T20:08:51.674Z PASS [ 0.059s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
64672025-02-10T20:08:51.698Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
64682025-02-10T20:08:51.722Z PASS [ 0.047s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
64692025-02-10T20:08:51.748Z PASS [ 0.050s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
64702025-02-10T20:08:51.750Z PASS [ 0.558s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
64712025-02-10T20:08:51.767Z PASS [ 0.045s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
64722025-02-10T20:08:51.799Z PASS [ 0.051s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
64732025-02-10T20:08:51.871Z PASS [ 19.035s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
64742025-02-10T20:08:55.441Z PASS [ 3.569s] omicron-sled-agent instance::tests::test_instance_manager_creation
64752025-02-10T20:08:55.546Z PASS [ 3.794s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64762025-02-10T20:08:55.582Z PASS [ 0.039s] omicron-sled-agent probe_manager::test::probe_state_set_ops
64772025-02-10T20:08:55.612Z PASS [ 0.029s] omicron-sled-agent profile::tests::empty_profile
64782025-02-10T20:08:55.644Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_disabled_instance
64792025-02-10T20:08:55.673Z PASS [ 0.029s] omicron-sled-agent profile::tests::test_instance
64802025-02-10T20:08:55.710Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
64812025-02-10T20:08:55.742Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_property
64822025-02-10T20:08:55.772Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property_group
64832025-02-10T20:08:55.802Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_service
64842025-02-10T20:08:55.835Z PASS [ 0.033s] omicron-sled-agent profile::tests::test_service_property_group
64852025-02-10T20:08:55.846Z PASS [ 22.089s] omicron-omdb::test_all_output test_omdb_env_settings
64862025-02-10T20:08:55.853Z PASS [ 38.780s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64872025-02-10T20:08:55.866Z PASS [ 0.031s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64882025-02-10T20:08:55.876Z PASS [ 0.030s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64892025-02-10T20:08:55.887Z PASS [ 0.034s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64902025-02-10T20:08:55.914Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64912025-02-10T20:08:55.923Z PASS [ 0.046s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64922025-02-10T20:08:55.926Z PASS [ 0.036s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64932025-02-10T20:08:56.620Z PASS [ 4.820s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64942025-02-10T20:08:57.333Z PASS [ 5.564s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64952025-02-10T20:08:59.069Z PASS [ 3.154s] omicron-sled-agent services::illumos_tests::test_bad_generations
64962025-02-10T20:08:59.225Z PASS [ 3.301s] omicron-sled-agent services::illumos_tests::test_ensure_service
64972025-02-10T20:08:59.287Z PASS [ 0.060s] omicron-sled-agent services::test::test_all_zones_requests_schema
64982025-02-10T20:08:59.309Z PASS [ 3.385s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64992025-02-10T20:08:59.322Z PASS [ 0.035s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
65002025-02-10T20:08:59.350Z PASS [ 0.039s] omicron-sled-agent services::test::test_fix_7229_zone_config_reconciliation
65012025-02-10T20:08:59.357Z PASS [ 0.034s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
65022025-02-10T20:08:59.386Z PASS [ 0.028s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
65032025-02-10T20:08:59.392Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
65042025-02-10T20:08:59.426Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
65052025-02-10T20:08:59.433Z PASS [ 0.040s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
65062025-02-10T20:08:59.465Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
65072025-02-10T20:08:59.472Z PASS [ 0.039s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
65082025-02-10T20:08:59.510Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
65092025-02-10T20:08:59.547Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
65102025-02-10T20:08:59.579Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
65112025-02-10T20:08:59.614Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
65122025-02-10T20:08:59.646Z PASS [ 0.032s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
65132025-02-10T20:08:59.688Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset
65142025-02-10T20:08:59.727Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
65152025-02-10T20:08:59.767Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
65162025-02-10T20:08:59.774Z PASS [ 3.146s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
65172025-02-10T20:08:59.809Z PASS [ 0.042s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
65182025-02-10T20:08:59.819Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::snapshot_needs_region
65192025-02-10T20:08:59.975Z PASS [ 11.935s] omicron-passwords test::test_smoke
65202025-02-10T20:09:00.832Z PASS [ 3.498s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
65212025-02-10T20:09:01.973Z PASS [ 2.902s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
65222025-02-10T20:09:03.237Z PASS [ 3.772s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
65232025-02-10T20:09:03.427Z PASS [ 27.630s] omicron-omdb::test_all_output test_omdb_success_cases
65242025-02-10T20:09:03.456Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_no_components
65252025-02-10T20:09:03.486Z PASS [ 0.029s] omicron-sled-agent updates::test::test_query_sled_agent_version
65262025-02-10T20:09:03.518Z PASS [ 0.032s] omicron-sled-agent updates::test::test_query_zone_version
65272025-02-10T20:09:03.545Z PASS [ 0.027s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
65282025-02-10T20:09:04.925Z PASS [ 4.949s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
65292025-02-10T20:09:05.077Z PASS [ 5.260s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
65302025-02-10T20:09:05.113Z PASS [ 0.035s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
65312025-02-10T20:09:05.132Z PASS [ 5.322s] omicron-sled-agent support_bundle::storage::tests::basic_crud
65322025-02-10T20:09:05.646Z PASS [ 4.812s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
65332025-02-10T20:09:07.285Z PASS [ 5.310s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
65342025-02-10T20:09:07.351Z PASS [ 0.065s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
65352025-02-10T20:09:07.396Z PASS [ 0.045s] omicron-sled-agent zone_bundle::tests::test_dir_size
65362025-02-10T20:09:07.455Z PASS [ 0.058s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
65372025-02-10T20:09:08.206Z PASS [ 0.750s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
65382025-02-10T20:09:08.482Z PASS [ 4.936s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
65392025-02-10T20:09:08.654Z PASS [ 3.728s] omicron-sled-agent zone_bundle::illumos_tests::test_context
65402025-02-10T20:09:08.678Z PASS [ 0.196s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
65412025-02-10T20:09:08.764Z PASS [ 0.085s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
65422025-02-10T20:09:08.786Z PASS [ 0.022s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
65432025-02-10T20:09:08.807Z PASS [ 3.674s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
65442025-02-10T20:09:08.975Z PASS [ 0.768s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
65452025-02-10T20:09:09.445Z PASS [ 4.332s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
65462025-02-10T20:09:09.474Z PASS [ 0.028s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
65472025-02-10T20:09:09.505Z PASS [ 0.031s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
65482025-02-10T20:09:09.540Z PASS [ 0.733s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
65492025-02-10T20:09:09.544Z PASS [ 0.754s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
65502025-02-10T20:09:09.565Z PASS [ 0.911s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
65512025-02-10T20:09:09.608Z PASS [ 3.961s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
65522025-02-10T20:09:09.659Z PASS [ 0.154s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
65532025-02-10T20:09:09.811Z PASS [ 0.270s] omicron-test-utils dev::db::test::test_bad_cmd
65542025-02-10T20:09:09.862Z PASS [ 0.050s] omicron-test-utils dev::db::test::test_make_pg_config_fail
65552025-02-10T20:09:09.894Z PASS [ 0.032s] omicron-test-utils dev::db::test::test_make_pg_config_ok
65562025-02-10T20:09:09.916Z PASS [ 0.256s] omicron-test-utils dev::db::test::test_database_start_hang
65572025-02-10T20:09:09.933Z PASS [ 0.038s] omicron-test-utils dev::db::test::test_process_exit_abnormal
65582025-02-10T20:09:09.959Z PASS [ 0.042s] omicron-test-utils dev::db::test::test_process_exit_normal
65592025-02-10T20:09:09.977Z PASS [ 0.436s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
65602025-02-10T20:09:09.988Z PASS [ 0.423s] omicron-test-utils dev::db::test::test_cmd_fails
65612025-02-10T20:09:10.008Z PASS [ 1.032s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
65622025-02-10T20:09:10.022Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_starter_tmpdir
65632025-02-10T20:09:10.062Z PASS [ 0.039s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
65642025-02-10T20:09:10.080Z PASS [ 0.072s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
65652025-02-10T20:09:10.097Z PASS [ 0.035s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
65662025-02-10T20:09:10.119Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
65672025-02-10T20:09:10.174Z PASS [ 0.076s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
65682025-02-10T20:09:10.191Z PASS [ 0.071s] omicron-test-utils dev::test_cmds::tests::test_redact_section
65692025-02-10T20:09:10.350Z PASS [ 7.112s] omicron-sled-agent support_bundle::storage::tests::ranges
65702025-02-10T20:09:10.453Z LEAK [ 0.519s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
65712025-02-10T20:09:10.716Z PASS [ 0.263s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
65722025-02-10T20:09:10.743Z PASS [ 0.568s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
65732025-02-10T20:09:10.925Z PASS [ 0.574s] oximeter test::timeseries_schema_consistency
65742025-02-10T20:09:11.100Z PASS [ 0.174s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
65752025-02-10T20:09:11.120Z PASS [ 0.377s] oximeter-collector agent::tests::test_self_stat_error_counter
65762025-02-10T20:09:11.128Z PASS [ 0.411s] oximeter-collector agent::tests::test_self_stat_collection_count
65772025-02-10T20:09:11.158Z PASS [ 0.029s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
65782025-02-10T20:09:11.192Z PASS [ 0.034s] oximeter-collector self_stats::tests::test_failure_reason_serialization
65792025-02-10T20:09:11.236Z PASS [ 0.136s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
65802025-02-10T20:09:11.532Z PASS [ 1.156s] openapi-manager check::tests::check_apis_up_to_date
65812025-02-10T20:09:11.535Z PASS [ 1.375s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
65822025-02-10T20:09:11.535Z PASS [ 1.744s] omicron-test-utils dev::db::test::test_database_concurrent
65832025-02-10T20:09:11.535Z PASS [ 0.045s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
65842025-02-10T20:09:11.535Z PASS [ 0.052s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
65852025-02-10T20:09:11.535Z PASS [ 0.066s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
65862025-02-10T20:09:11.535Z PASS [ 0.176s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
65872025-02-10T20:09:11.535Z PASS [ 0.031s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
65882025-02-10T20:09:11.695Z PASS [ 0.503s] oximeter-collector::test_commands test_oximeter_no_args
65892025-02-10T20:09:12.176Z PASS [ 1.056s] oximeter-collector agent::tests::verify_producer_details
65902025-02-10T20:09:12.332Z PASS [ 0.637s] oximeter-db client::tests::can_ping_clickhouse
65912025-02-10T20:09:12.443Z PASS [ 0.111s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65922025-02-10T20:09:12.510Z PASS [ 0.066s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65932025-02-10T20:09:12.722Z PASS [ 1.315s] oximeter-db client::oxql::tests::test_get_entire_table
65942025-02-10T20:09:12.738Z PASS [ 1.324s] oximeter-db client::oxql::tests::test_get_one_timeseries
65952025-02-10T20:09:12.772Z PASS [ 1.358s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65962025-02-10T20:09:12.781Z PASS [ 1.349s] oximeter-db client::oxql::tests::test_limit_operations
65972025-02-10T20:09:13.425Z PASS [ 0.644s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65982025-02-10T20:09:13.495Z PASS [ 0.756s] oximeter-db client::tests::read_latest_version_reports_max
65992025-02-10T20:09:13.509Z PASS [ 0.736s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
66002025-02-10T20:09:14.138Z PASS [ 0.629s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
66012025-02-10T20:09:14.173Z PASS [ 0.748s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
66022025-02-10T20:09:14.668Z PASS [ 1.173s] oximeter-db client::tests::select_timeseries_with_select_one
66032025-02-10T20:09:15.005Z PASS [ 0.866s] oximeter-db client::tests::test_client_select_timeseries_one
66042025-02-10T20:09:15.024Z PASS [ 0.850s] oximeter-db client::tests::test_database_version_update_is_idempotent
66052025-02-10T20:09:15.333Z PASS [ 2.611s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
66062025-02-10T20:09:15.453Z PASS [ 0.784s] oximeter-db client::tests::test_database_version_will_not_downgrade
66072025-02-10T20:09:15.779Z PASS [ 0.773s] oximeter-db client::tests::test_database_version_will_not_upgrade
66082025-02-10T20:09:15.829Z PASS [ 0.804s] oximeter-db client::tests::test_differentiate_by_timeseries_name
66092025-02-10T20:09:16.143Z PASS [ 0.809s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
66102025-02-10T20:09:16.227Z PASS [ 0.774s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
66112025-02-10T20:09:16.701Z PASS [ 0.922s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
66122025-02-10T20:09:16.943Z PASS [ 0.799s] oximeter-db client::tests::test_field_record_count
66132025-02-10T20:09:17.147Z PASS [ 0.919s] oximeter-db client::tests::test_get_schema_no_new_values
66142025-02-10T20:09:17.450Z PASS [ 1.620s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
66152025-02-10T20:09:17.667Z PASS [ 7.707s] omicron-test-utils dev::db::test::test_setup_database_default_dir
66162025-02-10T20:09:17.681Z PASS [ 0.978s] oximeter-db client::tests::test_insert_samples
66172025-02-10T20:09:17.703Z PASS [ 0.036s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
66182025-02-10T20:09:17.712Z PASS [ 0.769s] oximeter-db client::tests::test_is_oximeter_cluster
66192025-02-10T20:09:17.720Z PASS [ 0.039s] oximeter-db client::tests::test_read_timeseries_to_delete
66202025-02-10T20:09:17.738Z PASS [ 0.035s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
66212025-02-10T20:09:17.745Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
66222025-02-10T20:09:17.986Z PASS [ 0.839s] oximeter-db client::tests::test_list_timeseries
66232025-02-10T20:09:18.205Z PASS [ 0.754s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
66242025-02-10T20:09:18.493Z PASS [ 0.754s] oximeter-db client::tests::test_schema_mismatch
66252025-02-10T20:09:18.502Z PASS [ 0.756s] oximeter-db client::tests::test_schema_update
66262025-02-10T20:09:18.817Z PASS [ 0.830s] oximeter-db client::tests::test_select_all_datum_types
66272025-02-10T20:09:18.888Z PASS [ 1.167s] oximeter-db client::tests::test_recall_of_all_fields
66282025-02-10T20:09:18.989Z PASS [ 0.784s] oximeter-db client::tests::test_select_all_field_types
66292025-02-10T20:09:19.319Z PASS [ 0.825s] oximeter-db client::tests::test_select_timeseries_with_all
66302025-02-10T20:09:19.538Z PASS [ 1.036s] oximeter-db client::tests::test_select_timeseries_with_limit
66312025-02-10T20:09:19.738Z PASS [ 0.848s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
66322025-02-10T20:09:19.838Z PASS [ 0.848s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
66332025-02-10T20:09:19.848Z PASS [ 1.031s] oximeter-db client::tests::test_select_timeseries_with_order
66342025-02-10T20:09:19.869Z PASS [ 0.030s] oximeter-db client::tests::test_unravel_index
66352025-02-10T20:09:19.915Z PASS [ 0.045s] oximeter-db client::tests::test_verify_schema_upgrades
66362025-02-10T20:09:19.949Z PASS [ 0.034s] oximeter-db model::fields::tests::test_extract_fields_as_block
66372025-02-10T20:09:19.977Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
66382025-02-10T20:09:20.016Z PASS [ 0.038s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
66392025-02-10T20:09:20.049Z PASS [ 0.033s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
66402025-02-10T20:09:20.082Z PASS [ 0.032s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
66412025-02-10T20:09:20.118Z PASS [ 0.036s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
66422025-02-10T20:09:20.155Z PASS [ 0.036s] oximeter-db native::block::tests::concat_blocks
66432025-02-10T20:09:20.173Z PASS [ 0.853s] oximeter-db client::tests::test_select_timeseries_with_start_time
66442025-02-10T20:09:20.181Z PASS [ 0.025s] oximeter-db native::block::tests::datetime64_scale_checks_range
66452025-02-10T20:09:20.200Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time
66462025-02-10T20:09:20.209Z PASS [ 0.027s] oximeter-db native::block::tests::parse_date_time64
66472025-02-10T20:09:20.234Z PASS [ 0.033s] oximeter-db native::block::tests::parse_escaped_date_time64
66482025-02-10T20:09:20.242Z PASS [ 0.033s] oximeter-db native::block::tests::test_data_type_to_string
66492025-02-10T20:09:20.259Z PASS [ 0.025s] oximeter-db native::block::tests::test_datetime64_conversions
66502025-02-10T20:09:20.267Z PASS [ 0.024s] oximeter-db native::block::tests::test_parse_all_known_timezones
66512025-02-10T20:09:20.285Z PASS [ 0.025s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
66522025-02-10T20:09:20.296Z PASS [ 0.029s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
66532025-02-10T20:09:20.318Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_enum8
66542025-02-10T20:09:20.330Z PASS [ 0.033s] oximeter-db native::block::tests::test_parse_enum_variant
66552025-02-10T20:09:20.351Z PASS [ 0.032s] oximeter-db native::block::tests::test_parse_invalid_data_type
66562025-02-10T20:09:20.536Z PASS [ 0.797s] oximeter-db client::tests::test_timeseries_schema_list
66572025-02-10T20:09:20.673Z PASS [ 0.824s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
66582025-02-10T20:09:20.920Z PASS [ 1.381s] oximeter-db client::tests::test_sql_query_output
66592025-02-10T20:09:20.933Z PASS [ 0.603s] oximeter-db native::connection::tests::test_basic_select_query
66602025-02-10T20:09:21.055Z PASS [ 0.703s] oximeter-db native::connection::tests::test_can_cancel_query
66612025-02-10T20:09:21.134Z PASS [ 0.598s] oximeter-db native::connection::tests::test_exchange_hello
66622025-02-10T20:09:21.280Z PASS [ 0.606s] oximeter-db native::connection::tests::test_insert_and_select_data
66632025-02-10T20:09:21.520Z PASS [ 0.600s] oximeter-db native::connection::tests::test_insert_and_select_uuid
66642025-02-10T20:09:21.532Z PASS [ 0.597s] oximeter-db native::connection::tests::test_select_array_column
66652025-02-10T20:09:21.545Z PASS [ 0.024s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
66662025-02-10T20:09:21.552Z PASS [ 0.020s] oximeter-db native::io::block::tests::test_decode_full_block
66672025-02-10T20:09:21.570Z PASS [ 0.025s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
66682025-02-10T20:09:21.576Z PASS [ 0.023s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
66692025-02-10T20:09:21.608Z PASS [ 0.037s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
66702025-02-10T20:09:21.611Z PASS [ 0.031s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
66712025-02-10T20:09:21.635Z PASS [ 0.026s] oximeter-db native::io::column::tests::test_decode_string_column
66722025-02-10T20:09:21.640Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_uint64_column
66732025-02-10T20:09:21.648Z PASS [ 0.593s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
66742025-02-10T20:09:21.655Z PASS [ 0.020s] oximeter-db native::io::column::tests::test_decode_uint8_column
66752025-02-10T20:09:21.660Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uuid_column
66762025-02-10T20:09:21.668Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_encode_decode_column
66772025-02-10T20:09:21.673Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
66782025-02-10T20:09:21.678Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
66792025-02-10T20:09:21.695Z PASS [ 0.026s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
66802025-02-10T20:09:21.704Z PASS [ 0.030s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
66812025-02-10T20:09:21.712Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
66822025-02-10T20:09:21.731Z PASS [ 0.035s] oximeter-db native::io::packet::server::tests::test_decode_pong
66832025-02-10T20:09:21.738Z PASS [ 0.033s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
66842025-02-10T20:09:21.741Z PASS [ 0.603s] oximeter-db native::connection::tests::test_select_nullable_column
66852025-02-10T20:09:21.748Z PASS [ 0.032s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
66862025-02-10T20:09:21.759Z PASS [ 0.028s] oximeter-db native::io::string::test::test_encode_decode
66872025-02-10T20:09:21.764Z PASS [ 0.024s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66882025-02-10T20:09:21.766Z PASS [ 0.025s] oximeter-db native::io::string::test::test_encode_hello_world
66892025-02-10T20:09:21.772Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_count
66902025-02-10T20:09:21.782Z PASS [ 0.023s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66912025-02-10T20:09:21.790Z PASS [ 0.025s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66922025-02-10T20:09:21.793Z PASS [ 0.026s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66932025-02-10T20:09:21.803Z PASS [ 0.025s] oximeter-db native::io::varuint::test_encode_decode_varuint
66942025-02-10T20:09:21.815Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66952025-02-10T20:09:21.823Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66962025-02-10T20:09:21.830Z PASS [ 0.038s] oximeter-db oxql::ast::grammar::tests::test_comparison
66972025-02-10T20:09:21.837Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66982025-02-10T20:09:21.842Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66992025-02-10T20:09:21.847Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
67002025-02-10T20:09:21.853Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
67012025-02-10T20:09:21.858Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
67022025-02-10T20:09:21.864Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
67032025-02-10T20:09:21.868Z PASS [ 0.588s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
67042025-02-10T20:09:21.871Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
67052025-02-10T20:09:21.874Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
67062025-02-10T20:09:21.879Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
67072025-02-10T20:09:21.886Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
67082025-02-10T20:09:21.899Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
67092025-02-10T20:09:21.901Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_group_by
67102025-02-10T20:09:21.908Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
67112025-02-10T20:09:21.926Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_ident
67122025-02-10T20:09:21.935Z PASS [ 0.049s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
67132025-02-10T20:09:21.949Z PASS [ 0.050s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
67142025-02-10T20:09:21.963Z PASS [ 0.062s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
67152025-02-10T20:09:21.972Z PASS [ 0.058s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
67162025-02-10T20:09:21.975Z PASS [ 0.048s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
67172025-02-10T20:09:21.975Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
67182025-02-10T20:09:21.993Z PASS [ 0.037s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
67192025-02-10T20:09:22.000Z PASS [ 0.035s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
67202025-02-10T20:09:22.015Z PASS [ 0.042s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
67212025-02-10T20:09:22.024Z PASS [ 0.046s] oximeter-db oxql::ast::grammar::tests::test_query
67222025-02-10T20:09:22.026Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
67232025-02-10T20:09:22.038Z PASS [ 0.031s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
67242025-02-10T20:09:22.045Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
67252025-02-10T20:09:22.050Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_reducer
67262025-02-10T20:09:22.056Z PASS [ 0.032s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
67272025-02-10T20:09:22.060Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
67282025-02-10T20:09:22.065Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
67292025-02-10T20:09:22.070Z PASS [ 0.019s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
67302025-02-10T20:09:22.076Z PASS [ 0.020s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
67312025-02-10T20:09:22.084Z PASS [ 0.022s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
67322025-02-10T20:09:22.092Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
67332025-02-10T20:09:22.099Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
67342025-02-10T20:09:22.106Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
67352025-02-10T20:09:22.113Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
67362025-02-10T20:09:22.122Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
67372025-02-10T20:09:22.131Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
67382025-02-10T20:09:22.139Z PASS [ 0.033s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
67392025-02-10T20:09:22.145Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
67402025-02-10T20:09:22.152Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
67412025-02-10T20:09:22.170Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
67422025-02-10T20:09:22.173Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
67432025-02-10T20:09:22.177Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
67442025-02-10T20:09:22.184Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
67452025-02-10T20:09:22.208Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
67462025-02-10T20:09:22.216Z PASS [ 0.045s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
67472025-02-10T20:09:22.219Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
67482025-02-10T20:09:22.230Z PASS [ 0.039s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
67492025-02-10T20:09:22.242Z PASS [ 0.034s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
67502025-02-10T20:09:22.248Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
67512025-02-10T20:09:22.254Z PASS [ 0.036s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
67522025-02-10T20:09:22.261Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
67532025-02-10T20:09:22.267Z PASS [ 0.024s] oximeter-db oxql::plan::align::test::test_align_input_schema
67542025-02-10T20:09:22.349Z PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
67552025-02-10T20:09:22.355Z PASS [ 0.094s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
67562025-02-10T20:09:22.358Z PASS [ 0.101s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
67572025-02-10T20:09:22.395Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
67582025-02-10T20:09:22.468Z PASS [ 0.111s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
67592025-02-10T20:09:22.476Z PASS [ 0.119s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
67602025-02-10T20:09:22.502Z PASS [ 0.145s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
67612025-02-10T20:09:22.522Z PASS [ 0.126s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
67622025-02-10T20:09:22.599Z PASS [ 0.129s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
67632025-02-10T20:09:22.620Z PASS [ 0.141s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
67642025-02-10T20:09:22.639Z PASS [ 0.137s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
67652025-02-10T20:09:22.649Z PASS [ 0.127s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
67662025-02-10T20:09:22.733Z PASS [ 0.135s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
67672025-02-10T20:09:22.742Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
67682025-02-10T20:09:22.749Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
67692025-02-10T20:09:22.765Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
67702025-02-10T20:09:22.854Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
67712025-02-10T20:09:22.862Z PASS [ 0.112s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
67722025-02-10T20:09:22.864Z PASS [ 0.121s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
67732025-02-10T20:09:22.883Z PASS [ 0.120s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
67742025-02-10T20:09:22.917Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits
67752025-02-10T20:09:22.951Z PASS [ 0.033s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
67762025-02-10T20:09:22.972Z PASS [ 0.118s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
67772025-02-10T20:09:22.975Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
67782025-02-10T20:09:22.978Z PASS [ 0.115s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
67792025-02-10T20:09:22.983Z PASS [ 0.115s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
67802025-02-10T20:09:23.003Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
67812025-02-10T20:09:23.010Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
67822025-02-10T20:09:23.018Z PASS [ 0.034s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
67832025-02-10T20:09:23.027Z PASS [ 0.043s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
67842025-02-10T20:09:23.042Z PASS [ 0.039s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
67852025-02-10T20:09:23.048Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates
67862025-02-10T20:09:23.055Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
67872025-02-10T20:09:23.058Z PASS [ 0.037s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
67882025-02-10T20:09:23.071Z PASS [ 0.029s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
67892025-02-10T20:09:23.078Z PASS [ 0.021s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
67902025-02-10T20:09:23.084Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
67912025-02-10T20:09:23.087Z PASS [ 0.035s] oximeter-db oxql::query::tests::test_query_end_time
67922025-02-10T20:09:23.098Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
67932025-02-10T20:09:23.105Z PASS [ 0.027s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
67942025-02-10T20:09:23.117Z PASS [ 0.032s] oximeter-db query::tests::test_field_cmp
67952025-02-10T20:09:23.125Z PASS [ 0.040s] oximeter-db oxql::query::tests::test_split_query
67962025-02-10T20:09:23.132Z PASS [ 0.034s] oximeter-db query::tests::test_field_selector_as_query
67972025-02-10T20:09:23.141Z PASS [ 0.035s] oximeter-db query::tests::test_field_value_as_db_str
67982025-02-10T20:09:23.155Z PASS [ 0.038s] oximeter-db query::tests::test_select_query_builder_field_selectors
67992025-02-10T20:09:23.162Z PASS [ 0.035s] oximeter-db query::tests::test_select_query_builder_filter_raw
68002025-02-10T20:09:23.165Z PASS [ 0.028s] oximeter-db query::tests::test_select_query_builder_from_parts
68012025-02-10T20:09:23.170Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_full
68022025-02-10T20:09:23.179Z PASS [ 0.024s] oximeter-db query::tests::test_select_query_builder_limit_offset
68032025-02-10T20:09:23.187Z PASS [ 0.025s] oximeter-db query::tests::test_select_query_builder_no_selectors
68042025-02-10T20:09:23.194Z PASS [ 0.032s] oximeter-db query::tests::test_select_query_builder_no_fields
68052025-02-10T20:09:23.205Z PASS [ 0.035s] oximeter-db query::tests::test_string_field_selector
68062025-02-10T20:09:23.212Z PASS [ 0.031s] oximeter-db query::tests::test_time_range
68072025-02-10T20:09:23.224Z PASS [ 0.037s] oximeter-db sql::tests::test_allow_limit_offset
68082025-02-10T20:09:23.230Z PASS [ 0.035s] oximeter-db sql::tests::test_allow_subqueries
68092025-02-10T20:09:23.239Z PASS [ 0.034s] oximeter-db sql::tests::test_cannot_name_database
68102025-02-10T20:09:23.254Z PASS [ 0.042s] oximeter-db sql::tests::test_ctes_are_not_supported
68112025-02-10T20:09:23.261Z PASS [ 0.036s] oximeter-db sql::tests::test_function_allow_list
68122025-02-10T20:09:23.269Z PASS [ 0.030s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
68132025-02-10T20:09:23.295Z PASS [ 0.064s] oximeter-db sql::tests::test_join_must_be_inner
68142025-02-10T20:09:23.297Z PASS [ 0.040s] oximeter-db sql::tests::test_query_must_be_select_statement
68152025-02-10T20:09:23.297Z PASS [ 0.034s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
68162025-02-10T20:09:23.314Z PASS [ 0.044s] oximeter-db sql::tests::test_require_table_is_timeseries_name
68172025-02-10T20:09:23.328Z PASS [ 1.354s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
68182025-02-10T20:09:23.330Z PASS [ 0.032s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
68192025-02-10T20:09:23.340Z PASS [ 0.039s] oximeter-db sql::tests::test_with_comma_join_fails
68202025-02-10T20:09:23.342Z PASS [ 0.044s] oximeter-db tests::test_timeseries_key_field_stability
68212025-02-10T20:09:23.352Z PASS [ 0.032s] oximeter-db tests::test_timeseries_key_sample_stability
68222025-02-10T20:09:23.397Z PASS [ 0.056s] oximeter-instruments http::tests::test_latency_tracker
68232025-02-10T20:09:23.434Z PASS [ 0.093s] oximeter-instruments kstat::link::tests::test_kstat_interested
68242025-02-10T20:09:23.567Z PASS [ 0.215s] oximeter-instruments kstat::link::tests::test_kstat_sampler
68252025-02-10T20:09:23.577Z PASS [ 0.141s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
68262025-02-10T20:09:23.580Z PASS [ 0.179s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
68272025-02-10T20:09:23.646Z PASS [ 0.078s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
68282025-02-10T20:09:23.649Z PASS [ 0.068s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
68292025-02-10T20:09:23.659Z PASS [ 0.075s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
68302025-02-10T20:09:23.689Z PASS [ 0.029s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
68312025-02-10T20:09:23.702Z PASS [ 0.054s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
68322025-02-10T20:09:23.755Z PASS [ 0.051s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
68332025-02-10T20:09:23.755Z PASS [ 0.109s] oximeter-instruments kstat::link::tests::test_sled_datalink
68342025-02-10T20:09:23.783Z PASS [ 0.027s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
68352025-02-10T20:09:23.793Z PASS [ 0.094s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
68362025-02-10T20:09:23.803Z PASS [ 0.048s] oximeter-macro-impl tests::test_metric_annotated_field
68372025-02-10T20:09:23.814Z PASS [ 0.031s] oximeter-macro-impl tests::test_metric_datum_field
68382025-02-10T20:09:23.822Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_enum
68392025-02-10T20:09:23.832Z PASS [ 0.028s] oximeter-macro-impl tests::test_metric_without_datum_field
68402025-02-10T20:09:23.841Z PASS [ 0.026s] oximeter-macro-impl tests::test_target
68412025-02-10T20:09:23.849Z PASS [ 0.026s] oximeter-macro-impl tests::test_target_empty_struct
68422025-02-10T20:09:23.855Z PASS [ 0.022s] oximeter-macro-impl tests::test_target_enum
68432025-02-10T20:09:23.862Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_unit_struct
68442025-02-10T20:09:23.869Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_with_datum_field
68452025-02-10T20:09:23.984Z PASS [ 0.121s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
68462025-02-10T20:09:23.997Z PASS [ 0.127s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
68472025-02-10T20:09:24.015Z PASS [ 0.029s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
68482025-02-10T20:09:24.030Z PASS [ 0.032s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
68492025-02-10T20:09:24.041Z PASS [ 0.026s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
68502025-02-10T20:09:24.068Z PASS [ 0.038s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
68512025-02-10T20:09:24.071Z PASS [ 0.028s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
68522025-02-10T20:09:24.115Z PASS [ 0.046s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
68532025-02-10T20:09:24.115Z PASS [ 0.046s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
68542025-02-10T20:09:24.157Z PASS [ 0.042s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
68552025-02-10T20:09:24.165Z PASS [ 0.050s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
68562025-02-10T20:09:24.181Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
68572025-02-10T20:09:24.186Z PASS [ 0.020s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
68582025-02-10T20:09:24.208Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
68592025-02-10T20:09:24.214Z PASS [ 0.027s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
68602025-02-10T20:09:24.237Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
68612025-02-10T20:09:24.244Z PASS [ 0.029s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
68622025-02-10T20:09:24.260Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_empty_descriptions
68632025-02-10T20:09:24.269Z PASS [ 0.025s] oximeter-schema ir::tests::fail_on_empty_metric_name
68642025-02-10T20:09:24.286Z PASS [ 0.024s] oximeter-schema ir::tests::fail_on_empty_target_name
68652025-02-10T20:09:24.291Z PASS [ 0.022s] oximeter-schema ir::tests::fail_on_very_long_field_names
68662025-02-10T20:09:24.312Z PASS [ 0.028s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
68672025-02-10T20:09:24.322Z PASS [ 0.030s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
68682025-02-10T20:09:24.345Z PASS [ 0.033s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
68692025-02-10T20:09:24.357Z PASS [ 0.034s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
68702025-02-10T20:09:24.375Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
68712025-02-10T20:09:24.388Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
68722025-02-10T20:09:24.406Z PASS [ 0.031s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
68732025-02-10T20:09:24.418Z PASS [ 0.030s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
68742025-02-10T20:09:24.434Z PASS [ 0.027s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
68752025-02-10T20:09:24.447Z PASS [ 0.029s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
68762025-02-10T20:09:24.461Z PASS [ 0.027s] oximeter-schema ir::tests::only_support_format_version_1
68772025-02-10T20:09:24.466Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
68782025-02-10T20:09:24.479Z PASS [ 0.017s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
68792025-02-10T20:09:24.567Z PASS [ 0.087s] oximeter-test-utils tests::test_sample_struct
68802025-02-10T20:09:24.574Z PASS [ 0.106s] oximeter-test-utils tests::test_gen_test_samples
68812025-02-10T20:09:24.607Z PASS [ 0.039s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
68822025-02-10T20:09:24.613Z PASS [ 0.038s] oximeter-test-utils tests::test_timeseries_schema_from_parts
68832025-02-10T20:09:24.633Z PASS [ 0.027s] oximeter-test-utils tests::test_timeseries_schema_from_sample
68842025-02-10T20:09:24.639Z PASS [ 0.026s] oximeter-types histogram::tests::test_bin_range
68852025-02-10T20:09:24.655Z PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range_from
68862025-02-10T20:09:24.662Z PASS [ 0.022s] oximeter-types histogram::tests::test_bin_range_to
68872025-02-10T20:09:24.679Z PASS [ 0.017s] oximeter-types histogram::tests::test_ensure_finite
68882025-02-10T20:09:24.685Z PASS [ 0.029s] oximeter-types histogram::tests::test_empty_bins_not_supported
68892025-02-10T20:09:24.715Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram
68902025-02-10T20:09:24.721Z PASS [ 0.035s] oximeter-types histogram::tests::test_histogram_construct_with
68912025-02-10T20:09:24.743Z PASS [ 0.027s] oximeter-types histogram::tests::test_histogram_extreme_bins
68922025-02-10T20:09:24.748Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_extreme_samples
68932025-02-10T20:09:24.764Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_float_bins
68942025-02-10T20:09:24.770Z PASS [ 0.021s] oximeter-types histogram::tests::test_histogram_unbounded_samples
68952025-02-10T20:09:24.797Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram_unsorted_bins
68962025-02-10T20:09:24.804Z PASS [ 0.033s] oximeter-types histogram::tests::test_histogram_with_bins
68972025-02-10T20:09:24.823Z PASS [ 0.026s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
68982025-02-10T20:09:24.829Z PASS [ 0.024s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
68992025-02-10T20:09:24.845Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_bins_u64
69002025-02-10T20:09:24.855Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_bins_u8
69012025-02-10T20:09:24.876Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
69022025-02-10T20:09:24.884Z PASS [ 0.039s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
69032025-02-10T20:09:24.899Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
69042025-02-10T20:09:24.910Z PASS [ 0.025s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
69052025-02-10T20:09:24.922Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
69062025-02-10T20:09:24.933Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
69072025-02-10T20:09:24.946Z PASS [ 0.024s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
69082025-02-10T20:09:24.954Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
69092025-02-10T20:09:24.969Z PASS [ 0.022s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
69102025-02-10T20:09:24.975Z PASS [ 0.021s] oximeter-types histogram::tests::test_span_decades
69112025-02-10T20:09:24.993Z PASS [ 0.024s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
69122025-02-10T20:09:25.002Z PASS [ 0.026s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
69132025-02-10T20:09:25.023Z PASS [ 0.029s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
69142025-02-10T20:09:25.029Z PASS [ 0.026s] oximeter-types quantile::tests::test_default_percentiles
69152025-02-10T20:09:25.044Z PASS [ 0.021s] oximeter-types quantile::tests::test_empty_observations
69162025-02-10T20:09:25.049Z PASS [ 0.020s] oximeter-types quantile::tests::test_find_cells
69172025-02-10T20:09:25.062Z PASS [ 0.017s] oximeter-types quantile::tests::test_float_observations
69182025-02-10T20:09:25.067Z PASS [ 0.017s] oximeter-types quantile::tests::test_integer_observations
69192025-02-10T20:09:25.081Z PASS [ 0.019s] oximeter-types quantile::tests::test_invalid_p_value
69202025-02-10T20:09:25.090Z PASS [ 0.022s] oximeter-types quantile::tests::test_max_p
69212025-02-10T20:09:25.112Z PASS [ 0.030s] oximeter-types quantile::tests::test_min_p
69222025-02-10T20:09:25.118Z PASS [ 0.027s] oximeter-types quantile::tests::test_non_filled_observations
69232025-02-10T20:09:25.147Z PASS [ 0.035s] oximeter-types quantile::tests::test_rounding
69242025-02-10T20:09:25.147Z PASS [ 0.028s] oximeter-types schema::tests::test_field_schema_ordering
69252025-02-10T20:09:25.197Z PASS [ 0.049s] oximeter-types schema::tests::test_timeseries_name
69262025-02-10T20:09:25.203Z PASS [ 0.056s] oximeter-types schema::tests::test_timeseries_name_from_str
69272025-02-10T20:09:25.226Z PASS [ 0.029s] oximeter-types traits::tests::test_metric_trait
69282025-02-10T20:09:25.238Z PASS [ 0.034s] oximeter-types traits::tests::test_producer_trait
69292025-02-10T20:09:25.251Z PASS [ 0.025s] oximeter-types traits::tests::test_target_trait
69302025-02-10T20:09:25.257Z PASS [ 0.019s] oximeter-types types::tests::test_cumulative_f64
69312025-02-10T20:09:25.267Z PASS [ 0.015s] oximeter-types types::tests::test_cumulative_i64
69322025-02-10T20:09:25.273Z PASS [ 0.015s] oximeter-types types::tests::test_datum
69332025-02-10T20:09:25.286Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
69342025-02-10T20:09:25.293Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
69352025-02-10T20:09:25.317Z PASS [ 0.030s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
69362025-02-10T20:09:25.323Z PASS [ 0.029s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
69372025-02-10T20:09:25.341Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
69382025-02-10T20:09:25.347Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
69392025-02-10T20:09:25.360Z PASS [ 0.019s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
69402025-02-10T20:09:25.365Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
69412025-02-10T20:09:25.376Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
69422025-02-10T20:09:25.381Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
69432025-02-10T20:09:25.401Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
69442025-02-10T20:09:25.407Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
69452025-02-10T20:09:25.434Z PASS [ 0.032s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
69462025-02-10T20:09:25.441Z PASS [ 0.033s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
69472025-02-10T20:09:25.461Z PASS [ 0.027s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
69482025-02-10T20:09:25.466Z PASS [ 0.024s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
69492025-02-10T20:09:25.479Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
69502025-02-10T20:09:25.484Z PASS [ 0.017s] oximeter-types types::tests::test_measurement
69512025-02-10T20:09:25.499Z PASS [ 0.020s] oximeter-types types::tests::test_verify_field_names
69522025-02-10T20:09:25.502Z PASS [ 0.015s] oxlog tests::test_is_oxide_smf_log_file
69532025-02-10T20:09:25.517Z PASS [ 0.018s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
69542025-02-10T20:09:25.524Z PASS [ 0.024s] oxlog tests::test_sort_logs
69552025-02-10T20:09:25.594Z PASS [ 0.069s] oxql-types point::tests::test_cast_points_from_double
69562025-02-10T20:09:25.594Z PASS [ 0.076s] oxql-types point::tests::test_cast_points_from_bool
69572025-02-10T20:09:25.627Z PASS [ 0.033s] oxql-types point::tests::test_cast_points_from_double_distribution
69582025-02-10T20:09:25.635Z PASS [ 0.040s] oxql-types point::tests::test_cast_points_from_int_distribution
69592025-02-10T20:09:25.658Z PASS [ 0.031s] oxql-types point::tests::test_cast_points_from_integer
69602025-02-10T20:09:25.684Z PASS [ 0.047s] oxql-types point::tests::test_cast_points_from_string
69612025-02-10T20:09:25.692Z PASS [ 0.032s] oxql-types point::tests::test_join_point_arrays
69622025-02-10T20:09:25.711Z PASS [ 0.027s] oxql-types point::tests::test_point_delta_between
69632025-02-10T20:09:25.718Z PASS [ 0.026s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
69642025-02-10T20:09:25.736Z PASS [ 0.025s] oxql-types point::tests::test_point_delta_between_with_new_epoch
69652025-02-10T20:09:25.745Z PASS [ 0.026s] oxql-types point::tests::test_push_concrete_values
69662025-02-10T20:09:25.767Z PASS [ 0.030s] oxql-types point::tests::test_sub_between_histogram_distributions
69672025-02-10T20:09:25.804Z PASS [ 0.058s] range-requests test::get_response_no_range
69682025-02-10T20:09:25.811Z PASS [ 0.043s] range-requests test::get_response_with_range
69692025-02-10T20:09:25.826Z PASS [ 0.022s] range-requests test::invalid_ranges
69702025-02-10T20:09:25.833Z PASS [ 0.021s] range-requests test::parse_range_invalid
69712025-02-10T20:09:25.848Z PASS [ 0.022s] range-requests test::parse_range_valid
69722025-02-10T20:09:25.868Z PASS [ 0.034s] range-requests test::potential_range_parsing_does_not_crash
69732025-02-10T20:09:25.876Z PASS [ 0.027s] range-requests test::single_range_parsing_does_not_crash
69742025-02-10T20:09:26.586Z PASS [ 0.717s] reconfigurator-cli::test_basic test_basic
69752025-02-10T20:09:26.748Z PASS [ 0.162s] reconfigurator-cli::test_basic test_example
69762025-02-10T20:09:26.866Z PASS [ 0.117s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
69772025-02-10T20:09:27.012Z PASS [ 3.157s] oximeter-producer tests::test_producer_registration_task
69782025-02-10T20:09:27.019Z PASS [ 0.152s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
69792025-02-10T20:09:27.048Z PASS [ 0.036s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
69802025-02-10T20:09:27.076Z PASS [ 0.057s] sled-agent-types rack_init::tests::parse_rack_initialization
69812025-02-10T20:09:27.082Z PASS [ 0.033s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
69822025-02-10T20:09:27.109Z PASS [ 0.027s] sled-agent-types rack_init::tests::test_subnets
69832025-02-10T20:09:27.125Z PASS [ 0.049s] sled-agent-types rack_init::tests::test_extra_certs
69842025-02-10T20:09:27.156Z PASS [ 0.046s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
69852025-02-10T20:09:27.163Z PASS [ 0.037s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
69862025-02-10T20:09:27.190Z PASS [ 0.034s] sled-agent-types zone_bundle::tests::test_compare_bundles
69872025-02-10T20:09:27.196Z PASS [ 0.032s] sled-agent-types zone_bundle::tests::test_priority_dimension
69882025-02-10T20:09:27.214Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
69892025-02-10T20:09:27.221Z PASS [ 0.024s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
69902025-02-10T20:09:27.259Z PASS [ 0.038s] sled-diagnostics queries::test::test_command_stdout_is_correct
69912025-02-10T20:09:27.265Z PASS [ 0.051s] sled-diagnostics queries::test::test_command_stderr_is_correct
69922025-02-10T20:09:27.309Z PASS [ 0.026s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
69932025-02-10T20:09:27.354Z PASS [ 0.068s] sled-hardware disk::test::test_disk_paths
69942025-02-10T20:09:27.389Z PASS [ 0.034s] sled-hardware disk::test::test_partition_device_paths
69952025-02-10T20:09:27.457Z PASS [ 0.068s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
69962025-02-10T20:09:27.486Z PASS [ 0.029s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
69972025-02-10T20:09:27.519Z PASS [ 0.032s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
69982025-02-10T20:09:27.550Z PASS [ 0.030s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
69992025-02-10T20:09:27.569Z PASS [ 32.124s] omicron-sled-agent nexus::test::nexus_self_notification_test
70002025-02-10T20:09:27.609Z PASS [ 0.040s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
70012025-02-10T20:09:27.617Z PASS [ 0.066s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
70022025-02-10T20:09:27.643Z PASS [ 0.033s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
70032025-02-10T20:09:27.650Z PASS [ 0.032s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
70042025-02-10T20:09:27.702Z PASS [ 0.059s] sled-storage dataset::test::serialize_dataset_name
70052025-02-10T20:09:27.749Z PASS [ 0.098s] sled-storage manager::test::test_datasets_schema
70062025-02-10T20:09:27.752Z PASS [ 0.047s] sled-storage manager::test::test_omicron_physical_disks_schema
70072025-02-10T20:09:27.786Z PASS [ 0.520s] sled-diagnostics queries::test::test_long_running_command_is_aborted
70082025-02-10T20:09:27.856Z PASS [ 0.070s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
70092025-02-10T20:09:28.969Z PASS [ 1.219s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
70102025-02-10T20:09:29.867Z PASS [ 2.116s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
70112025-02-10T20:09:30.932Z PASS [ 3.075s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
70122025-02-10T20:09:30.975Z PASS [ 0.042s] sled-storage manager::tests::ensure_using_exactly_these_disks
70132025-02-10T20:09:31.574Z PASS [ 2.603s] sled-storage manager::tests::ensure_datasets
70142025-02-10T20:09:33.607Z PASS [ 2.631s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
70152025-02-10T20:09:34.515Z PASS [ 2.941s] sled-storage manager::tests::nested_dataset
70162025-02-10T20:09:35.717Z PASS [ 1.202s] sled-storage manager::tests::update_rawdisk_firmware
70172025-02-10T20:09:36.503Z PASS [ 2.895s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
70182025-02-10T20:09:37.998Z PASS [ 14.668s] oximeter-db::integration_test test_schemas_disjoint
70192025-02-10T20:09:38.160Z PASS [ 2.440s] sled-storage manager::tests::upsert_filesystem
70202025-02-10T20:09:38.948Z PASS [ 2.446s] sled-storage manager::tests::upsert_filesystem_no_uuid
70212025-02-10T20:09:39.314Z PASS [ 1.154s] tufaceous::integration-tests command_tests::test_assemble_fake
70222025-02-10T20:09:39.421Z PASS [ 1.423s] sled-storage manager::tests::wait_for_boot_disk
70232025-02-10T20:09:39.473Z PASS [ 0.051s] tufaceous-lib archive::tests::test_validate_path
70242025-02-10T20:09:39.520Z PASS [ 0.571s] tufaceous::integration-tests command_tests::test_init_and_add
70252025-02-10T20:09:39.558Z PASS [ 0.084s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
70262025-02-10T20:09:39.784Z PASS [ 0.263s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
70272025-02-10T20:09:39.888Z PASS [ 0.573s] tufaceous::manifest-tests check_manifest::fake.toml
70282025-02-10T20:09:40.453Z PASS [ 0.889s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
70292025-02-10T20:09:40.457Z PASS [ 0.664s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake_split
70302025-02-10T20:09:40.523Z PASS [ 0.074s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
70312025-02-10T20:09:40.535Z PASS [ 0.086s] update-common artifacts::update_plan::tests::test_bad_rot_versions
70322025-02-10T20:09:40.628Z PASS [ 0.104s] update-common artifacts::update_plan::tests::test_multi_rot_bord
70332025-02-10T20:09:40.641Z PASS [ 0.105s] update-common artifacts::update_plan::tests::test_multi_rot_version
70342025-02-10T20:09:40.681Z PASS [ 0.052s] update-common artifacts::update_plan::tests::test_split_control_plane
70352025-02-10T20:09:40.698Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
70362025-02-10T20:09:40.734Z PASS [ 0.054s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
70372025-02-10T20:09:40.773Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
70382025-02-10T20:09:40.962Z PASS [ 0.189s] update-engine display::group_display::tests::test_stats
70392025-02-10T20:09:40.997Z PASS [ 0.034s] update-engine display::line_display_shared::tests::test_format_progress_counter
70402025-02-10T20:09:41.033Z PASS [ 0.036s] update-engine display::line_display_shared::tests::test_start_line
70412025-02-10T20:09:41.067Z PASS [ 0.033s] update-engine engine::tests::error_exits_early
70422025-02-10T20:09:41.153Z PASS [ 0.085s] update-engine events::tests::progress_event_parse_unknown
70432025-02-10T20:09:41.181Z PASS [ 0.446s] update-engine buffer::tests::test_buffer
70442025-02-10T20:09:41.188Z PASS [ 0.034s] update-engine events::tests::step_event_parse_unknown
70452025-02-10T20:09:41.209Z PASS [ 0.028s] update-engine spec::tests::test_merge_anyhow_list
70462025-02-10T20:09:41.249Z PASS [ 0.040s] wicket state::inventory::tests::component_id_display
70472025-02-10T20:09:41.288Z PASS [ 0.039s] wicket state::rack::tests::prev_next_are_opposites
70482025-02-10T20:09:41.322Z PASS [ 0.033s] wicket state::rack::tests::up_down_are_opposites
70492025-02-10T20:09:41.392Z PASS [ 0.204s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
70502025-02-10T20:09:41.547Z PASS [ 0.154s] wicket-common rack_setup::tests::roundtrip_import_export_policy
70512025-02-10T20:09:41.750Z PASS [ 0.202s] wicketd installinator_progress::tests::test_states
70522025-02-10T20:09:41.845Z PASS [ 0.095s] wicketd rss_config::tests::test_bgp_auth_key_states
70532025-02-10T20:09:41.987Z PASS [ 0.664s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
70542025-02-10T20:09:42.232Z PASS [ 30.053s] oximeter-db client::tests::cannot_ping_nonexistent_server
70552025-02-10T20:09:43.157Z PASS [ 3.269s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
70562025-02-10T20:09:43.243Z PASS [ 13.375s] sled-storage manager::tests::ensure_many_datasets
70572025-02-10T20:09:43.247Z PASS [ 19.918s] oximeter-db::integration_test test_cluster
70582025-02-10T20:09:43.602Z PASS [ 1.755s] wicketd::mod integration_tests::inventory::test_inventory
70592025-02-10T20:09:44.001Z PASS [ 1.768s] wicketd::mod integration_tests::updates::test_update_races
70602025-02-10T20:09:45.099Z PASS [ 19.219s] reconfigurator-cli::test_basic test_blueprint_edit
70612025-02-10T20:09:45.329Z PASS [ 2.170s] wicketd::mod integration_tests::updates::test_updates
70622025-02-10T20:09:45.900Z PASS [ 3.912s] wicketd::mod integration_tests::updates::test_installinator_fetch
70632025-02-10T20:10:12.528Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70642025-02-10T20:10:13.215Z PASS [ 60.700s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70652025-02-10T20:10:15.912Z PASS [ 2.696s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70662025-02-10T20:10:28.435Z PASS [ 12.522s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70672025-02-10T20:10:47.884Z PASS [ 19.447s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70682025-02-10T20:11:47.897Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
70692025-02-10T20:12:47.902Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
70702025-02-10T20:13:47.909Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
70712025-02-10T20:14:47.914Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
70722025-02-10T20:15:47.921Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
70732025-02-10T20:15:49.539Z PASS [ 301.630s] oximeter-db client::tests::test_replicated
70742025-02-10T20:15:49.543Z────────────
70752025-02-10T20:15:49.543Z Summary [2578.689s] 1851 tests run: 1851 passed (25 slow, 1 leaky), 4 skipped
70762025-02-10T20:15:49.629Z
70772025-02-10T20:15:49.633Zreal 43:43.962403470
70782025-02-10T20:15:49.633Zuser 3:55:18.858099480
70792025-02-10T20:15:49.633Zsys 41:49.080099072
70802025-02-10T20:15:49.633Ztrap 3:11.195403230
70812025-02-10T20:15:49.633Ztflt 56.428427261
70822025-02-10T20:15:49.633Zdflt 6:00.445301998
70832025-02-10T20:15:49.633Zkflt 1.373909977
70842025-02-10T20:15:49.633Zlock 1246:41:27.944043369
70852025-02-10T20:15:49.633Zslp 102:12:23.584566030
70862025-02-10T20:15:49.633Zlat 5:13:09.473814579
70872025-02-10T20:15:49.633Zstop 1:06:48.948341610
70882025-02-10T20:15:49.634Z+ banner doctest
70892025-02-10T20:15:49.634Z
70902025-02-10T20:15:49.634Z ##### #### #### ##### ###### #### #####
70912025-02-10T20:15:49.634Z # # # # # # # # # #
70922025-02-10T20:15:49.634Z # # # # # # ##### #### #
70932025-02-10T20:15:49.634Z # # # # # # # # #
70942025-02-10T20:15:49.634Z # # # # # # # # # # #
70952025-02-10T20:15:49.634Z ##### #### #### # ###### #### #
70962025-02-10T20:15:49.634Z
70972025-02-10T20:15:49.634Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
70982025-02-10T20:15:51.902Z Fresh unicode-ident v1.0.14
70992025-02-10T20:15:51.906Z Fresh cfg-if v1.0.0
71002025-02-10T20:15:51.906Z Fresh autocfg v1.4.0
71012025-02-10T20:15:51.906Z Fresh memchr v2.7.4
71022025-02-10T20:15:51.906Z Fresh version_check v0.9.5
71032025-02-10T20:15:51.906Z Fresh value-bag v1.9.0
71042025-02-10T20:15:51.906Z Fresh log v0.4.22
71052025-02-10T20:15:51.906Z Fresh scopeguard v1.2.0
71062025-02-10T20:15:51.906Z Fresh once_cell v1.20.2
71072025-02-10T20:15:51.906Z Fresh itoa v1.0.11
71082025-02-10T20:15:51.906Z Fresh proc-macro2 v1.0.92
71092025-02-10T20:15:51.906Z Fresh libc v0.2.169
71102025-02-10T20:15:51.906Z Fresh smallvec v1.13.2
71112025-02-10T20:15:51.906Z Fresh byteorder v1.5.0
71122025-02-10T20:15:51.906Z Fresh subtle v2.6.1
71132025-02-10T20:15:51.906Z Fresh pin-project-lite v0.2.14
71142025-02-10T20:15:51.906Z Fresh regex-syntax v0.8.5
71152025-02-10T20:15:51.907Z Fresh quote v1.0.38
71162025-02-10T20:15:51.907Z Fresh getrandom v0.2.15
71172025-02-10T20:15:51.907Z Fresh lock_api v0.4.12
71182025-02-10T20:15:51.908Z Fresh ryu v1.0.18
71192025-02-10T20:15:51.908Z Fresh shlex v1.3.0
71202025-02-10T20:15:51.908Z Fresh aho-corasick v1.1.3
71212025-02-10T20:15:51.908Z Fresh jobserver v0.1.32
71222025-02-10T20:15:51.908Z Fresh syn v2.0.96
71232025-02-10T20:15:51.908Z Fresh rand_core v0.6.4
71242025-02-10T20:15:51.908Z Fresh regex-automata v0.4.8
71252025-02-10T20:15:51.908Z Fresh cc v1.1.30
71262025-02-10T20:15:51.908Z Fresh allocator-api2 v0.2.18
71272025-02-10T20:15:51.908Z Fresh serde_derive v1.0.217
71282025-02-10T20:15:51.908Z Fresh zeroize_derive v1.4.2
71292025-02-10T20:15:51.908Z Fresh zerocopy-derive v0.7.35
71302025-02-10T20:15:51.908Z Fresh libm v0.2.8
71312025-02-10T20:15:51.908Z Fresh serde v1.0.217
71322025-02-10T20:15:51.908Z Fresh zeroize v1.8.1
71332025-02-10T20:15:51.908Z Fresh zerocopy v0.7.35
71342025-02-10T20:15:51.908Z Fresh num-traits v0.2.19
71352025-02-10T20:15:51.908Z Fresh typenum v1.17.0
71362025-02-10T20:15:51.915Z Fresh bytes v1.9.0
71372025-02-10T20:15:51.915Z Fresh bitflags v2.6.0
71382025-02-10T20:15:51.915Z Fresh generic-array v0.14.7
71392025-02-10T20:15:51.915Z Fresh parking_lot_core v0.9.10
71402025-02-10T20:15:51.915Z Fresh thiserror-impl v1.0.69
71412025-02-10T20:15:51.915Z Fresh parking_lot v0.12.3
71422025-02-10T20:15:51.915Z Fresh serde_json v1.0.135
71432025-02-10T20:15:51.915Z Fresh regex v1.11.1
71442025-02-10T20:15:51.915Z Fresh errno v0.3.9
71452025-02-10T20:15:51.915Z Fresh futures-core v0.3.31
71462025-02-10T20:15:51.915Z Fresh crypto-common v0.1.6
71472025-02-10T20:15:51.915Z Fresh thiserror v1.0.69
71482025-02-10T20:15:51.916Z Fresh rustix v0.38.37
71492025-02-10T20:15:51.916Z Fresh signal-hook-registry v1.4.2
71502025-02-10T20:15:51.916Z Fresh fnv v1.0.7
71512025-02-10T20:15:51.916Z Fresh equivalent v1.0.1
71522025-02-10T20:15:51.916Z Fresh foldhash v0.1.3
71532025-02-10T20:15:51.916Z Fresh spin v0.9.8
71542025-02-10T20:15:51.916Z Fresh mio v1.0.2
71552025-02-10T20:15:51.916Z Fresh hashbrown v0.15.1
71562025-02-10T20:15:51.916Z Fresh either v1.13.0
71572025-02-10T20:15:51.916Z Fresh tokio-macros v2.5.0
71582025-02-10T20:15:51.916Z Fresh socket2 v0.5.7
71592025-02-10T20:15:51.916Z Fresh const-oid v0.9.6
71602025-02-10T20:15:51.916Z Fresh futures-io v0.3.31
71612025-02-10T20:15:51.916Z Fresh block-buffer v0.10.4
71622025-02-10T20:15:51.916Z Fresh indexmap v2.7.1
71632025-02-10T20:15:51.916Z Fresh tokio v1.43.0
71642025-02-10T20:15:51.916Z Fresh heck v0.5.0
71652025-02-10T20:15:51.916Z Fresh digest v0.10.7
71662025-02-10T20:15:51.917Z Fresh lazy_static v1.5.0
71672025-02-10T20:15:51.917Z Fresh cpufeatures v0.2.14
71682025-02-10T20:15:51.917Z Fresh iana-time-zone v0.1.61
71692025-02-10T20:15:51.917Z Fresh slab v0.4.9
71702025-02-10T20:15:51.917Z Fresh pkg-config v0.3.31
71712025-02-10T20:15:51.917Z Fresh chrono v0.4.39
71722025-02-10T20:15:51.917Z Fresh futures-sink v0.3.31
71732025-02-10T20:15:51.918Z Fresh stable_deref_trait v1.2.0
71742025-02-10T20:15:51.918Z Fresh uuid v1.12.0
71752025-02-10T20:15:51.918Z Fresh pin-utils v0.1.0
71762025-02-10T20:15:51.918Z Fresh futures-channel v0.3.31
71772025-02-10T20:15:51.918Z Fresh futures-macro v0.3.31
71782025-02-10T20:15:51.918Z Fresh futures-task v0.3.31
71792025-02-10T20:15:51.918Z Fresh synstructure v0.13.1
71802025-02-10T20:15:51.918Z Fresh serde_derive_internals v0.29.1
71812025-02-10T20:15:51.918Z Fresh dyn-clone v1.0.17
71822025-02-10T20:15:51.918Z Fresh semver v1.0.24
71832025-02-10T20:15:51.918Z Fresh futures-util v0.3.31
71842025-02-10T20:15:51.918Z Fresh schemars_derive v0.8.21
71852025-02-10T20:15:51.918Z Fresh zerofrom-derive v0.1.4
71862025-02-10T20:15:51.918Z Fresh ppv-lite86 v0.2.20
71872025-02-10T20:15:51.918Z Fresh yoke-derive v0.7.4
71882025-02-10T20:15:51.918Z Fresh tracing-attributes v0.1.27
71892025-02-10T20:15:51.918Z Fresh schemars v0.8.21
71902025-02-10T20:15:51.918Z Fresh rand_chacha v0.3.1
71912025-02-10T20:15:51.918Z Fresh zerofrom v0.1.4
71922025-02-10T20:15:51.918Z Fresh tracing-core v0.1.32
71932025-02-10T20:15:51.919Z Fresh displaydoc v0.2.5
71942025-02-10T20:15:51.919Z Fresh zerovec-derive v0.10.3
71952025-02-10T20:15:51.919Z Fresh glob v0.3.2
71962025-02-10T20:15:51.919Z Fresh http v1.2.0
71972025-02-10T20:15:51.919Z Fresh rand v0.8.5
71982025-02-10T20:15:51.919Z Fresh tracing v0.1.40
71992025-02-10T20:15:51.919Z Fresh yoke v0.7.4
72002025-02-10T20:15:51.919Z Fresh home v0.5.9
72012025-02-10T20:15:51.919Z Fresh minimal-lexical v0.2.1
72022025-02-10T20:15:51.919Z Fresh litemap v0.7.3
72032025-02-10T20:15:51.919Z Fresh writeable v0.5.5
72042025-02-10T20:15:51.919Z Fresh zerovec v0.10.4
72052025-02-10T20:15:51.919Z Fresh nom v7.1.3
72062025-02-10T20:15:51.919Z Fresh icu_provider_macros v1.5.0
72072025-02-10T20:15:51.919Z Fresh percent-encoding v2.3.1
72082025-02-10T20:15:51.919Z Fresh vcpkg v0.2.15
72092025-02-10T20:15:51.919Z Fresh tinystr v0.7.6
72102025-02-10T20:15:51.919Z Fresh syn v1.0.109
72112025-02-10T20:15:51.919Z Fresh icu_locid_transform_data v1.5.0
72122025-02-10T20:15:51.919Z Fresh icu_collections v1.5.0
72132025-02-10T20:15:51.920Z Fresh itertools v0.12.1
72142025-02-10T20:15:51.920Z Fresh libloading v0.8.5
72152025-02-10T20:15:51.920Z Fresh icu_locid v1.5.0
72162025-02-10T20:15:51.924Z Fresh icu_properties_data v1.5.0
72172025-02-10T20:15:51.924Z Fresh prettyplease v0.2.25
72182025-02-10T20:15:51.924Z Fresh clang-sys v1.8.1
72192025-02-10T20:15:51.925Z Fresh cexpr v0.6.0
72202025-02-10T20:15:51.925Z Fresh form_urlencoded v1.2.1
72212025-02-10T20:15:51.926Z Fresh icu_provider v1.5.0
72222025-02-10T20:15:51.926Z Fresh which v4.4.2
72232025-02-10T20:15:51.926Z Fresh strsim v0.11.1
72242025-02-10T20:15:51.926Z Fresh write16 v1.0.0
72252025-02-10T20:15:51.926Z Fresh icu_locid_transform v1.5.0
72262025-02-10T20:15:51.926Z Fresh utf8_iter v1.0.4
72272025-02-10T20:15:51.926Z Fresh rustc-hash v1.1.0
72282025-02-10T20:15:51.927Z Fresh lazycell v1.3.0
72292025-02-10T20:15:51.927Z Fresh icu_normalizer_data v1.5.0
72302025-02-10T20:15:51.927Z Fresh utf16_iter v1.0.5
72312025-02-10T20:15:51.927Z Fresh crossbeam-utils v0.8.20
72322025-02-10T20:15:51.927Z Fresh icu_properties v1.5.1
72332025-02-10T20:15:51.927Z Fresh bindgen v0.69.5
72342025-02-10T20:15:51.927Z Fresh adler2 v2.0.0
72352025-02-10T20:15:51.927Z Fresh num-conv v0.1.0
72362025-02-10T20:15:51.927Z Fresh powerfmt v0.2.0
72372025-02-10T20:15:51.927Z Fresh time-core v0.1.2
72382025-02-10T20:15:51.927Z Fresh icu_normalizer v1.5.0
72392025-02-10T20:15:51.927Z Fresh paste v1.0.15
72402025-02-10T20:15:51.927Z Fresh miniz_oxide v0.8.0
72412025-02-10T20:15:51.927Z Fresh time-macros v0.2.18
72422025-02-10T20:15:51.927Z Fresh deranged v0.3.11
72432025-02-10T20:15:51.927Z Fresh num_threads v0.1.7
72442025-02-10T20:15:51.927Z Fresh atomic-waker v1.1.2
72452025-02-10T20:15:51.928Z Fresh idna_adapter v1.2.0
72462025-02-10T20:15:51.928Z Fresh httparse v1.9.5
72472025-02-10T20:15:51.928Z Fresh time v0.3.36
72482025-02-10T20:15:51.928Z Fresh tokio-util v0.7.12
72492025-02-10T20:15:51.928Z Fresh block-padding v0.3.3
72502025-02-10T20:15:51.928Z Fresh cmake v0.1.51
72512025-02-10T20:15:51.928Z Fresh fs_extra v1.3.0
72522025-02-10T20:15:51.928Z Fresh idna v1.0.3
72532025-02-10T20:15:51.928Z Fresh dunce v1.0.5
72542025-02-10T20:15:51.928Z Fresh untrusted v0.9.0
72552025-02-10T20:15:51.928Z Fresh inout v0.1.3
72562025-02-10T20:15:51.928Z Fresh sha2 v0.10.8
72572025-02-10T20:15:51.928Z Fresh serde_tokenstream v0.2.2
72582025-02-10T20:15:51.928Z Fresh url v2.5.3
72592025-02-10T20:15:51.928Z Fresh ring v0.17.8
72602025-02-10T20:15:51.929Z Fresh ahash v0.8.11
72612025-02-10T20:15:51.929Z Fresh cipher v0.4.4
72622025-02-10T20:15:51.929Z Fresh rustls-pki-types v1.10.0
72632025-02-10T20:15:51.929Z Fresh toml_datetime v0.6.8
72642025-02-10T20:15:51.929Z Fresh serde_spanned v0.6.8
72652025-02-10T20:15:51.929Z Fresh base64ct v1.6.0
72662025-02-10T20:15:51.929Z Fresh gimli v0.31.1
72672025-02-10T20:15:51.929Z Fresh http-body v1.0.1
72682025-02-10T20:15:51.929Z Fresh hmac v0.12.1
72692025-02-10T20:15:51.929Z Fresh object v0.36.5
72702025-02-10T20:15:51.929Z Fresh rustc-demangle v0.1.24
72712025-02-10T20:15:51.929Z Fresh untrusted v0.7.1
72722025-02-10T20:15:51.930Z Fresh addr2line v0.24.2
72732025-02-10T20:15:51.930Z Fresh aws-lc-sys v0.22.0
72742025-02-10T20:15:51.930Z Fresh mirai-annotations v1.12.0
72752025-02-10T20:15:51.930Z Fresh try-lock v0.2.5
72762025-02-10T20:15:51.930Z Fresh httpdate v1.0.3
72772025-02-10T20:15:51.930Z Fresh base64 v0.22.1
72782025-02-10T20:15:51.930Z Fresh aws-lc-rs v1.10.0
72792025-02-10T20:15:51.930Z Fresh backtrace v0.3.74
72802025-02-10T20:15:51.930Z Fresh want v0.3.1
72812025-02-10T20:15:51.930Z Fresh h2 v0.4.6
72822025-02-10T20:15:51.930Z Fresh tower-service v0.3.3
72832025-02-10T20:15:51.930Z Fresh hyper v1.5.2
72842025-02-10T20:15:51.930Z Fresh rustls-webpki v0.102.8
72852025-02-10T20:15:51.930Z Fresh anyhow v1.0.95
72862025-02-10T20:15:51.930Z Fresh pem-rfc7468 v0.7.0
72872025-02-10T20:15:51.930Z Fresh mime v0.3.17
72882025-02-10T20:15:51.930Z Fresh http-body-util v0.1.2
72892025-02-10T20:15:51.930Z Fresh slog v2.7.0
72902025-02-10T20:15:51.930Z Fresh hyper-util v0.1.10
72912025-02-10T20:15:51.931Z Fresh der_derive v0.7.3
72922025-02-10T20:15:51.931Z Fresh async-trait v0.1.86
72932025-02-10T20:15:51.931Z Fresh flagset v0.4.6
72942025-02-10T20:15:51.931Z Fresh pbkdf2 v0.12.2
72952025-02-10T20:15:51.931Z Fresh rustls-pemfile v2.2.0
72962025-02-10T20:15:51.931Z Fresh aes v0.8.4
72972025-02-10T20:15:51.932Z Fresh der v0.7.9
72982025-02-10T20:15:51.932Z Fresh rustc_version v0.4.1
72992025-02-10T20:15:51.932Z Fresh ipnet v2.10.1
73002025-02-10T20:15:51.932Z Fresh foreign-types-shared v0.1.1
73012025-02-10T20:15:51.932Z Fresh openssl-probe v0.1.5
73022025-02-10T20:15:51.932Z Fresh openssl-sys v0.9.105
73032025-02-10T20:15:51.932Z Fresh cbc v0.1.2
73042025-02-10T20:15:51.932Z Fresh spki v0.7.3
73052025-02-10T20:15:51.932Z Fresh foreign-types v0.3.2
73062025-02-10T20:15:51.932Z Fresh salsa20 v0.10.2
73072025-02-10T20:15:51.932Z Fresh serde_urlencoded v0.7.1
73082025-02-10T20:15:51.932Z Fresh futures-executor v0.3.31
73092025-02-10T20:15:51.932Z Fresh openssl-macros v0.1.1
73102025-02-10T20:15:51.932Z Fresh encoding_rs v0.8.34
73112025-02-10T20:15:51.932Z Fresh openssl v0.10.70
73122025-02-10T20:15:51.933Z Fresh scrypt v0.11.0
73132025-02-10T20:15:51.933Z Fresh futures v0.3.31
73142025-02-10T20:15:51.933Z Fresh openapiv3 v2.0.0
73152025-02-10T20:15:51.933Z Fresh pkcs5 v0.7.1
73162025-02-10T20:15:51.937Z Fresh is-terminal v0.4.13
73172025-02-10T20:15:51.937Z Fresh utf8parse v0.2.2
73182025-02-10T20:15:51.937Z Fresh rustversion v1.0.17
73192025-02-10T20:15:51.937Z Fresh rustls v0.23.19
73202025-02-10T20:15:51.937Z Fresh native-tls v0.2.12
73212025-02-10T20:15:51.937Z Fresh pkcs8 v0.10.2
73222025-02-10T20:15:51.937Z Fresh camino v1.1.9
73232025-02-10T20:15:51.937Z Fresh litrs v0.4.1
73242025-02-10T20:15:51.937Z Fresh psl-types v2.0.11
73252025-02-10T20:15:51.937Z Fresh tokio-rustls v0.26.0
73262025-02-10T20:15:51.937Z Fresh publicsuffix v2.3.0
73272025-02-10T20:15:51.937Z Fresh tokio-native-tls v0.3.1
73282025-02-10T20:15:51.938Z Fresh cookie v0.18.1
73292025-02-10T20:15:51.938Z Fresh document-features v0.2.10
73302025-02-10T20:15:51.938Z Fresh webpki-roots v0.26.6
73312025-02-10T20:15:51.938Z Fresh dirs-sys-next v0.1.2
73322025-02-10T20:15:51.938Z Fresh anstyle v1.0.10
73332025-02-10T20:15:51.938Z Fresh winnow v0.5.40
73342025-02-10T20:15:51.938Z Fresh data-encoding v2.6.0
73352025-02-10T20:15:51.938Z Fresh winnow v0.6.20
73362025-02-10T20:15:51.938Z Fresh hyper-rustls v0.27.3
73372025-02-10T20:15:51.938Z Fresh cookie_store v0.21.1
73382025-02-10T20:15:51.938Z Fresh hyper-tls v0.6.0
73392025-02-10T20:15:51.938Z Fresh dirs-next v2.0.0
73402025-02-10T20:15:51.938Z Fresh sha1 v0.10.6
73412025-02-10T20:15:51.938Z Fresh toml_edit v0.19.15
73422025-02-10T20:15:51.938Z Fresh sync_wrapper v1.0.1
73432025-02-10T20:15:51.938Z Fresh term v0.7.0
73442025-02-10T20:15:51.938Z Fresh ucd-trie v0.1.7
73452025-02-10T20:15:51.938Z Fresh siphasher v0.3.11
73462025-02-10T20:15:51.938Z Fresh anstyle-parse v0.2.5
73472025-02-10T20:15:51.938Z Fresh anstyle-query v1.1.1
73482025-02-10T20:15:51.938Z Fresh is_terminal_polyfill v1.70.1
73492025-02-10T20:15:51.939Z Fresh reqwest v0.12.9
73502025-02-10T20:15:51.939Z Fresh pest v2.7.14
73512025-02-10T20:15:51.939Z Fresh colorchoice v1.0.2
73522025-02-10T20:15:51.939Z Fresh signature v2.2.0
73532025-02-10T20:15:51.939Z Fresh terminal_size v0.4.0
73542025-02-10T20:15:51.939Z Fresh scroll_derive v0.12.0
73552025-02-10T20:15:51.939Z Fresh clap_lex v0.7.4
73562025-02-10T20:15:51.939Z Fresh toml_edit v0.22.22
73572025-02-10T20:15:51.939Z Fresh pest_meta v2.7.14
73582025-02-10T20:15:51.939Z Fresh anstream v0.6.15
73592025-02-10T20:15:51.939Z Fresh scroll v0.12.0
73602025-02-10T20:15:51.939Z Fresh clap_derive v4.5.24
73612025-02-10T20:15:51.939Z Fresh unicode-segmentation v1.12.0
73622025-02-10T20:15:51.939Z Fresh tinyvec_macros v0.1.1
73632025-02-10T20:15:51.939Z Fresh plain v0.2.3
73642025-02-10T20:15:51.939Z Fresh clap_builder v4.5.27
73652025-02-10T20:15:51.939Z Fresh pest_generator v2.7.14
73662025-02-10T20:15:51.939Z Fresh goblin v0.8.2
73672025-02-10T20:15:51.939Z Fresh tinyvec v1.8.0
73682025-02-10T20:15:51.939Z Fresh crc32fast v1.4.2
73692025-02-10T20:15:51.939Z Fresh base16ct v0.2.0
73702025-02-10T20:15:51.940Z Fresh pretty-hex v0.4.1
73712025-02-10T20:15:51.940Z Fresh clap v4.5.27
73722025-02-10T20:15:51.940Z Fresh pest_derive v2.7.14
73732025-02-10T20:15:51.940Z Fresh dof v0.3.0
73742025-02-10T20:15:51.940Z Fresh sec1 v0.7.3
73752025-02-10T20:15:51.940Z Fresh crossbeam-channel v0.5.13
73762025-02-10T20:15:51.940Z Fresh num-integer v0.1.46
73772025-02-10T20:15:51.940Z Fresh ff v0.13.0
73782025-02-10T20:15:51.940Z Fresh thread-id v4.2.2
73792025-02-10T20:15:51.940Z Fresh dtrace-parser v0.2.0
73802025-02-10T20:15:51.940Z Fresh thread_local v1.1.8
73812025-02-10T20:15:51.940Z Fresh group v0.13.0
73822025-02-10T20:15:51.940Z Fresh hkdf v0.12.4
73832025-02-10T20:15:51.940Z Fresh crossbeam-epoch v0.9.18
73842025-02-10T20:15:51.940Z Fresh crypto-bigint v0.5.5
73852025-02-10T20:15:51.940Z Fresh usdt-impl v0.5.0
73862025-02-10T20:15:51.940Z Fresh bitflags v1.3.2
73872025-02-10T20:15:51.940Z Fresh take_mut v0.2.2
73882025-02-10T20:15:51.940Z Fresh utf-8 v0.7.6
73892025-02-10T20:15:51.940Z Fresh match_cfg v0.1.0
73902025-02-10T20:15:51.941Z Fresh heck v0.4.1
73912025-02-10T20:15:51.941Z Fresh elliptic-curve v0.13.8
73922025-02-10T20:15:51.941Z Fresh slog-async v2.8.0
73932025-02-10T20:15:51.941Z Fresh hostname v0.3.1
73942025-02-10T20:15:51.941Z Fresh slog-term v2.9.1
73952025-02-10T20:15:51.941Z Fresh toml v0.8.19
73962025-02-10T20:15:51.941Z Fresh itertools v0.10.5
73972025-02-10T20:15:51.941Z Fresh hex v0.4.3
73982025-02-10T20:15:51.941Z Fresh bit-vec v0.6.3
73992025-02-10T20:15:51.941Z Fresh static_assertions v1.1.0
74002025-02-10T20:15:51.941Z Fresh bit-set v0.5.3
74012025-02-10T20:15:51.942Z Fresh usdt-attr-macro v0.5.0
74022025-02-10T20:15:51.942Z Fresh usdt-macro v0.5.0
74032025-02-10T20:15:51.942Z Fresh crossbeam-deque v0.8.5
74042025-02-10T20:15:51.942Z Fresh num-iter v0.1.45
74052025-02-10T20:15:51.942Z Fresh flate2 v1.0.35
74062025-02-10T20:15:51.942Z Fresh memmap v0.7.0
74072025-02-10T20:15:51.942Z Fresh rayon-core v1.12.1
74082025-02-10T20:15:51.942Z Fresh phf_shared v0.11.2
74092025-02-10T20:15:51.942Z Fresh toml v0.7.8
74102025-02-10T20:15:51.942Z Fresh slog-json v2.6.1
74112025-02-10T20:15:51.942Z Fresh usdt v0.5.0
74122025-02-10T20:15:51.942Z Fresh rfc6979 v0.4.0
74132025-02-10T20:15:51.942Z Fresh hubpack_derive v0.1.1
74142025-02-10T20:15:51.942Z Fresh bstr v1.10.0
74152025-02-10T20:15:51.942Z Fresh curve25519-dalek-derive v0.1.1
74162025-02-10T20:15:51.947Z Fresh zerocopy-derive v0.6.6
74172025-02-10T20:15:51.947Z Fresh managed v0.8.0
74182025-02-10T20:15:51.947Z Fresh fixedbitset v0.4.2
74192025-02-10T20:15:51.947Z Fresh num-bigint-dig v0.8.4
74202025-02-10T20:15:51.947Z Fresh hubpack v0.1.2
74212025-02-10T20:15:51.947Z Fresh zerocopy v0.6.6
74222025-02-10T20:15:51.947Z Fresh curve25519-dalek v4.1.3
74232025-02-10T20:15:51.947Z Fresh ecdsa v0.16.9
74242025-02-10T20:15:51.947Z Fresh petgraph v0.6.5
74252025-02-10T20:15:51.947Z Fresh rustls v0.22.4
74262025-02-10T20:15:51.947Z Fresh slog-bunyan v2.5.0
74272025-02-10T20:15:51.948Z Fresh phf_shared v0.10.0
74282025-02-10T20:15:51.948Z Fresh pkcs1 v0.7.5
74292025-02-10T20:15:51.949Z Fresh new_debug_unreachable v1.0.6
74302025-02-10T20:15:51.949Z Fresh unicode-xid v0.2.6
74312025-02-10T20:15:51.949Z Fresh precomputed-hash v0.1.1
74322025-02-10T20:15:51.949Z Fresh tokio-rustls v0.25.0
74332025-02-10T20:15:51.949Z Fresh rsa v0.9.6
74342025-02-10T20:15:51.949Z Fresh signal-hook v0.3.17
74352025-02-10T20:15:51.949Z Fresh string_cache v0.8.7
74362025-02-10T20:15:51.949Z Fresh unicode-normalization v0.1.24
74372025-02-10T20:15:51.949Z Fresh ed25519 v2.2.3
74382025-02-10T20:15:51.949Z Fresh enum-as-inner v0.6.1
74392025-02-10T20:15:51.949Z Fresh async-stream-impl v0.3.6
74402025-02-10T20:15:51.950Z Fresh debug-ignore v1.0.5
74412025-02-10T20:15:51.950Z Fresh quick-error v1.2.3
74422025-02-10T20:15:51.950Z Fresh bzip2-sys v0.1.11+1.0.8
74432025-02-10T20:15:51.950Z Fresh hickory-proto v0.24.3
74442025-02-10T20:15:51.950Z Fresh async-stream v0.3.6
74452025-02-10T20:15:51.950Z Fresh ed25519-dalek v2.1.1
74462025-02-10T20:15:51.950Z Fresh multer v3.1.0
74472025-02-10T20:15:51.950Z Fresh x509-cert v0.2.5
74482025-02-10T20:15:51.950Z Fresh waitgroup v0.1.2
74492025-02-10T20:15:51.950Z Fresh serde_path_to_error v0.1.16
74502025-02-10T20:15:51.950Z Fresh hostname v0.4.0
74512025-02-10T20:15:51.950Z Fresh unicode-width v0.2.0
74522025-02-10T20:15:51.950Z Fresh lalrpop-util v0.19.12
74532025-02-10T20:15:51.951Z Fresh bzip2 v0.4.4
74542025-02-10T20:15:51.951Z Fresh signal-hook-mio v0.2.4
74552025-02-10T20:15:51.951Z Fresh console v0.15.10
74562025-02-10T20:15:51.951Z Fresh dropshot_endpoint v0.12.0
74572025-02-10T20:15:51.951Z Fresh hash32 v0.2.1
74582025-02-10T20:15:51.951Z Fresh predicates-core v1.0.8
74592025-02-10T20:15:51.951Z Fresh linked-hash-map v0.5.6
74602025-02-10T20:15:51.951Z Fresh unicode-properties v0.1.3
74612025-02-10T20:15:51.951Z Fresh unicode-bidi v0.3.17
74622025-02-10T20:15:51.951Z Fresh lru-cache v0.1.2
74632025-02-10T20:15:51.951Z Fresh dropshot v0.12.0
74642025-02-10T20:15:51.951Z Fresh heapless v0.7.17
74652025-02-10T20:15:51.951Z Fresh newtype-uuid v1.2.1
74662025-02-10T20:15:51.951Z Fresh stringprep v0.1.5
74672025-02-10T20:15:51.951Z Fresh crossterm v0.28.1
74682025-02-10T20:15:51.951Z Fresh similar v2.6.0
74692025-02-10T20:15:51.952Z Fresh rayon v1.10.0
74702025-02-10T20:15:51.952Z Fresh tokio-stream v0.1.16
74712025-02-10T20:15:51.952Z Fresh md-5 v0.10.6
74722025-02-10T20:15:51.952Z Fresh float-cmp v0.9.0
74732025-02-10T20:15:51.952Z Fresh fallible-iterator v0.2.0
74742025-02-10T20:15:51.952Z Fresh normalize-line-endings v0.3.0
74752025-02-10T20:15:51.952Z Fresh difflib v0.4.0
74762025-02-10T20:15:51.952Z Fresh portable-atomic v1.9.0
74772025-02-10T20:15:51.952Z Fresh smoltcp v0.9.1
74782025-02-10T20:15:51.952Z Fresh zip v0.6.6
74792025-02-10T20:15:51.953Z Fresh resolv-conf v0.7.0
74802025-02-10T20:15:51.953Z Fresh phf v0.11.2
74812025-02-10T20:15:51.953Z Fresh postgres-protocol v0.6.7
74822025-02-10T20:15:51.953Z Fresh predicates v3.1.2
74832025-02-10T20:15:51.953Z Fresh strum_macros v0.25.3
74842025-02-10T20:15:51.953Z Fresh tungstenite v0.24.0
74852025-02-10T20:15:51.953Z Fresh serde-big-array v0.5.1
74862025-02-10T20:15:51.953Z Fresh serde_repr v0.1.19
74872025-02-10T20:15:51.953Z Fresh number_prefix v0.4.0
74882025-02-10T20:15:51.953Z Fresh peg-runtime v0.8.3
74892025-02-10T20:15:51.953Z Fresh postgres-types v0.2.8
74902025-02-10T20:15:51.953Z Fresh indicatif v0.17.11
74912025-02-10T20:15:51.953Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74922025-02-10T20:15:51.953Z Fresh tokio-tungstenite v0.24.0
74932025-02-10T20:15:51.953Z Fresh hickory-resolver v0.24.2
74942025-02-10T20:15:51.954Z Fresh derive-where v1.2.7
74952025-02-10T20:15:51.954Z Fresh whoami v1.5.2
74962025-02-10T20:15:51.954Z Fresh qorb v0.2.1
74972025-02-10T20:15:51.954Z Fresh fs-err v2.11.0
74982025-02-10T20:15:51.954Z Fresh hashbrown v0.14.5
74992025-02-10T20:15:51.954Z Fresh thiserror-impl v2.0.11
75002025-02-10T20:15:51.954Z Fresh ident_case v1.0.1
75012025-02-10T20:15:51.954Z Fresh unsafe-libyaml v0.2.11
75022025-02-10T20:15:51.954Z Fresh tokio-postgres v0.7.12
75032025-02-10T20:15:51.954Z Fresh regress v0.10.1
75042025-02-10T20:15:51.955Z Fresh darling_core v0.20.10
75052025-02-10T20:15:51.955Z Fresh serde_yaml v0.9.34+deprecated
75062025-02-10T20:15:51.955Z Fresh fastrand v2.1.1
75072025-02-10T20:15:51.955Z Fresh progenitor-client v0.9.1
75082025-02-10T20:15:51.955Z Fresh ipnetwork v0.20.0
75092025-02-10T20:15:51.955Z Fresh thiserror v2.0.11
75102025-02-10T20:15:51.955Z Fresh darling_macro v0.20.10
75112025-02-10T20:15:51.955Z Fresh typify-impl v0.2.0
75122025-02-10T20:15:51.955Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
75132025-02-10T20:15:51.955Z Fresh tempfile v3.13.0
75142025-02-10T20:15:51.955Z Fresh strum_macros v0.26.4
75152025-02-10T20:15:51.956Z Fresh progenitor-client v0.8.0
75162025-02-10T20:15:51.961Z Fresh darling v0.20.10
75172025-02-10T20:15:51.961Z Fresh typify-macro v0.2.0
75182025-02-10T20:15:51.961Z Fresh strum v0.26.3
75192025-02-10T20:15:51.961Z Fresh macaddr v1.0.1
75202025-02-10T20:15:51.961Z Fresh daft-derive v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
75212025-02-10T20:15:51.961Z Fresh instant v0.1.13
75222025-02-10T20:15:51.961Z Fresh regress v0.9.1
75232025-02-10T20:15:51.961Z Fresh serde_with_macros v3.11.0
75242025-02-10T20:15:51.961Z Fresh typify v0.2.0
75252025-02-10T20:15:51.961Z Fresh daft v0.1.0 (https://github.com/oxidecomputer/daft?branch=main#9e7b5534)
75262025-02-10T20:15:51.961Z Fresh structmeta-derive v0.3.0
75272025-02-10T20:15:51.961Z Fresh dropshot_endpoint v0.15.1
75282025-02-10T20:15:51.961Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75292025-02-10T20:15:51.961Z Fresh serde_with v3.11.0
75302025-02-10T20:15:51.962Z Fresh progenitor-impl v0.8.0
75312025-02-10T20:15:51.962Z Fresh structmeta v0.3.0
75322025-02-10T20:15:51.962Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75332025-02-10T20:15:51.962Z Fresh backoff v0.4.0
75342025-02-10T20:15:51.962Z Fresh progenitor-macro v0.8.0
75352025-02-10T20:15:51.962Z Fresh dropshot v0.15.1
75362025-02-10T20:15:51.962Z Fresh parse-display-derive v0.10.0
75372025-02-10T20:15:51.962Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
75382025-02-10T20:15:51.962Z Fresh wait-timeout v0.2.0
75392025-02-10T20:15:51.962Z Fresh rand_xorshift v0.3.0
75402025-02-10T20:15:51.962Z Fresh unarray v0.1.4
75412025-02-10T20:15:51.962Z Fresh structmeta-derive v0.2.0
75422025-02-10T20:15:51.962Z Fresh progenitor v0.8.0
75432025-02-10T20:15:51.962Z Fresh parse-display v0.10.0
75442025-02-10T20:15:51.962Z Fresh rusty-fork v0.3.0
75452025-02-10T20:15:51.962Z Fresh structmeta v0.2.0
75462025-02-10T20:15:51.962Z Fresh camino-tempfile v1.1.1
75472025-02-10T20:15:51.963Z Fresh itertools v0.13.0
75482025-02-10T20:15:51.963Z Fresh unicode-width v0.1.14
75492025-02-10T20:15:51.963Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
75502025-02-10T20:15:51.963Z Fresh proptest v1.5.0
75512025-02-10T20:15:51.963Z Fresh test-strategy v0.3.1
75522025-02-10T20:15:51.964Z Fresh proc-macro-crate v1.3.1
75532025-02-10T20:15:51.964Z Fresh proc-macro-error-attr v1.0.4
75542025-02-10T20:15:51.964Z Fresh num_enum_derive v0.5.11
75552025-02-10T20:15:51.964Z Fresh foreign-types-macros v0.2.3
75562025-02-10T20:15:51.964Z Fresh foreign-types-shared v0.3.1
75572025-02-10T20:15:51.964Z Fresh proc-macro-error v1.0.4
75582025-02-10T20:15:51.964Z Fresh num_enum v0.5.11
75592025-02-10T20:15:51.964Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75602025-02-10T20:15:51.964Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75612025-02-10T20:15:51.964Z Fresh foreign-types v0.5.0
75622025-02-10T20:15:51.964Z Fresh tabwriter v1.4.0
75632025-02-10T20:15:51.964Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75642025-02-10T20:15:51.964Z Fresh cstr-argument v0.1.2
75652025-02-10T20:15:51.964Z Fresh pretty-hex v0.2.1
75662025-02-10T20:15:51.964Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75672025-02-10T20:15:51.964Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75682025-02-10T20:15:51.964Z Fresh colored v2.1.0
75692025-02-10T20:15:51.964Z Fresh smf v0.2.3
75702025-02-10T20:15:51.965Z Fresh typify-impl v0.3.0
75712025-02-10T20:15:51.965Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75722025-02-10T20:15:51.965Z Fresh typify-macro v0.3.0
75732025-02-10T20:15:51.965Z Fresh zerocopy-derive v0.8.10
75742025-02-10T20:15:51.965Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75752025-02-10T20:15:51.965Z Fresh hash32 v0.3.1
75762025-02-10T20:15:51.965Z Fresh typify v0.3.0
75772025-02-10T20:15:51.966Z Fresh crucible-workspace-hack v0.1.0
75782025-02-10T20:15:51.966Z Fresh zerocopy v0.8.10
75792025-02-10T20:15:51.966Z Fresh cobs v0.2.3
75802025-02-10T20:15:51.966Z Fresh termtree v0.4.1
75812025-02-10T20:15:51.966Z Fresh progenitor-impl v0.9.1
75822025-02-10T20:15:51.966Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75832025-02-10T20:15:51.966Z Fresh heapless v0.8.0
75842025-02-10T20:15:51.966Z Fresh postcard v1.0.10
75852025-02-10T20:15:51.966Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75862025-02-10T20:15:51.966Z Fresh predicates-tree v1.0.11
75872025-02-10T20:15:51.966Z Fresh progenitor-macro v0.9.1
75882025-02-10T20:15:51.966Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75892025-02-10T20:15:51.966Z Fresh smoltcp v0.11.0
75902025-02-10T20:15:51.966Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75912025-02-10T20:15:51.966Z Fresh sigpipe v0.1.3
75922025-02-10T20:15:51.966Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
75932025-02-10T20:15:51.966Z Fresh progenitor v0.9.1
75942025-02-10T20:15:51.966Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75952025-02-10T20:15:51.966Z Fresh zone_cfg_derive v0.3.0
75962025-02-10T20:15:51.966Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
75972025-02-10T20:15:51.967Z Fresh num-derive v0.4.2
75982025-02-10T20:15:51.967Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75992025-02-10T20:15:51.967Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
76002025-02-10T20:15:51.967Z Fresh mockall_derive v0.13.0
76012025-02-10T20:15:51.967Z Fresh downcast v0.11.0
76022025-02-10T20:15:51.968Z Fresh fragile v2.0.0
76032025-02-10T20:15:51.968Z Fresh zone v0.3.0
76042025-02-10T20:15:51.968Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76052025-02-10T20:15:51.968Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
76062025-02-10T20:15:51.968Z Fresh mockall v0.13.0
76072025-02-10T20:15:51.968Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
76082025-02-10T20:15:51.968Z Fresh convert_case v0.4.0
76092025-02-10T20:15:51.968Z Fresh base64 v0.21.7
76102025-02-10T20:15:51.968Z Fresh atomicwrites v0.4.4
76112025-02-10T20:15:51.968Z Fresh newline-converter v0.3.0
76122025-02-10T20:15:51.968Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
76132025-02-10T20:15:51.968Z Fresh derive_more v0.99.18
76142025-02-10T20:15:51.968Z Fresh expectorate v1.1.0
76152025-02-10T20:15:51.968Z Fresh same-file v1.0.6
76162025-02-10T20:15:51.972Z Fresh tungstenite v0.21.0
76172025-02-10T20:15:51.972Z Fresh xattr v1.3.1
76182025-02-10T20:15:51.973Z Fresh filetime v0.2.25
76192025-02-10T20:15:51.973Z Fresh walkdir v2.5.0
76202025-02-10T20:15:51.973Z Fresh tokio-tungstenite v0.21.0
76212025-02-10T20:15:51.974Z Fresh tar v0.4.42
76222025-02-10T20:15:51.974Z Fresh indent_write v2.2.0
76232025-02-10T20:15:51.974Z Fresh password-hash v0.5.0
76242025-02-10T20:15:51.974Z Fresh blake2 v0.10.6
76252025-02-10T20:15:51.974Z Fresh owo-colors v4.1.0
76262025-02-10T20:15:51.974Z Fresh num-rational v0.4.2
76272025-02-10T20:15:51.974Z Fresh libsw v3.3.1
76282025-02-10T20:15:51.974Z Fresh num-complex v0.4.6
76292025-02-10T20:15:51.974Z Fresh swrite v0.1.0
76302025-02-10T20:15:51.974Z Fresh cancel-safe-futures v0.1.5
76312025-02-10T20:15:51.974Z Fresh argon2 v0.5.3
76322025-02-10T20:15:51.974Z Fresh linear-map v1.2.0
76332025-02-10T20:15:51.974Z Fresh num v0.4.3
76342025-02-10T20:15:51.974Z Fresh float-ord v0.3.2
76352025-02-10T20:15:51.974Z Fresh highway v1.2.0
76362025-02-10T20:15:51.974Z Fresh semver v0.1.20
76372025-02-10T20:15:51.974Z Fresh arc-swap v1.7.1
76382025-02-10T20:15:51.974Z Fresh humantime v2.1.0
76392025-02-10T20:15:51.974Z Fresh rustc_version v0.1.7
76402025-02-10T20:15:51.974Z Fresh pem v3.0.4
76412025-02-10T20:15:51.975Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76422025-02-10T20:15:51.975Z Fresh slog-scope v4.4.0
76432025-02-10T20:15:51.975Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
76442025-02-10T20:15:51.975Z Fresh heck v0.3.3
76452025-02-10T20:15:51.975Z Fresh headers-core v0.3.0
76462025-02-10T20:15:51.975Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76472025-02-10T20:15:51.975Z Fresh slog-stdlog v4.1.1
76482025-02-10T20:15:51.975Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76492025-02-10T20:15:51.975Z Fresh zone_cfg_derive v0.1.2
76502025-02-10T20:15:51.975Z Fresh headers v0.4.0
76512025-02-10T20:15:51.975Z Fresh base64 v0.13.1
76522025-02-10T20:15:51.975Z Fresh slog-envlogger v2.2.0
76532025-02-10T20:15:51.975Z Fresh newtype_derive v0.1.6
76542025-02-10T20:15:51.975Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76552025-02-10T20:15:51.975Z Fresh lzma-sys v0.1.20
76562025-02-10T20:15:51.975Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
76572025-02-10T20:15:51.975Z Fresh zone v0.1.8
76582025-02-10T20:15:51.976Z Fresh ron v0.7.1
76592025-02-10T20:15:51.976Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76602025-02-10T20:15:51.976Z Fresh steno v0.4.1
76612025-02-10T20:15:51.976Z Fresh xz2 v0.1.7
76622025-02-10T20:15:51.976Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
76632025-02-10T20:15:51.976Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76642025-02-10T20:15:51.976Z Fresh yasna v0.5.2
76652025-02-10T20:15:51.976Z Fresh subprocess v0.2.9
76662025-02-10T20:15:51.976Z Fresh half v2.4.1
76672025-02-10T20:15:51.976Z Fresh ciborium-io v0.2.2
76682025-02-10T20:15:51.976Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
76692025-02-10T20:15:51.976Z Fresh rcgen v0.12.1
76702025-02-10T20:15:51.976Z Fresh ciborium-ll v0.2.2
76712025-02-10T20:15:51.976Z Fresh display-error-chain v0.2.2
76722025-02-10T20:15:51.976Z Fresh ciborium v0.2.2
76732025-02-10T20:15:51.976Z Fresh keccak v0.1.5
76742025-02-10T20:15:51.976Z Fresh universal-hash v0.5.1
76752025-02-10T20:15:51.976Z Fresh opaque-debug v0.3.1
76762025-02-10T20:15:51.977Z Fresh sha3 v0.10.8
76772025-02-10T20:15:51.977Z Fresh arrayvec v0.7.6
76782025-02-10T20:15:51.977Z Fresh constant_time_eq v0.3.1
76792025-02-10T20:15:51.977Z Fresh arrayref v0.3.9
76802025-02-10T20:15:51.977Z Fresh secrecy v0.8.0
76812025-02-10T20:15:51.977Z Fresh slog-dtrace v0.3.0
76822025-02-10T20:15:51.977Z Fresh aead v0.5.2
76832025-02-10T20:15:51.977Z Fresh poly1305 v0.8.0
76842025-02-10T20:15:51.977Z Fresh chacha20 v0.9.1
76852025-02-10T20:15:51.977Z Fresh memmap2 v0.9.5
76862025-02-10T20:15:51.977Z Fresh maplit v1.0.2
76872025-02-10T20:15:51.977Z Fresh topological-sort v0.2.2
76882025-02-10T20:15:51.977Z Fresh toolchain_find v0.4.0
76892025-02-10T20:15:51.977Z Fresh thiserror-impl-no-std v2.0.2
76902025-02-10T20:15:51.977Z Fresh gethostname v0.5.0
76912025-02-10T20:15:51.979Z Fresh blake3 v1.5.4
76922025-02-10T20:15:51.979Z Fresh rustfmt-wrapper v0.2.1
76932025-02-10T20:15:51.979Z Fresh thiserror-no-std v2.0.2
76942025-02-10T20:15:51.979Z Fresh chacha20poly1305 v0.10.1
76952025-02-10T20:15:51.979Z Fresh transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
76962025-02-10T20:15:51.979Z Fresh omicron-zone-package v0.12.0
76972025-02-10T20:15:51.979Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
76982025-02-10T20:15:51.979Z Fresh vsss-rs v3.3.4
76992025-02-10T20:15:51.979Z Fresh transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#9ff89d72)
77002025-02-10T20:15:51.979Z Fresh termcolor v1.4.1
77012025-02-10T20:15:51.979Z Fresh tap v1.0.1
77022025-02-10T20:15:51.979Z Fresh wyz v0.5.1
77032025-02-10T20:15:51.979Z Fresh nibble_vec v0.1.0
77042025-02-10T20:15:51.979Z Fresh funty v2.0.0
77052025-02-10T20:15:51.979Z Fresh radium v0.7.0
77062025-02-10T20:15:51.979Z Fresh endian-type v0.1.2
77072025-02-10T20:15:51.980Z Fresh crc-catalog v2.4.0
77082025-02-10T20:15:51.980Z Fresh maybe-uninit v2.0.0
77092025-02-10T20:15:51.980Z Fresh dsl_auto_type v0.1.2
77102025-02-10T20:15:51.980Z Fresh bitvec v1.0.1
77112025-02-10T20:15:51.980Z Fresh crc v3.2.1
77122025-02-10T20:15:51.980Z Fresh radix_trie v0.2.1
77132025-02-10T20:15:51.980Z Fresh packed_struct_codegen v0.10.1
77142025-02-10T20:15:51.980Z Fresh scheduled-thread-pool v0.2.7
77152025-02-10T20:15:51.981Z Fresh diesel_table_macro_syntax v0.2.0
77162025-02-10T20:15:51.985Z Fresh nodrop v0.1.14
77172025-02-10T20:15:51.985Z Fresh r2d2 v0.8.10
77182025-02-10T20:15:51.986Z Fresh packed_struct v0.10.1
77192025-02-10T20:15:51.986Z Fresh diesel_derives v2.2.3
77202025-02-10T20:15:51.986Z Fresh smallvec v0.6.14
77212025-02-10T20:15:51.987Z Fresh array-init v0.0.4
77222025-02-10T20:15:51.987Z Fresh const_format_proc_macros v0.2.34
77232025-02-10T20:15:51.987Z Fresh async-recursion v1.1.1
77242025-02-10T20:15:51.987Z Fresh bumpalo v3.16.0
77252025-02-10T20:15:51.987Z Fresh lockfree-object-pool v0.1.6
77262025-02-10T20:15:51.987Z Fresh diff v0.1.13
77272025-02-10T20:15:51.987Z Fresh hashbrown v0.12.3
77282025-02-10T20:15:51.987Z Fresh bitfield v0.14.0
77292025-02-10T20:15:51.987Z Fresh simd-adler32 v0.3.7
77302025-02-10T20:15:51.987Z Fresh serde-hex v0.1.0
77312025-02-10T20:15:51.987Z Fresh const_format v0.2.34
77322025-02-10T20:15:51.987Z Fresh crunchy v0.2.2
77332025-02-10T20:15:51.987Z Fresh zopfli v0.8.1
77342025-02-10T20:15:51.987Z Fresh indexmap v1.9.3
77352025-02-10T20:15:51.988Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77362025-02-10T20:15:51.988Z Fresh diesel v2.2.6
77372025-02-10T20:15:51.988Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
77382025-02-10T20:15:51.988Z Fresh env_logger v0.10.2
77392025-02-10T20:15:51.988Z Fresh ron v0.8.1
77402025-02-10T20:15:51.989Z Fresh hashbrown v0.13.2
77412025-02-10T20:15:51.989Z Fresh crc-any v2.5.0
77422025-02-10T20:15:51.989Z Fresh tiny-keccak v2.0.2
77432025-02-10T20:15:51.989Z Fresh zip v2.1.3
77442025-02-10T20:15:51.989Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
77452025-02-10T20:15:51.989Z Fresh object v0.30.4
77462025-02-10T20:15:51.989Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77472025-02-10T20:15:51.989Z Fresh ascii-canvas v3.0.0
77482025-02-10T20:15:51.989Z Fresh ref-cast-impl v1.0.23
77492025-02-10T20:15:51.989Z Fresh bitfield-struct v0.6.2
77502025-02-10T20:15:51.989Z Fresh ena v0.14.3
77512025-02-10T20:15:51.989Z Fresh path-slash v0.1.5
77522025-02-10T20:15:51.989Z Fresh regex-syntax v0.6.29
77532025-02-10T20:15:51.989Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77542025-02-10T20:15:51.990Z Fresh ref-cast v1.0.23
77552025-02-10T20:15:51.990Z Fresh lalrpop v0.19.12
77562025-02-10T20:15:51.990Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
77572025-02-10T20:15:51.990Z Fresh libefi-sys v0.1.0
77582025-02-10T20:15:51.990Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
77592025-02-10T20:15:51.990Z Fresh fxhash v0.2.1
77602025-02-10T20:15:51.990Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77612025-02-10T20:15:51.990Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
77622025-02-10T20:15:51.990Z Fresh derive_builder_core v0.20.2
77632025-02-10T20:15:51.990Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77642025-02-10T20:15:51.990Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
77652025-02-10T20:15:51.990Z Fresh derive_builder_macro v0.20.2
77662025-02-10T20:15:51.990Z Fresh strum_macros v0.24.3
77672025-02-10T20:15:51.990Z Fresh kstat-rs v0.2.4
77682025-02-10T20:15:51.991Z Fresh indoc v1.0.9
77692025-02-10T20:15:51.991Z Fresh derive_builder v0.20.2
77702025-02-10T20:15:51.991Z Fresh libxml v0.3.3
77712025-02-10T20:15:51.991Z Fresh polar-core v0.27.3
77722025-02-10T20:15:51.991Z Fresh phf_generator v0.11.2
77732025-02-10T20:15:51.991Z Fresh primeorder v0.13.6
77742025-02-10T20:15:51.991Z Fresh oso-derive v0.27.3
77752025-02-10T20:15:51.991Z Fresh impl-trait-for-tuples v0.2.2
77762025-02-10T20:15:51.991Z Fresh quick-xml v0.33.0
77772025-02-10T20:15:51.991Z Fresh vte_generate_state_changes v0.1.2
77782025-02-10T20:15:51.991Z Fresh phf_codegen v0.11.2
77792025-02-10T20:15:51.991Z Fresh oso v0.27.3
77802025-02-10T20:15:51.991Z Fresh samael v0.0.17
77812025-02-10T20:15:51.991Z Fresh vte v0.11.1
77822025-02-10T20:15:51.991Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
77832025-02-10T20:15:51.991Z Fresh fd-lock v4.0.2
77842025-02-10T20:15:51.992Z Fresh parse-zoneinfo v0.3.1
77852025-02-10T20:15:51.992Z Fresh cfg_aliases v0.1.1
77862025-02-10T20:15:51.992Z Fresh strip-ansi-escapes v0.2.0
77872025-02-10T20:15:51.993Z Fresh parking_lot_core v0.8.6
77882025-02-10T20:15:51.993Z Fresh chrono-tz-build v0.4.0
77892025-02-10T20:15:51.993Z Fresh unicase v2.7.0
77902025-02-10T20:15:51.993Z Fresh bb8 v0.8.5
77912025-02-10T20:15:51.993Z Fresh nanorand v0.7.0
77922025-02-10T20:15:51.993Z Fresh nu-ansi-term v0.50.1
77932025-02-10T20:15:51.993Z Fresh diesel-dtrace v0.4.2
77942025-02-10T20:15:51.993Z Fresh flume v0.11.1
77952025-02-10T20:15:51.993Z Fresh async-bb8-diesel v0.2.1
77962025-02-10T20:15:51.993Z Fresh reedline v0.35.0
77972025-02-10T20:15:51.993Z Fresh parking_lot v0.11.2
77982025-02-10T20:15:51.993Z Fresh p384 v0.13.0
77992025-02-10T20:15:51.993Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
78002025-02-10T20:15:51.993Z Fresh http-range v0.1.5
78012025-02-10T20:15:51.993Z Fresh bytecount v0.6.8
78022025-02-10T20:15:51.993Z Fresh salty v0.3.0
78032025-02-10T20:15:51.993Z Fresh nix v0.28.0
78042025-02-10T20:15:51.993Z Fresh papergrid v0.11.0
78052025-02-10T20:15:51.993Z Fresh sled v0.34.7
78062025-02-10T20:15:51.993Z Fresh buf-list v1.0.3
78072025-02-10T20:15:51.994Z Fresh hickory-client v0.24.2
78082025-02-10T20:15:51.994Z Fresh tabled_derive v0.7.0
78092025-02-10T20:15:51.994Z Fresh peg-macros v0.8.4
78102025-02-10T20:15:51.994Z Fresh hickory-server v0.24.2
78112025-02-10T20:15:51.994Z Fresh sqlparser_derive v0.2.2
78122025-02-10T20:15:51.994Z Fresh atty v0.2.14
78132025-02-10T20:15:51.995Z Fresh env_filter v0.1.2
78142025-02-10T20:15:51.995Z Fresh unicode_categories v0.1.1
78152025-02-10T20:15:51.995Z Fresh env_logger v0.11.5
78162025-02-10T20:15:51.999Z Fresh sqlparser v0.45.0
78172025-02-10T20:15:51.999Z Fresh tabled v0.15.0
78182025-02-10T20:15:52.000Z Fresh peg v0.8.4
78192025-02-10T20:15:52.000Z Fresh sqlformat v0.2.6
78202025-02-10T20:15:52.000Z Fresh mime_guess v2.0.5
78212025-02-10T20:15:52.000Z Fresh chrono-tz v0.10.1
78222025-02-10T20:15:52.001Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
78232025-02-10T20:15:52.001Z Fresh rustyline v14.0.0
78242025-02-10T20:15:52.001Z Fresh bcs v0.1.6
78252025-02-10T20:15:52.001Z Fresh cargo-platform v0.1.8
78262025-02-10T20:15:52.001Z Fresh pin-project-internal v1.1.6
78272025-02-10T20:15:52.001Z Fresh termtree v0.5.1
78282025-02-10T20:15:52.001Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
78292025-02-10T20:15:52.001Z Fresh memoffset v0.9.1
78302025-02-10T20:15:52.001Z Fresh hyper-staticfile v0.10.1
78312025-02-10T20:15:52.001Z Fresh pin-project v1.1.6
78322025-02-10T20:15:52.001Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
78332025-02-10T20:15:52.001Z Fresh nix v0.27.1
78342025-02-10T20:15:52.002Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
78352025-02-10T20:15:52.002Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
78362025-02-10T20:15:52.002Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
78372025-02-10T20:15:52.002Z Fresh tungstenite v0.23.0
78382025-02-10T20:15:52.003Z Fresh concurrent-queue v2.5.0
78392025-02-10T20:15:52.003Z Fresh snafu-derive v0.8.5
78402025-02-10T20:15:52.003Z Fresh parking v2.2.1
78412025-02-10T20:15:52.003Z Fresh snafu v0.8.5
78422025-02-10T20:15:52.003Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
78432025-02-10T20:15:52.003Z Fresh tokio-tungstenite v0.23.1
78442025-02-10T20:15:52.003Z Fresh olpc-cjson v0.1.4
78452025-02-10T20:15:52.003Z Fresh signal-hook-tokio v0.3.1
78462025-02-10T20:15:52.003Z Fresh globset v0.4.15
78472025-02-10T20:15:52.003Z Fresh serde_plain v1.0.2
78482025-02-10T20:15:52.003Z Fresh typed-path v0.9.3
78492025-02-10T20:15:52.003Z Fresh cargo_metadata v0.18.1
78502025-02-10T20:15:52.003Z Fresh tough v0.19.0
78512025-02-10T20:15:52.003Z Fresh rand_seeder v0.3.0
78522025-02-10T20:15:52.003Z Fresh parse-size v1.1.0
78532025-02-10T20:15:52.003Z Fresh event-listener v5.3.1
78542025-02-10T20:15:52.003Z Fresh futures-lite v2.3.0
78552025-02-10T20:15:52.003Z Fresh event-listener-strategy v0.5.2
78562025-02-10T20:15:52.003Z Fresh castaway v0.2.3
78572025-02-10T20:15:52.004Z Fresh compact_str v0.8.0
78582025-02-10T20:15:52.004Z Fresh libz-sys v1.1.20
78592025-02-10T20:15:52.004Z Fresh unicode-truncate v1.1.0
78602025-02-10T20:15:52.004Z Fresh lru v0.12.5
78612025-02-10T20:15:52.005Z Fresh instability v0.3.2
78622025-02-10T20:15:52.005Z Fresh csv-core v0.1.11
78632025-02-10T20:15:52.005Z Fresh cassowary v0.3.0
78642025-02-10T20:15:52.005Z Fresh is_ci v1.2.0
78652025-02-10T20:15:52.005Z Fresh libgit2-sys v0.17.0+1.8.1
78662025-02-10T20:15:52.005Z Fresh csv v1.3.1
78672025-02-10T20:15:52.005Z Fresh async-lock v3.4.0
78682025-02-10T20:15:52.005Z Fresh polyval v0.6.2
78692025-02-10T20:15:52.005Z Fresh supports-color v3.0.1
78702025-02-10T20:15:52.005Z Fresh ratatui v0.28.1
78712025-02-10T20:15:52.005Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
78722025-02-10T20:15:52.005Z Fresh polling v3.7.3
78732025-02-10T20:15:52.005Z Fresh ghash v0.5.1
78742025-02-10T20:15:52.005Z Fresh git2 v0.19.0
78752025-02-10T20:15:52.005Z Fresh async-io v2.3.4
78762025-02-10T20:15:52.005Z Fresh ctr v0.9.2
78772025-02-10T20:15:52.005Z Fresh plotters-backend v0.3.7
78782025-02-10T20:15:52.005Z Fresh shell-words v1.1.0
78792025-02-10T20:15:52.005Z Fresh cfg_aliases v0.2.1
78802025-02-10T20:15:52.005Z Fresh async-task v4.7.1
78812025-02-10T20:15:52.005Z Fresh assert_matches v1.5.0
78822025-02-10T20:15:52.005Z Fresh aes-gcm v0.10.3
78832025-02-10T20:15:52.005Z Fresh vergen v8.3.2
78842025-02-10T20:15:52.006Z Fresh plotters-svg v0.3.7
78852025-02-10T20:15:52.006Z Fresh async-channel v2.3.1
78862025-02-10T20:15:52.006Z Fresh piper v0.2.4
78872025-02-10T20:15:52.006Z Fresh ssh-encoding v0.2.0
78882025-02-10T20:15:52.006Z Fresh rustls-webpki v0.101.7
78892025-02-10T20:15:52.006Z Fresh blowfish v0.9.1
78902025-02-10T20:15:52.006Z Fresh sct v0.7.1
78912025-02-10T20:15:52.006Z Fresh rtoolbox v0.0.2
78922025-02-10T20:15:52.006Z Fresh smawk v0.3.2
78932025-02-10T20:15:52.006Z Fresh cast v0.3.0
78942025-02-10T20:15:52.006Z Fresh unicode-linebreak v0.1.5
78952025-02-10T20:15:52.006Z Fresh bcrypt-pbkdf v0.10.0
78962025-02-10T20:15:52.006Z Fresh rpassword v7.3.1
78972025-02-10T20:15:52.006Z Fresh blocking v1.6.1
78982025-02-10T20:15:52.006Z Fresh ssh-cipher v0.2.0
78992025-02-10T20:15:52.006Z Fresh textwrap v0.16.1
79002025-02-10T20:15:52.006Z Fresh criterion-plot v0.5.0
79012025-02-10T20:15:52.006Z Fresh rustls v0.21.12
79022025-02-10T20:15:52.006Z Fresh libsqlite3-sys v0.30.1
79032025-02-10T20:15:52.006Z Fresh async-executor v1.13.1
79042025-02-10T20:15:52.006Z Fresh plotters v0.3.7
79052025-02-10T20:15:52.006Z Fresh async-signal v0.2.10
79062025-02-10T20:15:52.006Z Fresh tui-tree-widget v0.22.0
79072025-02-10T20:15:52.006Z Fresh hashlink v0.9.1
79082025-02-10T20:15:52.007Z Fresh password-hash v0.4.2
79092025-02-10T20:15:52.007Z Fresh tinytemplate v1.2.1
79102025-02-10T20:15:52.008Z Fresh hex-literal v0.4.1
79112025-02-10T20:15:52.008Z Fresh oorandom v11.1.4
79122025-02-10T20:15:52.008Z Fresh fallible-iterator v0.3.0
79132025-02-10T20:15:52.008Z Fresh yansi v1.0.1
79142025-02-10T20:15:52.008Z Fresh anes v0.1.6
79152025-02-10T20:15:52.008Z Fresh event-listener v2.5.3
79162025-02-10T20:15:52.012Z Fresh fallible-streaming-iterator v0.1.9
79172025-02-10T20:15:52.012Z Fresh criterion v0.5.1
79182025-02-10T20:15:52.012Z Fresh async-channel v1.9.0
79192025-02-10T20:15:52.012Z Fresh pretty_assertions v1.4.1
79202025-02-10T20:15:52.012Z Fresh pbkdf2 v0.11.0
79212025-02-10T20:15:52.013Z Fresh rusqlite v0.32.1
79222025-02-10T20:15:52.013Z Fresh async-global-executor v2.4.1
79232025-02-10T20:15:52.013Z Fresh async-process v2.3.0
79242025-02-10T20:15:52.013Z Fresh tokio-rustls v0.24.1
79252025-02-10T20:15:52.013Z Fresh nix v0.29.0
79262025-02-10T20:15:52.014Z Fresh ssh-key v0.6.6
79272025-02-10T20:15:52.014Z Fresh target-lexicon v0.12.16
79282025-02-10T20:15:52.014Z Fresh p256 v0.13.2
79292025-02-10T20:15:52.014Z Fresh p521 v0.13.3
79302025-02-10T20:15:52.014Z Fresh rustls-pemfile v1.0.4
79312025-02-10T20:15:52.014Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79322025-02-10T20:15:52.014Z Fresh async-attributes v1.1.2
79332025-02-10T20:15:52.014Z Fresh twox-hash v2.1.0
79342025-02-10T20:15:52.014Z Fresh russh-cryptovec v0.7.3
79352025-02-10T20:15:52.014Z Fresh num_cpus v1.16.0
79362025-02-10T20:15:52.014Z Fresh kv-log-macro v1.0.7
79372025-02-10T20:15:52.014Z Fresh futures-timer v3.0.3
79382025-02-10T20:15:52.014Z Fresh md5 v0.7.0
79392025-02-10T20:15:52.014Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79402025-02-10T20:15:52.014Z Fresh threadpool v1.8.1
79412025-02-10T20:15:52.015Z Fresh async-std v1.13.0
79422025-02-10T20:15:52.015Z Fresh russh-keys v0.45.0
79432025-02-10T20:15:52.015Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79442025-02-10T20:15:52.015Z Fresh cfg-expr v0.17.2
79452025-02-10T20:15:52.015Z Fresh guppy-workspace-hack v0.1.0
79462025-02-10T20:15:52.015Z Fresh doc-comment v0.3.3
79472025-02-10T20:15:52.015Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79482025-02-10T20:15:52.015Z Fresh httptest v0.16.1
79492025-02-10T20:15:52.015Z Fresh fatfs v0.3.6
79502025-02-10T20:15:52.015Z Fresh num-bigint v0.4.6
79512025-02-10T20:15:52.015Z Fresh proc-macro-crate v3.2.0
79522025-02-10T20:15:52.015Z Fresh rustls-native-certs v0.7.3
79532025-02-10T20:15:52.015Z Fresh des v0.8.1
79542025-02-10T20:15:52.015Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79552025-02-10T20:15:52.015Z Fresh relative-path v1.9.3
79562025-02-10T20:15:52.015Z Fresh escape8259 v0.5.3
79572025-02-10T20:15:52.015Z Fresh assert_cmd v2.0.16
79582025-02-10T20:15:52.016Z Fresh rstest_macros v0.23.0
79592025-02-10T20:15:52.016Z Fresh russh v0.45.0
79602025-02-10T20:15:52.016Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79612025-02-10T20:15:52.016Z Fresh libtest-mimic v0.7.3
79622025-02-10T20:15:52.016Z Fresh hyper-rustls v0.26.0
79632025-02-10T20:15:52.016Z Fresh target-spec v3.3.1
79642025-02-10T20:15:52.016Z Fresh target-triple v0.1.3
79652025-02-10T20:15:52.017Z Fresh async-object-pool v0.1.5
79662025-02-10T20:15:52.017Z Fresh petname v2.0.2
79672025-02-10T20:15:52.017Z Fresh cargo_metadata v0.19.1
79682025-02-10T20:15:52.017Z Fresh blake2b_simd v1.0.2
79692025-02-10T20:15:52.017Z Fresh fancy-regex v0.13.0
79702025-02-10T20:15:52.017Z Fresh pathdiff v0.2.3
79712025-02-10T20:15:52.017Z Fresh serde_regex v1.1.0
79722025-02-10T20:15:52.017Z Fresh assert-json-diff v2.0.2
79732025-02-10T20:15:52.017Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
79742025-02-10T20:15:52.017Z Fresh uzers v0.12.1
79752025-02-10T20:15:52.017Z Fresh path-tree v0.8.1
79762025-02-10T20:15:52.017Z Fresh nested v0.1.1
79772025-02-10T20:15:52.017Z Fresh sync-ptr v0.1.1
79782025-02-10T20:15:52.017Z Fresh stringmetrics v2.2.2
79792025-02-10T20:15:52.017Z Fresh internet-checksum v0.2.1
79802025-02-10T20:15:52.017Z Fresh httpmock v0.8.0-alpha.1
79812025-02-10T20:15:52.017Z Fresh guppy v0.17.12
79822025-02-10T20:15:52.017Z Fresh datatest-stable v0.2.9
79832025-02-10T20:15:52.018Z Fresh rust-argon2 v2.1.0
79842025-02-10T20:15:52.018Z Fresh rstest v0.23.0
79852025-02-10T20:15:52.018Z Fresh trybuild v1.0.101
79862025-02-10T20:15:52.019Z Fresh partial-io v0.5.4
79872025-02-10T20:15:52.019Z Fresh similar-asserts v1.6.0
79882025-02-10T20:15:52.019Z Fresh rand_distr v0.4.3
79892025-02-10T20:15:52.019Z Fresh approx v0.5.1
79902025-02-10T20:15:52.019Z Fresh indoc v2.0.5
79912025-02-10T20:15:52.019Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
79922025-02-10T20:15:52.019Z Fresh omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins)
79932025-02-10T20:15:52.019Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79942025-02-10T20:15:52.019Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
79952025-02-10T20:15:52.019Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
79962025-02-10T20:15:52.019Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
79972025-02-10T20:15:52.019Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
79982025-02-10T20:15:52.019Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79992025-02-10T20:15:52.019Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
80002025-02-10T20:15:52.019Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
80012025-02-10T20:15:52.019Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
80022025-02-10T20:15:52.019Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
80032025-02-10T20:15:52.019Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
80042025-02-10T20:15:52.019Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
80052025-02-10T20:15:52.021Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
80062025-02-10T20:15:52.021Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
80072025-02-10T20:15:52.021Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
80082025-02-10T20:15:52.021Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
80092025-02-10T20:15:52.021Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
80102025-02-10T20:15:52.021Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
80112025-02-10T20:15:52.021Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
80122025-02-10T20:15:52.021Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
80132025-02-10T20:15:52.021Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
80142025-02-10T20:15:52.021Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
80152025-02-10T20:15:52.022Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
80162025-02-10T20:15:52.027Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
80172025-02-10T20:15:52.027Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
80182025-02-10T20:15:52.027Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
80192025-02-10T20:15:52.028Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
80202025-02-10T20:15:52.028Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
80212025-02-10T20:15:52.028Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
80222025-02-10T20:15:52.028Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
80232025-02-10T20:15:52.028Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
80242025-02-10T20:15:52.029Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
80252025-02-10T20:15:52.029Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
80262025-02-10T20:15:52.029Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
80272025-02-10T20:15:52.029Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
80282025-02-10T20:15:52.029Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80292025-02-10T20:15:52.029Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
80302025-02-10T20:15:52.031Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
80312025-02-10T20:15:52.031Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
80322025-02-10T20:15:52.031Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
80332025-02-10T20:15:52.031Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80342025-02-10T20:15:52.031Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
80352025-02-10T20:15:52.031Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
80362025-02-10T20:15:52.031Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
80372025-02-10T20:15:52.031Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
80382025-02-10T20:15:52.031Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
80392025-02-10T20:15:52.032Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
80402025-02-10T20:15:52.032Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
80412025-02-10T20:15:52.032Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
80422025-02-10T20:15:52.033Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
80432025-02-10T20:15:52.033Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
80442025-02-10T20:15:52.033Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
80452025-02-10T20:15:52.033Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
80462025-02-10T20:15:52.033Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
80472025-02-10T20:15:52.034Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
80482025-02-10T20:15:52.034Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
80492025-02-10T20:15:52.034Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
80502025-02-10T20:15:52.034Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
80512025-02-10T20:15:52.034Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
80522025-02-10T20:15:52.034Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
80532025-02-10T20:15:52.034Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
80542025-02-10T20:15:52.034Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
80552025-02-10T20:15:52.034Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
80562025-02-10T20:15:52.034Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
80572025-02-10T20:15:52.034Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
80582025-02-10T20:15:52.034Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
80592025-02-10T20:15:52.034Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
80602025-02-10T20:15:52.034Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
80612025-02-10T20:15:52.035Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
80622025-02-10T20:15:52.035Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
80632025-02-10T20:15:52.035Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
80642025-02-10T20:15:52.035Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
80652025-02-10T20:15:52.035Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
80662025-02-10T20:15:52.036Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
80672025-02-10T20:15:52.036Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
80682025-02-10T20:15:52.036Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
80692025-02-10T20:15:52.036Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
80702025-02-10T20:15:52.036Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
80712025-02-10T20:15:52.036Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
80722025-02-10T20:15:52.036Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
80732025-02-10T20:15:52.036Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
80742025-02-10T20:15:52.036Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
80752025-02-10T20:15:52.036Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
80762025-02-10T20:15:52.036Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
80772025-02-10T20:15:52.036Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
80782025-02-10T20:15:52.037Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
80792025-02-10T20:15:52.037Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
80802025-02-10T20:15:52.038Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
80812025-02-10T20:15:52.038Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
80822025-02-10T20:15:52.038Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
80832025-02-10T20:15:52.038Z Fresh omicron-brand-metadata v0.1.0 (/work/oxidecomputer/omicron/brand-metadata)
80842025-02-10T20:15:52.038Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
80852025-02-10T20:15:52.038Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
80862025-02-10T20:15:52.038Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
80872025-02-10T20:15:52.038Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
80882025-02-10T20:15:52.038Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
80892025-02-10T20:15:52.038Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
80902025-02-10T20:15:52.038Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
80912025-02-10T20:15:52.038Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
80922025-02-10T20:15:52.038Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
80932025-02-10T20:15:52.038Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
80942025-02-10T20:15:52.038Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
80952025-02-10T20:15:52.038Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80962025-02-10T20:15:52.039Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
80972025-02-10T20:15:52.039Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
80982025-02-10T20:15:52.039Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
80992025-02-10T20:15:52.039Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
81002025-02-10T20:15:52.040Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
81012025-02-10T20:15:52.040Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
81022025-02-10T20:15:52.040Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
81032025-02-10T20:15:52.040Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
81042025-02-10T20:15:52.040Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
81052025-02-10T20:15:52.040Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
81062025-02-10T20:15:52.040Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
81072025-02-10T20:15:52.040Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
81082025-02-10T20:15:52.040Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
81092025-02-10T20:15:52.040Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
81102025-02-10T20:15:52.040Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2.26s
81112025-02-10T20:15:52.065Z Doc-tests api_identity
81122025-02-10T20:15:52.069Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-b2b76930a3223210.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
81132025-02-10T20:15:52.358Z
81142025-02-10T20:15:52.359Zrunning 0 tests
81152025-02-10T20:15:52.359Z
81162025-02-10T20:15:52.362Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81172025-02-10T20:15:52.362Z
81182025-02-10T20:15:52.369Z Doc-tests authz_macros
81192025-02-10T20:15:52.373Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-7f0a003a949ad1bd.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
81202025-02-10T20:15:52.515Z
81212025-02-10T20:15:52.515Zrunning 7 tests
81222025-02-10T20:15:52.519Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
81232025-02-10T20:15:52.519Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
81242025-02-10T20:15:52.519Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
81252025-02-10T20:15:52.519Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
81262025-02-10T20:15:52.519Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
81272025-02-10T20:15:52.520Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
81282025-02-10T20:15:52.520Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
81292025-02-10T20:15:52.520Z
81302025-02-10T20:15:52.520Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
81312025-02-10T20:15:52.520Z
81322025-02-10T20:15:52.528Z Doc-tests bootstore
81332025-02-10T20:15:52.531Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.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`
81342025-02-10T20:15:53.331Z
81352025-02-10T20:15:53.331Zrunning 0 tests
81362025-02-10T20:15:53.331Z
81372025-02-10T20:15:53.331Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81382025-02-10T20:15:53.331Z
81392025-02-10T20:15:53.364Z Doc-tests bootstrap_agent_api
81402025-02-10T20:15:53.386Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-5ad4748746abbfec.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81412025-02-10T20:15:53.730Z
81422025-02-10T20:15:53.730Zrunning 2 tests
81432025-02-10T20:15:53.737Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
81442025-02-10T20:15:53.738Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
81452025-02-10T20:15:53.738Z
81462025-02-10T20:15:53.738Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81472025-02-10T20:15:53.738Z
81482025-02-10T20:15:53.749Z Doc-tests bootstrap_agent_client
81492025-02-10T20:15:53.764Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6ee12eca15b81e71.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81502025-02-10T20:15:54.568Z
81512025-02-10T20:15:54.568Zrunning 0 tests
81522025-02-10T20:15:54.568Z
81532025-02-10T20:15:54.568Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81542025-02-10T20:15:54.568Z
81552025-02-10T20:15:54.602Z Doc-tests clickana
81562025-02-10T20:15:54.607Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-5251648002a98252.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81572025-02-10T20:15:54.981Z
81582025-02-10T20:15:54.981Zrunning 0 tests
81592025-02-10T20:15:54.981Z
81602025-02-10T20:15:54.981Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81612025-02-10T20:15:54.981Z
81622025-02-10T20:15:55.006Z Doc-tests clickhouse_admin_api
81632025-02-10T20:15:55.009Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-8ceddc880bdd91b0.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81642025-02-10T20:15:55.252Z
81652025-02-10T20:15:55.252Zrunning 6 tests
81662025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 37) ... ignored
81672025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 43) ... ignored
81682025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 115) ... ignored
81692025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 121) ... ignored
81702025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 180) ... ignored
81712025-02-10T20:15:55.256Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 186) ... ignored
81722025-02-10T20:15:55.256Z
81732025-02-10T20:15:55.256Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
81742025-02-10T20:15:55.256Z
81752025-02-10T20:15:55.275Z Doc-tests clickhouse_admin_keeper_client
81762025-02-10T20:15:55.278Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81772025-02-10T20:15:55.823Z
81782025-02-10T20:15:55.824Zrunning 0 tests
81792025-02-10T20:15:55.824Z
81802025-02-10T20:15:55.824Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81812025-02-10T20:15:55.824Z
81822025-02-10T20:15:55.854Z Doc-tests clickhouse_admin_server_client
81832025-02-10T20:15:55.857Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81842025-02-10T20:15:56.364Z
81852025-02-10T20:15:56.364Zrunning 0 tests
81862025-02-10T20:15:56.365Z
81872025-02-10T20:15:56.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81882025-02-10T20:15:56.365Z
81892025-02-10T20:15:56.394Z Doc-tests clickhouse_admin_single_client
81902025-02-10T20:15:56.397Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81912025-02-10T20:15:56.608Z
81922025-02-10T20:15:56.608Zrunning 0 tests
81932025-02-10T20:15:56.609Z
81942025-02-10T20:15:56.609Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81952025-02-10T20:15:56.609Z
81962025-02-10T20:15:56.626Z Doc-tests clickhouse_admin_test_utils
81972025-02-10T20:15:56.629Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-21ea866390417d2b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81982025-02-10T20:15:56.844Z
81992025-02-10T20:15:56.844Zrunning 0 tests
82002025-02-10T20:15:56.844Z
82012025-02-10T20:15:56.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82022025-02-10T20:15:56.844Z
82032025-02-10T20:15:56.866Z Doc-tests clickhouse_admin_types
82042025-02-10T20:15:56.871Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82052025-02-10T20:15:57.363Z
82062025-02-10T20:15:57.363Zrunning 0 tests
82072025-02-10T20:15:57.363Z
82082025-02-10T20:15:57.364Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82092025-02-10T20:15:57.364Z
82102025-02-10T20:15:57.392Z Doc-tests cockroach_admin_api
82112025-02-10T20:15:57.395Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-7eeb260fa13b209f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82122025-02-10T20:15:57.587Z
82132025-02-10T20:15:57.587Zrunning 2 tests
82142025-02-10T20:15:57.590Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
82152025-02-10T20:15:57.590Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
82162025-02-10T20:15:57.590Z
82172025-02-10T20:15:57.590Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82182025-02-10T20:15:57.590Z
82192025-02-10T20:15:57.605Z Doc-tests cockroach_admin_client
82202025-02-10T20:15:57.608Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82212025-02-10T20:15:57.866Z
82222025-02-10T20:15:57.866Zrunning 0 tests
82232025-02-10T20:15:57.866Z
82242025-02-10T20:15:57.866Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82252025-02-10T20:15:57.866Z
82262025-02-10T20:15:57.886Z Doc-tests cockroach_admin_types
82272025-02-10T20:15:57.889Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82282025-02-10T20:15:58.023Z
82292025-02-10T20:15:58.023Zrunning 0 tests
82302025-02-10T20:15:58.023Z
82312025-02-10T20:15:58.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82322025-02-10T20:15:58.023Z
82332025-02-10T20:15:58.036Z Doc-tests db_macros
82342025-02-10T20:15:58.041Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-4cb91b463a4967ba.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
82352025-02-10T20:15:58.296Z
82362025-02-10T20:15:58.296Zrunning 3 tests
82372025-02-10T20:15:58.304Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
82382025-02-10T20:15:58.304Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
82392025-02-10T20:15:58.304Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
82402025-02-10T20:15:58.304Z
82412025-02-10T20:15:58.305Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
82422025-02-10T20:15:58.305Z
82432025-02-10T20:15:58.313Z Doc-tests dns_server
82442025-02-10T20:15:58.318Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-21eb14eb3f29e5ca.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-bc3baf74f40fecd2.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82452025-02-10T20:15:58.671Z
82462025-02-10T20:15:58.671Zrunning 0 tests
82472025-02-10T20:15:58.671Z
82482025-02-10T20:15:58.671Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82492025-02-10T20:15:58.672Z
82502025-02-10T20:15:58.698Z Doc-tests dns_server_api
82512025-02-10T20:15:58.701Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82522025-02-10T20:15:58.918Z
82532025-02-10T20:15:58.918Zrunning 2 tests
82542025-02-10T20:15:58.922Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
82552025-02-10T20:15:58.922Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
82562025-02-10T20:15:58.922Z
82572025-02-10T20:15:58.922Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82582025-02-10T20:15:58.922Z
82592025-02-10T20:15:58.940Z Doc-tests dns_service_client
82602025-02-10T20:15:58.943Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82612025-02-10T20:15:59.228Z
82622025-02-10T20:15:59.228Zrunning 0 tests
82632025-02-10T20:15:59.228Z
82642025-02-10T20:15:59.228Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82652025-02-10T20:15:59.228Z
82662025-02-10T20:15:59.252Z Doc-tests dpd_client
82672025-02-10T20:15:59.255Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern transceiver_decode=/work/oxidecomputer/omicron/target/debug/deps/libtransceiver_decode-1b8156833adead2f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82682025-02-10T20:16:00.402Z
82692025-02-10T20:16:00.402Zrunning 0 tests
82702025-02-10T20:16:00.402Z
82712025-02-10T20:16:00.402Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82722025-02-10T20:16:00.403Z
82732025-02-10T20:16:00.441Z Doc-tests end_to_end_tests
82742025-02-10T20:16:00.457Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-8c36b8ff245e045a.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-158c77268d1e030c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-34eb03e342e2c001.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-695cee235731dad6.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82752025-02-10T20:16:00.905Z
82762025-02-10T20:16:00.905Zrunning 0 tests
82772025-02-10T20:16:00.905Z
82782025-02-10T20:16:00.905Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82792025-02-10T20:16:00.905Z
82802025-02-10T20:16:00.932Z Doc-tests gateway_api
82812025-02-10T20:16:00.942Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-d86b02db493d8bf5.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82822025-02-10T20:16:01.279Z
82832025-02-10T20:16:01.280Zrunning 2 tests
82842025-02-10T20:16:01.284Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
82852025-02-10T20:16:01.284Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
82862025-02-10T20:16:01.284Z
82872025-02-10T20:16:01.284Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82882025-02-10T20:16:01.285Z
82892025-02-10T20:16:01.305Z Doc-tests gateway_client
82902025-02-10T20:16:01.308Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82912025-02-10T20:16:02.191Z
82922025-02-10T20:16:02.192Zrunning 0 tests
82932025-02-10T20:16:02.192Z
82942025-02-10T20:16:02.192Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82952025-02-10T20:16:02.192Z
82962025-02-10T20:16:02.220Z Doc-tests gateway_test_utils
82972025-02-10T20:16:02.235Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82982025-02-10T20:16:02.900Z
82992025-02-10T20:16:02.900Zrunning 0 tests
83002025-02-10T20:16:02.900Z
83012025-02-10T20:16:02.900Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83022025-02-10T20:16:02.900Z
83032025-02-10T20:16:02.934Z Doc-tests gateway_types
83042025-02-10T20:16:02.936Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83052025-02-10T20:16:03.465Z
83062025-02-10T20:16:03.465Zrunning 0 tests
83072025-02-10T20:16:03.465Z
83082025-02-10T20:16:03.465Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83092025-02-10T20:16:03.465Z
83102025-02-10T20:16:03.496Z Doc-tests illumos_utils
83112025-02-10T20:16:03.499Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.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`
83122025-02-10T20:16:04.816Z
83132025-02-10T20:16:04.816Zrunning 0 tests
83142025-02-10T20:16:04.817Z
83152025-02-10T20:16:04.817Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83162025-02-10T20:16:04.817Z
83172025-02-10T20:16:04.869Z Doc-tests installinator
83182025-02-10T20:16:04.872Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
83192025-02-10T20:16:05.580Z
83202025-02-10T20:16:05.580Zrunning 0 tests
83212025-02-10T20:16:05.580Z
83222025-02-10T20:16:05.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83232025-02-10T20:16:05.580Z
83242025-02-10T20:16:05.613Z Doc-tests installinator_api
83252025-02-10T20:16:05.616Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83262025-02-10T20:16:05.896Z
83272025-02-10T20:16:05.896Zrunning 2 tests
83282025-02-10T20:16:05.899Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
83292025-02-10T20:16:05.899Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
83302025-02-10T20:16:05.899Z
83312025-02-10T20:16:05.899Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83322025-02-10T20:16:05.899Z
83332025-02-10T20:16:05.921Z Doc-tests installinator_client
83342025-02-10T20:16:05.923Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83352025-02-10T20:16:06.735Z
83362025-02-10T20:16:06.735Zrunning 0 tests
83372025-02-10T20:16:06.735Z
83382025-02-10T20:16:06.735Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83392025-02-10T20:16:06.735Z
83402025-02-10T20:16:06.772Z Doc-tests installinator_common
83412025-02-10T20:16:06.775Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83422025-02-10T20:16:07.132Z
83432025-02-10T20:16:07.132Zrunning 0 tests
83442025-02-10T20:16:07.132Z
83452025-02-10T20:16:07.132Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83462025-02-10T20:16:07.132Z
83472025-02-10T20:16:07.159Z Doc-tests internal_dns_resolver
83482025-02-10T20:16:07.162Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83492025-02-10T20:16:07.414Z
83502025-02-10T20:16:07.414Zrunning 0 tests
83512025-02-10T20:16:07.414Z
83522025-02-10T20:16:07.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83532025-02-10T20:16:07.415Z
83542025-02-10T20:16:07.438Z Doc-tests internal_dns_types
83552025-02-10T20:16:07.441Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83562025-02-10T20:16:07.734Z
83572025-02-10T20:16:07.734Zrunning 0 tests
83582025-02-10T20:16:07.734Z
83592025-02-10T20:16:07.734Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83602025-02-10T20:16:07.734Z
83612025-02-10T20:16:07.758Z Doc-tests ipcc
83622025-02-10T20:16:07.761Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-a348374d3d785aec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83632025-02-10T20:16:07.993Z
83642025-02-10T20:16:07.993Zrunning 0 tests
83652025-02-10T20:16:07.993Z
83662025-02-10T20:16:07.994Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83672025-02-10T20:16:07.994Z
83682025-02-10T20:16:08.015Z Doc-tests key_manager
83692025-02-10T20:16:08.018Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-116e3d46dcb2ae19.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83702025-02-10T20:16:08.248Z
83712025-02-10T20:16:08.248Zrunning 0 tests
83722025-02-10T20:16:08.248Z
83732025-02-10T20:16:08.248Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83742025-02-10T20:16:08.248Z
83752025-02-10T20:16:08.271Z Doc-tests live_tests_macros
83762025-02-10T20:16:08.273Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-3bb6a32505ce77f1.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
83772025-02-10T20:16:08.351Z
83782025-02-10T20:16:08.351Zrunning 1 test
83792025-02-10T20:16:08.354Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
83802025-02-10T20:16:08.354Z
83812025-02-10T20:16:08.354Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83822025-02-10T20:16:08.354Z
83832025-02-10T20:16:08.361Z Doc-tests nexus_auth
83842025-02-10T20:16:08.364Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-7f0a003a949ad1bd.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
83852025-02-10T20:16:09.540Z
83862025-02-10T20:16:09.540Zrunning 0 tests
83872025-02-10T20:16:09.540Z
83882025-02-10T20:16:09.540Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83892025-02-10T20:16:09.540Z
83902025-02-10T20:16:09.580Z Doc-tests nexus_client
83912025-02-10T20:16:09.583Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83922025-02-10T20:16:11.522Z
83932025-02-10T20:16:11.522Zrunning 0 tests
83942025-02-10T20:16:11.522Z
83952025-02-10T20:16:11.522Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83962025-02-10T20:16:11.523Z
83972025-02-10T20:16:11.573Z Doc-tests nexus_config
83982025-02-10T20:16:11.577Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83992025-02-10T20:16:12.088Z
84002025-02-10T20:16:12.088Zrunning 0 tests
84012025-02-10T20:16:12.088Z
84022025-02-10T20:16:12.088Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84032025-02-10T20:16:12.088Z
84042025-02-10T20:16:12.117Z Doc-tests nexus_db_fixed_data
84052025-02-10T20:16:12.121Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-4c52334e12bc4637.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
84062025-02-10T20:16:12.593Z
84072025-02-10T20:16:12.593Zrunning 0 tests
84082025-02-10T20:16:12.593Z
84092025-02-10T20:16:12.593Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84102025-02-10T20:16:12.593Z
84112025-02-10T20:16:12.623Z Doc-tests nexus_db_model
84122025-02-10T20:16:12.626Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
84132025-02-10T20:16:20.760Z
84142025-02-10T20:16:20.760Zrunning 2 tests
84152025-02-10T20:16:23.593Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
84162025-02-10T20:16:23.596Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
84172025-02-10T20:16:23.596Z
84182025-02-10T20:16:23.596Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.84s
84192025-02-10T20:16:23.596Z
84202025-02-10T20:16:23.865Z Doc-tests nexus_db_queries
84212025-02-10T20:16:23.870Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-4cb91b463a4967ba.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-4c52334e12bc4637.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
84222025-02-10T20:16:26.159Z
84232025-02-10T20:16:26.159Zrunning 1 test
84242025-02-10T20:16:29.401Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
84252025-02-10T20:16:29.403Z
84262025-02-10T20:16:29.404Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.24s
84272025-02-10T20:16:29.404Z
84282025-02-10T20:16:29.488Z Doc-tests nexus_defaults
84292025-02-10T20:16:29.491Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6706430bd93b8bc6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84302025-02-10T20:16:29.712Z
84312025-02-10T20:16:29.712Zrunning 0 tests
84322025-02-10T20:16:29.712Z
84332025-02-10T20:16:29.712Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84342025-02-10T20:16:29.712Z
84352025-02-10T20:16:29.734Z Doc-tests nexus_external_api
84362025-02-10T20:16:29.736Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84372025-02-10T20:16:30.296Z
84382025-02-10T20:16:30.296Zrunning 2 tests
84392025-02-10T20:16:30.300Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
84402025-02-10T20:16:30.300Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
84412025-02-10T20:16:30.300Z
84422025-02-10T20:16:30.300Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84432025-02-10T20:16:30.300Z
84442025-02-10T20:16:30.330Z Doc-tests nexus_internal_api
84452025-02-10T20:16:30.333Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-d86b02db493d8bf5.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84462025-02-10T20:16:30.755Z
84472025-02-10T20:16:30.755Zrunning 2 tests
84482025-02-10T20:16:30.758Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
84492025-02-10T20:16:30.758Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
84502025-02-10T20:16:30.758Z
84512025-02-10T20:16:30.758Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84522025-02-10T20:16:30.758Z
84532025-02-10T20:16:30.786Z Doc-tests nexus_inventory
84542025-02-10T20:16:30.789Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84552025-02-10T20:16:31.172Z
84562025-02-10T20:16:31.172Zrunning 0 tests
84572025-02-10T20:16:31.172Z
84582025-02-10T20:16:31.172Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84592025-02-10T20:16:31.172Z
84602025-02-10T20:16:31.203Z Doc-tests nexus_macros_common
84612025-02-10T20:16:31.205Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-1e225cdce539e30f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84622025-02-10T20:16:31.285Z
84632025-02-10T20:16:31.285Zrunning 0 tests
84642025-02-10T20:16:31.285Z
84652025-02-10T20:16:31.285Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84662025-02-10T20:16:31.285Z
84672025-02-10T20:16:31.296Z Doc-tests nexus_metrics_producer_gc
84682025-02-10T20:16:31.298Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-1cc94bbdaf7555e1.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
84692025-02-10T20:16:31.722Z
84702025-02-10T20:16:31.723Zrunning 0 tests
84712025-02-10T20:16:31.723Z
84722025-02-10T20:16:31.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84732025-02-10T20:16:31.723Z
84742025-02-10T20:16:31.760Z Doc-tests nexus_networking
84752025-02-10T20:16:31.763Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-1d8f95ba60b42aa6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84762025-02-10T20:16:32.218Z
84772025-02-10T20:16:32.218Zrunning 0 tests
84782025-02-10T20:16:32.218Z
84792025-02-10T20:16:32.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84802025-02-10T20:16:32.218Z
84812025-02-10T20:16:32.254Z Doc-tests nexus_reconfigurator_blippy
84822025-02-10T20:16:32.257Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-93fd400eaaba480f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84832025-02-10T20:16:32.582Z
84842025-02-10T20:16:32.582Zrunning 0 tests
84852025-02-10T20:16:32.582Z
84862025-02-10T20:16:32.582Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84872025-02-10T20:16:32.582Z
84882025-02-10T20:16:32.612Z Doc-tests nexus_reconfigurator_execution
84892025-02-10T20:16:32.616Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
84902025-02-10T20:16:33.099Z
84912025-02-10T20:16:33.099Zrunning 0 tests
84922025-02-10T20:16:33.099Z
84932025-02-10T20:16:33.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84942025-02-10T20:16:33.099Z
84952025-02-10T20:16:33.136Z Doc-tests nexus_reconfigurator_planning
84962025-02-10T20:16:33.140Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84972025-02-10T20:16:33.656Z
84982025-02-10T20:16:33.656Zrunning 0 tests
84992025-02-10T20:16:33.656Z
85002025-02-10T20:16:33.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85012025-02-10T20:16:33.656Z
85022025-02-10T20:16:33.691Z Doc-tests nexus_reconfigurator_preparation
85032025-02-10T20:16:33.694Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85042025-02-10T20:16:34.108Z
85052025-02-10T20:16:34.108Zrunning 0 tests
85062025-02-10T20:16:34.108Z
85072025-02-10T20:16:34.108Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85082025-02-10T20:16:34.108Z
85092025-02-10T20:16:34.146Z Doc-tests nexus_reconfigurator_rendezvous
85102025-02-10T20:16:34.148Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
85112025-02-10T20:16:34.569Z
85122025-02-10T20:16:34.569Zrunning 0 tests
85132025-02-10T20:16:34.569Z
85142025-02-10T20:16:34.569Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85152025-02-10T20:16:34.569Z
85162025-02-10T20:16:34.605Z Doc-tests nexus_reconfigurator_simulation
85172025-02-10T20:16:34.608Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-815fc710707e8f12.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85182025-02-10T20:16:34.978Z
85192025-02-10T20:16:34.978Zrunning 0 tests
85202025-02-10T20:16:34.978Z
85212025-02-10T20:16:34.978Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85222025-02-10T20:16:34.978Z
85232025-02-10T20:16:35.009Z Doc-tests nexus_saga_recovery
85242025-02-10T20:16:35.012Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
85252025-02-10T20:16:35.383Z
85262025-02-10T20:16:35.383Zrunning 0 tests
85272025-02-10T20:16:35.383Z
85282025-02-10T20:16:35.383Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85292025-02-10T20:16:35.383Z
85302025-02-10T20:16:35.415Z Doc-tests nexus_sled_agent_shared
85312025-02-10T20:16:35.418Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85322025-02-10T20:16:35.798Z
85332025-02-10T20:16:35.798Zrunning 0 tests
85342025-02-10T20:16:35.798Z
85352025-02-10T20:16:35.798Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85362025-02-10T20:16:35.798Z
85372025-02-10T20:16:35.828Z Doc-tests nexus_test_interface
85382025-02-10T20:16:35.830Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-116e3d46dcb2ae19.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85392025-02-10T20:16:36.152Z
85402025-02-10T20:16:36.152Zrunning 0 tests
85412025-02-10T20:16:36.152Z
85422025-02-10T20:16:36.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85432025-02-10T20:16:36.152Z
85442025-02-10T20:16:36.180Z Doc-tests nexus_test_utils
85452025-02-10T20:16:36.183Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
85462025-02-10T20:16:37.093Z
85472025-02-10T20:16:37.093Zrunning 0 tests
85482025-02-10T20:16:37.093Z
85492025-02-10T20:16:37.094Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85502025-02-10T20:16:37.094Z
85512025-02-10T20:16:37.134Z Doc-tests nexus_test_utils_macros
85522025-02-10T20:16:37.137Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-ab74ef95232cf54f.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
85532025-02-10T20:16:37.221Z
85542025-02-10T20:16:37.221Zrunning 1 test
85552025-02-10T20:16:37.224Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
85562025-02-10T20:16:37.224Z
85572025-02-10T20:16:37.224Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85582025-02-10T20:16:37.224Z
85592025-02-10T20:16:37.233Z Doc-tests nexus_types
85602025-02-10T20:16:37.236Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85612025-02-10T20:16:40.130Z
85622025-02-10T20:16:40.130Zrunning 0 tests
85632025-02-10T20:16:40.130Z
85642025-02-10T20:16:40.130Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85652025-02-10T20:16:40.130Z
85662025-02-10T20:16:40.211Z Doc-tests omicron_brand_metadata
85672025-02-10T20:16:40.213Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-ba65d6b092518fbd.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85682025-02-10T20:16:40.309Z
85692025-02-10T20:16:40.309Zrunning 0 tests
85702025-02-10T20:16:40.309Z
85712025-02-10T20:16:40.309Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85722025-02-10T20:16:40.309Z
85732025-02-10T20:16:40.321Z Doc-tests omicron_certificates
85742025-02-10T20:16:40.324Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6f15412de59adf04.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-48ede35ea3c9cf1f.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85752025-02-10T20:16:40.597Z
85762025-02-10T20:16:40.597Zrunning 0 tests
85772025-02-10T20:16:40.597Z
85782025-02-10T20:16:40.597Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85792025-02-10T20:16:40.597Z
85802025-02-10T20:16:40.623Z Doc-tests omicron_clickhouse_admin
85812025-02-10T20:16:40.625Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-b53adea83ffc3a1c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-789475d3917b915c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85822025-02-10T20:16:41.047Z
85832025-02-10T20:16:41.047Zrunning 0 tests
85842025-02-10T20:16:41.047Z
85852025-02-10T20:16:41.047Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85862025-02-10T20:16:41.047Z
85872025-02-10T20:16:41.082Z Doc-tests omicron_cockroach_admin
85882025-02-10T20:16:41.085Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-0425c9eba6be0759.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-5687e96c37821350.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.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`
85892025-02-10T20:16:41.384Z
85902025-02-10T20:16:41.384Zrunning 0 tests
85912025-02-10T20:16:41.385Z
85922025-02-10T20:16:41.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85932025-02-10T20:16:41.385Z
85942025-02-10T20:16:41.410Z Doc-tests omicron_common
85952025-02-10T20:16:41.414Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-b2b76930a3223210.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
85962025-02-10T20:16:43.238Z
85972025-02-10T20:16:43.238Zrunning 2 tests
85982025-02-10T20:16:43.241Ztest common/src/lib.rs - FileKv (line 40) ... ignored
85992025-02-10T20:16:48.692Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
86002025-02-10T20:16:48.693Z
86012025-02-10T20:16:48.697Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.45s
86022025-02-10T20:16:48.697Z
86032025-02-10T20:16:48.755Z Doc-tests omicron_ddm_admin_client
86042025-02-10T20:16:48.757Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-7d5dcfb18a701da2.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86052025-02-10T20:16:49.028Z
86062025-02-10T20:16:49.028Zrunning 0 tests
86072025-02-10T20:16:49.028Z
86082025-02-10T20:16:49.031Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86092025-02-10T20:16:49.031Z
86102025-02-10T20:16:49.053Z Doc-tests omicron_dev_lib
86112025-02-10T20:16:49.056Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-f05b67ae17e29d7d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86122025-02-10T20:16:49.275Z
86132025-02-10T20:16:49.275Zrunning 0 tests
86142025-02-10T20:16:49.275Z
86152025-02-10T20:16:49.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86162025-02-10T20:16:49.276Z
86172025-02-10T20:16:49.297Z Doc-tests omicron_gateway
86182025-02-10T20:16:49.300Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-ccff74202312b04b.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-2f2cc4ffff9fb2f8.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-6f866c38c9ce9d6b.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86192025-02-10T20:16:49.959Z
86202025-02-10T20:16:49.959Zrunning 0 tests
86212025-02-10T20:16:49.959Z
86222025-02-10T20:16:49.959Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86232025-02-10T20:16:49.959Z
86242025-02-10T20:16:50.000Z Doc-tests omicron_ls_apis
86252025-02-10T20:16:50.003Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-8a53bef1f81d092d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86262025-02-10T20:16:50.200Z
86272025-02-10T20:16:50.201Zrunning 1 test
86282025-02-10T20:16:50.203Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
86292025-02-10T20:16:50.204Z
86302025-02-10T20:16:50.204Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
86312025-02-10T20:16:50.204Z
86322025-02-10T20:16:50.217Z Doc-tests omicron_nexus
86332025-02-10T20:16:50.227Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-1cc94bbdaf7555e1.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-e4c04583baf89962.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-07e3c35a7e0ea4c7.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-a0de444c93ebedb6.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-14b81e60e9487f5d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-c5e9b09d258639e7.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-d6cb3842cbd5647e.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-958085a9149d5e1b.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-227ed6bb5a54ac99.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-4994e44d66e160c2.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-c411a72dcf9db9c5.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-84b6358f81b7684d.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-768e3d5b7ec1df5f.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-ae7e48dd48be5ba1.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-44e5b148c512a5fa.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-ae39f8f45c8721ce.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-6e05b5e06e832c45.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-3e6ff3a62a45fc17.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-2c0697ed290b861e.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-b395d4c44fe2a74a.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-e16780aee37bbbca.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-3eb9ed417647887d.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-ab74ef95232cf54f.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-4aac7e045c2a8cad.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-6e0ed6e15ce29eb3.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-51ef91967edf833f.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-506eeb65f3e13f7d.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.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`
86342025-02-10T20:16:52.772Z
86352025-02-10T20:16:52.772Zrunning 5 tests
86362025-02-10T20:16:52.775Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 243) ... ignored
86372025-02-10T20:16:57.249Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 823) ... ok
86382025-02-10T20:16:57.251Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 887) ... ok
86392025-02-10T20:16:57.257Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 917) ... ok
86402025-02-10T20:16:57.260Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 845) ... ok
86412025-02-10T20:16:57.260Z
86422025-02-10T20:16:57.260Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.49s
86432025-02-10T20:16:57.260Z
86442025-02-10T20:16:57.351Z Doc-tests omicron_package
86452025-02-10T20:16:57.353Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-bccf9489d4c4f275.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-ba58c351de266ab8.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86462025-02-10T20:16:57.616Z
86472025-02-10T20:16:57.616Zrunning 0 tests
86482025-02-10T20:16:57.616Z
86492025-02-10T20:16:57.616Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86502025-02-10T20:16:57.616Z
86512025-02-10T20:16:57.637Z Doc-tests omicron_passwords
86522025-02-10T20:16:57.640Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8cab06b32ce8b7d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a0b53ed38f6d4e9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86532025-02-10T20:16:57.766Z
86542025-02-10T20:16:57.767Zrunning 0 tests
86552025-02-10T20:16:57.767Z
86562025-02-10T20:16:57.767Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86572025-02-10T20:16:57.767Z
86582025-02-10T20:16:57.781Z Doc-tests omicron_pins
86592025-02-10T20:16:57.784Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern omicron_pins=/work/oxidecomputer/omicron/target/debug/deps/libomicron_pins-fa26e4121e4bf508.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86602025-02-10T20:16:57.890Z
86612025-02-10T20:16:57.890Zrunning 0 tests
86622025-02-10T20:16:57.891Z
86632025-02-10T20:16:57.891Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86642025-02-10T20:16:57.891Z
86652025-02-10T20:16:57.903Z Doc-tests omicron_rpaths
86662025-02-10T20:16:57.906Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-78c8a577620a6f55.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86672025-02-10T20:16:57.986Z
86682025-02-10T20:16:57.986Zrunning 0 tests
86692025-02-10T20:16:57.986Z
86702025-02-10T20:16:57.986Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86712025-02-10T20:16:57.986Z
86722025-02-10T20:16:57.998Z Doc-tests omicron_sled_agent
86732025-02-10T20:16:58.006Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-97872ca19e9f877e.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-6ff7617e74daacd2.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-8839332b46134115.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-f7e3f2def8c5f15d.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-12ca9d5f734c701e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-1afc5bef0e9262ab.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-93fd400eaaba480f.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-018a5e93402bdb4e.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.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`
86742025-02-10T20:16:59.768Z
86752025-02-10T20:16:59.768Zrunning 0 tests
86762025-02-10T20:16:59.768Z
86772025-02-10T20:16:59.768Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86782025-02-10T20:16:59.768Z
86792025-02-10T20:16:59.836Z Doc-tests omicron_test_utils
86802025-02-10T20:16:59.839Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-74d22479c1ab20a5.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-81763c8947d7838e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.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`
86812025-02-10T20:17:00.157Z
86822025-02-10T20:17:00.157Zrunning 3 tests
86832025-02-10T20:17:00.160Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
86842025-02-10T20:17:05.926Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
86852025-02-10T20:17:05.998Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
86862025-02-10T20:17:05.998Z
86872025-02-10T20:17:06.001Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.84s
86882025-02-10T20:17:06.001Z
86892025-02-10T20:17:06.037Z Doc-tests omicron_uuid_kinds
86902025-02-10T20:17:06.039Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern daft=/work/oxidecomputer/omicron/target/debug/deps/libdaft-0af2ea3b72da9d49.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.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`
86912025-02-10T20:17:06.174Z
86922025-02-10T20:17:06.174Zrunning 0 tests
86932025-02-10T20:17:06.174Z
86942025-02-10T20:17:06.174Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86952025-02-10T20:17:06.174Z
86962025-02-10T20:17:06.188Z Doc-tests omicron_workspace_hack
86972025-02-10T20:17:06.197Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-68ad458d168d87ee.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-fc0633af00e7809a.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-0724a7d28498ffc0.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86982025-02-10T20:17:06.269Z
86992025-02-10T20:17:06.270Zrunning 0 tests
87002025-02-10T20:17:06.270Z
87012025-02-10T20:17:06.270Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87022025-02-10T20:17:06.270Z
87032025-02-10T20:17:06.282Z Doc-tests openapi_manager
87042025-02-10T20:17:06.284Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-5ad4748746abbfec.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-8ceddc880bdd91b0.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-7eeb260fa13b209f.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-0111fcd473695b98.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-38b7895e272fa8dd.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-c935c98ade100a82.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-adb1aba6dd07ab93.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-21bdc8e51f0aae52.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87052025-02-10T20:17:06.733Z
87062025-02-10T20:17:06.733Zrunning 0 tests
87072025-02-10T20:17:06.733Z
87082025-02-10T20:17:06.733Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87092025-02-10T20:17:06.733Z
87102025-02-10T20:17:06.765Z Doc-tests openapi_manager_types
87112025-02-10T20:17:06.768Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-a4f7dbc8540400f7.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87122025-02-10T20:17:06.852Z
87132025-02-10T20:17:06.852Zrunning 0 tests
87142025-02-10T20:17:06.852Z
87152025-02-10T20:17:06.852Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
87162025-02-10T20:17:06.852Z
87172025-02-10T20:17:06.864Z Doc-tests oxide_client
87182025-02-10T20:17:06.866Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-31bb216d765ef742.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-71138b11d257c0c8.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
87192025-02-10T20:17:11.642Z
87202025-02-10T20:17:11.642Zrunning 221 tests
87212025-02-10T20:17:11.645Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
87222025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
87232025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
87242025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
87252025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
87262025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
87272025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
87282025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
87292025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
87302025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
87312025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
87322025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
87332025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
87342025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
87352025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
87362025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
87372025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
87382025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
87392025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
87402025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
87412025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
87422025-02-10T20:17:11.646Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
87432025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
87442025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
87452025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
87462025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
87472025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
87482025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
87492025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
87502025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
87512025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
87522025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
87532025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
87542025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
87552025-02-10T20:17:11.647Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
87562025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
87572025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
87582025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
87592025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
87602025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
87612025-02-10T20:17:11.648Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
87622025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
87632025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
87642025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
87652025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
87662025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
87672025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
87682025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
87692025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
87702025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
87712025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
87722025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
87732025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
87742025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
87752025-02-10T20:17:11.651Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
87762025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
87772025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
87782025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
87792025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
87802025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
87812025-02-10T20:17:11.655Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
87822025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
87832025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
87842025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
87852025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
87862025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
87872025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
87882025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
87892025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
87902025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
87912025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
87922025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
87932025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
87942025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
87952025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
87962025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
87972025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
87982025-02-10T20:17:11.656Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
87992025-02-10T20:17:11.657Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
88002025-02-10T20:17:11.657Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
88012025-02-10T20:17:11.657Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
88022025-02-10T20:17:11.657Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
88032025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
88042025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
88052025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
88062025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
88072025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
88082025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
88092025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
88102025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
88112025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
88122025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
88132025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
88142025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
88152025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
88162025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
88172025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
88182025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
88192025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
88202025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
88212025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
88222025-02-10T20:17:11.658Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
88232025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
88242025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
88252025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
88262025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
88272025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
88282025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
88292025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
88302025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
88312025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
88322025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
88332025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
88342025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
88352025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
88362025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
88372025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
88382025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
88392025-02-10T20:17:11.659Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
88402025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
88412025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
88422025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
88432025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
88442025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
88452025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
88462025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
88472025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
88482025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
88492025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
88502025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
88512025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
88522025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
88532025-02-10T20:17:11.660Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
88542025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
88552025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
88562025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
88572025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
88582025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
88592025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
88602025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
88612025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
88622025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
88632025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
88642025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
88652025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
88662025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
88672025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
88682025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
88692025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
88702025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
88712025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
88722025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
88732025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
88742025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
88752025-02-10T20:17:11.661Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
88762025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
88772025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
88782025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
88792025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
88802025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
88812025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
88822025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
88832025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
88842025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
88852025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
88862025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
88872025-02-10T20:17:11.665Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
88882025-02-10T20:17:11.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
88892025-02-10T20:17:11.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
88902025-02-10T20:17:11.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
88912025-02-10T20:17:11.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
88922025-02-10T20:17:11.666Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
88932025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
88942025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
88952025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
88962025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
88972025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
88982025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
88992025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
89002025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
89012025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
89022025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
89032025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
89042025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
89052025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
89062025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
89072025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
89082025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
89092025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
89102025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
89112025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
89122025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
89132025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
89142025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
89152025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
89162025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
89172025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
89182025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
89192025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
89202025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
89212025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
89222025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
89232025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
89242025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
89252025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
89262025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
89272025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
89282025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
89292025-02-10T20:17:11.667Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
89302025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
89312025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
89322025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
89332025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
89342025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
89352025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
89362025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
89372025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
89382025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
89392025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
89402025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
89412025-02-10T20:17:11.668Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
89422025-02-10T20:17:11.668Z
89432025-02-10T20:17:11.668Ztest result: ok. 0 passed; 0 failed; 221 ignored; 0 measured; 0 filtered out; finished in 0.01s
89442025-02-10T20:17:11.668Z
89452025-02-10T20:17:11.756Z Doc-tests oximeter
89462025-02-10T20:17:11.759Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-22a49b65b3e626e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89472025-02-10T20:17:12.012Z
89482025-02-10T20:17:12.012Zrunning 2 tests
89492025-02-10T20:17:12.015Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
89502025-02-10T20:17:13.229Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
89512025-02-10T20:17:13.229Z
89522025-02-10T20:17:13.232Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.22s
89532025-02-10T20:17:13.232Z
89542025-02-10T20:17:13.266Z Doc-tests oximeter_api
89552025-02-10T20:17:13.269Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89562025-02-10T20:17:13.540Z
89572025-02-10T20:17:13.540Zrunning 2 tests
89582025-02-10T20:17:13.543Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
89592025-02-10T20:17:13.543Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
89602025-02-10T20:17:13.543Z
89612025-02-10T20:17:13.543Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89622025-02-10T20:17:13.543Z
89632025-02-10T20:17:13.565Z Doc-tests oximeter_client
89642025-02-10T20:17:13.567Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89652025-02-10T20:17:13.927Z
89662025-02-10T20:17:13.927Zrunning 0 tests
89672025-02-10T20:17:13.927Z
89682025-02-10T20:17:13.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89692025-02-10T20:17:13.927Z
89702025-02-10T20:17:13.954Z Doc-tests oximeter_collector
89712025-02-10T20:17:13.957Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-7bc49ee55a12e04b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-75c15b7a0980ad22.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-60617e10c08af0be.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-109e8f6ab9e09bc6.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-2a624e6849e2a4d6.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89722025-02-10T20:17:14.502Z
89732025-02-10T20:17:14.502Zrunning 0 tests
89742025-02-10T20:17:14.502Z
89752025-02-10T20:17:14.502Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89762025-02-10T20:17:14.503Z
89772025-02-10T20:17:14.542Z Doc-tests oximeter_db
89782025-02-10T20:17:14.545Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-102f324d4853702d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
89792025-02-10T20:17:15.542Z
89802025-02-10T20:17:15.542Zrunning 5 tests
89812025-02-10T20:17:15.545Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
89822025-02-10T20:17:15.545Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
89832025-02-10T20:17:15.545Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
89842025-02-10T20:17:15.545Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
89852025-02-10T20:17:15.545Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
89862025-02-10T20:17:15.545Z
89872025-02-10T20:17:15.545Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
89882025-02-10T20:17:15.545Z
89892025-02-10T20:17:15.593Z Doc-tests oximeter_instruments
89902025-02-10T20:17:15.593Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-6638ea8e6ae98f13.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
89912025-02-10T20:17:15.983Z
89922025-02-10T20:17:15.983Zrunning 0 tests
89932025-02-10T20:17:15.984Z
89942025-02-10T20:17:15.984Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89952025-02-10T20:17:15.984Z
89962025-02-10T20:17:16.015Z Doc-tests oximeter_macro_impl
89972025-02-10T20:17:16.018Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-3dbc5ce76a6f873d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
89982025-02-10T20:17:16.112Z
89992025-02-10T20:17:16.112Zrunning 0 tests
90002025-02-10T20:17:16.112Z
90012025-02-10T20:17:16.112Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90022025-02-10T20:17:16.112Z
90032025-02-10T20:17:16.123Z Doc-tests oximeter_producer
90042025-02-10T20:17:16.126Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-4c0fb43a148b3d5d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-bc7e6f6a8e8cbba0.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-262e62ee5452859a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90052025-02-10T20:17:16.524Z
90062025-02-10T20:17:16.524Zrunning 0 tests
90072025-02-10T20:17:16.524Z
90082025-02-10T20:17:16.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90092025-02-10T20:17:16.524Z
90102025-02-10T20:17:16.560Z Doc-tests oximeter_schema
90112025-02-10T20:17:16.563Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-cb16287d25614697.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90122025-02-10T20:17:16.863Z
90132025-02-10T20:17:16.863Zrunning 0 tests
90142025-02-10T20:17:16.863Z
90152025-02-10T20:17:16.864Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90162025-02-10T20:17:16.864Z
90172025-02-10T20:17:16.888Z Doc-tests oximeter_test_utils
90182025-02-10T20:17:16.892Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-626fccba2b8230be.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-b579cc55b00b563f.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90192025-02-10T20:17:17.197Z
90202025-02-10T20:17:17.197Zrunning 0 tests
90212025-02-10T20:17:17.197Z
90222025-02-10T20:17:17.197Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90232025-02-10T20:17:17.197Z
90242025-02-10T20:17:17.227Z Doc-tests oximeter_timeseries_macro
90252025-02-10T20:17:17.230Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-3dbc5ce76a6f873d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-be70108e30c9f2ea.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-22a49b65b3e626e3.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-f7338f090c9f897c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.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`
90262025-02-10T20:17:17.456Z
90272025-02-10T20:17:17.456Zrunning 0 tests
90282025-02-10T20:17:17.456Z
90292025-02-10T20:17:17.456Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90302025-02-10T20:17:17.456Z
90312025-02-10T20:17:17.480Z Doc-tests oximeter_types
90322025-02-10T20:17:17.482Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-ac196b3cd7775b06.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90332025-02-10T20:17:18.057Z
90342025-02-10T20:17:18.058Zrunning 11 tests
90352025-02-10T20:17:18.681Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
90362025-02-10T20:17:26.439Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
90372025-02-10T20:17:26.518Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
90382025-02-10T20:17:26.561Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
90392025-02-10T20:17:26.561Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
90402025-02-10T20:17:26.592Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
90412025-02-10T20:17:26.687Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
90422025-02-10T20:17:26.691Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
90432025-02-10T20:17:26.969Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
90442025-02-10T20:17:30.447Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
90452025-02-10T20:17:31.870Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
90462025-02-10T20:17:31.872Z
90472025-02-10T20:17:31.872Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.81s
90482025-02-10T20:17:31.872Z
90492025-02-10T20:17:31.911Z Doc-tests oxlog
90502025-02-10T20:17:31.914Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-6ed943f319c716df.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90512025-02-10T20:17:31.998Z
90522025-02-10T20:17:31.999Zrunning 0 tests
90532025-02-10T20:17:31.999Z
90542025-02-10T20:17:31.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90552025-02-10T20:17:31.999Z
90562025-02-10T20:17:32.010Z Doc-tests oxql_types
90572025-02-10T20:17:32.012Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-2c12889b2bc094c0.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-8e7c020a0cabb428.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90582025-02-10T20:17:32.340Z
90592025-02-10T20:17:32.340Zrunning 0 tests
90602025-02-10T20:17:32.340Z
90612025-02-10T20:17:32.341Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90622025-02-10T20:17:32.341Z
90632025-02-10T20:17:32.368Z Doc-tests range_requests
90642025-02-10T20:17:32.371Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-03e029f2a415749e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-04ee17ee8e453175.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90652025-02-10T20:17:32.526Z
90662025-02-10T20:17:32.526Zrunning 0 tests
90672025-02-10T20:17:32.526Z
90682025-02-10T20:17:32.526Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90692025-02-10T20:17:32.526Z
90702025-02-10T20:17:32.546Z Doc-tests repo_depot_api
90712025-02-10T20:17:32.549Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-d86b02db493d8bf5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-7f7998335ce6be86.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90722025-02-10T20:17:32.786Z
90732025-02-10T20:17:32.786Zrunning 2 tests
90742025-02-10T20:17:32.789Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
90752025-02-10T20:17:32.789Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
90762025-02-10T20:17:32.789Z
90772025-02-10T20:17:32.789Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90782025-02-10T20:17:32.789Z
90792025-02-10T20:17:32.810Z Doc-tests repo_depot_client
90802025-02-10T20:17:32.814Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-ac7e97da250eb517.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90812025-02-10T20:17:33.003Z
90822025-02-10T20:17:33.003Zrunning 0 tests
90832025-02-10T20:17:33.003Z
90842025-02-10T20:17:33.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90852025-02-10T20:17:33.003Z
90862025-02-10T20:17:33.023Z Doc-tests sled_agent_api
90872025-02-10T20:17:33.025Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-9cf02c9f891821d8.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90882025-02-10T20:17:33.453Z
90892025-02-10T20:17:33.453Zrunning 2 tests
90902025-02-10T20:17:33.456Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
90912025-02-10T20:17:33.456Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
90922025-02-10T20:17:33.457Z
90932025-02-10T20:17:33.457Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90942025-02-10T20:17:33.457Z
90952025-02-10T20:17:33.484Z Doc-tests sled_agent_client
90962025-02-10T20:17:33.487Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-ad1c77d708bcc4ed.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90972025-02-10T20:17:35.226Z
90982025-02-10T20:17:35.226Zrunning 0 tests
90992025-02-10T20:17:35.226Z
91002025-02-10T20:17:35.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91012025-02-10T20:17:35.226Z
91022025-02-10T20:17:35.280Z Doc-tests sled_agent_types
91032025-02-10T20:17:35.282Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-d87c4d8598f279b6.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-64cccfb9e5c4d4f5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-b9d05e147200d30d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91042025-02-10T20:17:36.002Z
91052025-02-10T20:17:36.002Zrunning 0 tests
91062025-02-10T20:17:36.002Z
91072025-02-10T20:17:36.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91082025-02-10T20:17:36.003Z
91092025-02-10T20:17:36.040Z Doc-tests sled_diagnostics
91102025-02-10T20:17:36.040Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c23dfb9b1834c42c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-d4e7b70d2dfe1f77.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91112025-02-10T20:17:36.181Z
91122025-02-10T20:17:36.181Zrunning 0 tests
91132025-02-10T20:17:36.181Z
91142025-02-10T20:17:36.181Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91152025-02-10T20:17:36.181Z
91162025-02-10T20:17:36.196Z Doc-tests sled_hardware
91172025-02-10T20:17:36.199Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91182025-02-10T20:17:36.572Z
91192025-02-10T20:17:36.573Zrunning 0 tests
91202025-02-10T20:17:36.573Z
91212025-02-10T20:17:36.573Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91222025-02-10T20:17:36.573Z
91232025-02-10T20:17:36.603Z Doc-tests sled_hardware_types
91242025-02-10T20:17:36.603Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-947e046339c347a1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91252025-02-10T20:17:36.888Z
91262025-02-10T20:17:36.888Zrunning 0 tests
91272025-02-10T20:17:36.888Z
91282025-02-10T20:17:36.888Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91292025-02-10T20:17:36.888Z
91302025-02-10T20:17:36.915Z Doc-tests sled_storage
91312025-02-10T20:17:36.918Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-e2aefb9319d74747.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-746aef4196d1e908.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-8d0b0321fb41366b.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.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`
91322025-02-10T20:17:37.334Z
91332025-02-10T20:17:37.334Zrunning 0 tests
91342025-02-10T20:17:37.334Z
91352025-02-10T20:17:37.334Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91362025-02-10T20:17:37.334Z
91372025-02-10T20:17:37.366Z Doc-tests sp_sim
91382025-02-10T20:17:37.368Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-85efc37f661edeb7.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-45edf105c00a478c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91392025-02-10T20:17:37.807Z
91402025-02-10T20:17:37.807Zrunning 0 tests
91412025-02-10T20:17:37.807Z
91422025-02-10T20:17:37.807Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91432025-02-10T20:17:37.807Z
91442025-02-10T20:17:37.839Z Doc-tests tufaceous
91452025-02-10T20:17:37.841Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91462025-02-10T20:17:38.149Z
91472025-02-10T20:17:38.149Zrunning 0 tests
91482025-02-10T20:17:38.150Z
91492025-02-10T20:17:38.150Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91502025-02-10T20:17:38.150Z
91512025-02-10T20:17:38.177Z Doc-tests tufaceous_lib
91522025-02-10T20:17:38.179Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91532025-02-10T20:17:38.580Z
91542025-02-10T20:17:38.580Zrunning 0 tests
91552025-02-10T20:17:38.580Z
91562025-02-10T20:17:38.580Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91572025-02-10T20:17:38.580Z
91582025-02-10T20:17:38.609Z Doc-tests typed_rng
91592025-02-10T20:17:38.612Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-5ad72f64385d87dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-2de97096051f8dd1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91602025-02-10T20:17:38.701Z
91612025-02-10T20:17:38.701Zrunning 0 tests
91622025-02-10T20:17:38.701Z
91632025-02-10T20:17:38.701Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91642025-02-10T20:17:38.701Z
91652025-02-10T20:17:38.713Z Doc-tests update_common
91662025-02-10T20:17:38.716Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern omicron_brand_metadata=/work/oxidecomputer/omicron/target/debug/deps/libomicron_brand_metadata-ba65d6b092518fbd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91672025-02-10T20:17:39.035Z
91682025-02-10T20:17:39.037Zrunning 0 tests
91692025-02-10T20:17:39.037Z
91702025-02-10T20:17:39.037Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91712025-02-10T20:17:39.037Z
91722025-02-10T20:17:39.062Z Doc-tests update_engine
91732025-02-10T20:17:39.065Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a4eae7502d3697e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91742025-02-10T20:17:39.524Z
91752025-02-10T20:17:39.524Zrunning 4 tests
91762025-02-10T20:17:39.527Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
91772025-02-10T20:17:39.527Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
91782025-02-10T20:17:39.527Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
91792025-02-10T20:17:40.328Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
91802025-02-10T20:17:40.328Z
91812025-02-10T20:17:40.331Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.80s
91822025-02-10T20:17:40.331Z
91832025-02-10T20:17:40.356Z Doc-tests wicket
91842025-02-10T20:17:40.359Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91852025-02-10T20:17:41.258Z
91862025-02-10T20:17:41.258Zrunning 0 tests
91872025-02-10T20:17:41.258Z
91882025-02-10T20:17:41.258Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91892025-02-10T20:17:41.258Z
91902025-02-10T20:17:41.303Z Doc-tests wicket_common
91912025-02-10T20:17:41.306Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91922025-02-10T20:17:41.888Z
91932025-02-10T20:17:41.888Zrunning 0 tests
91942025-02-10T20:17:41.888Z
91952025-02-10T20:17:41.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91962025-02-10T20:17:41.889Z
91972025-02-10T20:17:41.925Z Doc-tests wicket_dbg
91982025-02-10T20:17:41.928Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-f2461f7897d3b927.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91992025-02-10T20:17:42.357Z
92002025-02-10T20:17:42.357Zrunning 0 tests
92012025-02-10T20:17:42.357Z
92022025-02-10T20:17:42.357Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92032025-02-10T20:17:42.357Z
92042025-02-10T20:17:42.392Z Doc-tests wicketd
92052025-02-10T20:17:42.395Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-116e3d46dcb2ae19.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-6ee12eca15b81e71.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-763196647f36b34f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-15e8369a8fcd0400.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-3723c5a84503eb4e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-6cd1ea5ae8b6c2e7.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a7ec8fc6d45f2d09.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-5dbff8cae7d11525.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-ddb788904b08dab8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-3f8d671a0b68fe30.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-795868b6dd791a97.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-27e7e87339fc44fb.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a5af4a994ba38930.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-f6cc40366171aae1.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-710bbfc944fe41a5.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-42ef3872e3d334b2.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-22812a8edf3ba909.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-410a7c5c8025373f.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-1697854271117006.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92062025-02-10T20:17:43.069Z
92072025-02-10T20:17:43.069Zrunning 0 tests
92082025-02-10T20:17:43.069Z
92092025-02-10T20:17:43.069Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92102025-02-10T20:17:43.069Z
92112025-02-10T20:17:43.109Z Doc-tests wicketd_api
92122025-02-10T20:17:43.112Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-6ee12eca15b81e71.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-d322b099fe7a1609.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-d47dda3dd4c8db7f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-283e6f692b435309.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92132025-02-10T20:17:43.573Z
92142025-02-10T20:17:43.573Zrunning 2 tests
92152025-02-10T20:17:43.575Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 55) ... ignored
92162025-02-10T20:17:43.575Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 61) ... ignored
92172025-02-10T20:17:43.575Z
92182025-02-10T20:17:43.575Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
92192025-02-10T20:17:43.576Z
92202025-02-10T20:17:43.608Z Doc-tests wicketd_client
92212025-02-10T20:17:43.611Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-c6e3260a4cbe5cfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-b8f22c1bf2e477ac.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-787971dbd95d5f3c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-1654bc40d2dd6b2a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-7c32ffd269c1df23.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-a4f6bbd40b00ecfd.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-0a903a24ab3e3b4f.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-558ab01d7628afca.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92222025-02-10T20:17:45.266Z
92232025-02-10T20:17:45.266Zrunning 0 tests
92242025-02-10T20:17:45.266Z
92252025-02-10T20:17:45.266Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92262025-02-10T20:17:45.266Z
92272025-02-10T20:17:45.321Z Doc-tests xtask_downloader
92282025-02-10T20:17:45.324Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-8090c8f315cee759.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-7f8fd7f5ab970676.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92292025-02-10T20:17:45.513Z
92302025-02-10T20:17:45.513Zrunning 1 test
92312025-02-10T20:17:45.516Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
92322025-02-10T20:17:45.516Z
92332025-02-10T20:17:45.516Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
92342025-02-10T20:17:45.516Z
92352025-02-10T20:17:45.532Z Doc-tests zone_setup
92362025-02-10T20:17:45.535Z Running `/home/build/.rustup/toolchains/1.84.1-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-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/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-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-d86b02db493d8bf5.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-947e046339c347a1.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-e9c4db3de2dd1df8.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-e30779979da4a800.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-3dbc5ce76a6f873d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-250e6ba8d69b813a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-180a72a257f53935.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
92372025-02-10T20:17:45.806Z
92382025-02-10T20:17:45.806Zrunning 0 tests
92392025-02-10T20:17:45.806Z
92402025-02-10T20:17:45.806Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
92412025-02-10T20:17:45.806Z
92422025-02-10T20:17:45.924Z
92432025-02-10T20:17:45.927Zreal 1:56.280638307
92442025-02-10T20:17:45.927Zuser 2:05.342873290
92452025-02-10T20:17:45.927Zsys 52.621054218
92462025-02-10T20:17:45.927Ztrap 0.030691599
92472025-02-10T20:17:45.927Ztflt 1.334369030
92482025-02-10T20:17:45.927Zdflt 8.253181006
92492025-02-10T20:17:45.927Zkflt 0.021695385
92502025-02-10T20:17:45.927Zlock 1:25.947873413
92512025-02-10T20:17:45.927Zslp 15:21.346071580
92522025-02-10T20:17:45.927Zlat 3.590253987
92532025-02-10T20:17:45.927Zstop 8.994153817
92542025-02-10T20:17:45.927Z+ [[ illumos == \i\l\l\u\m\o\s ]]
92552025-02-10T20:17:45.927Z+ banner live-test
92562025-02-10T20:17:45.930Z
92572025-02-10T20:17:45.930Z # # # # ###### ##### ###### #### #####
92582025-02-10T20:17:45.930Z # # # # # # # # #
92592025-02-10T20:17:45.930Z # # # # ##### ##### # ##### #### #
92602025-02-10T20:17:45.930Z # # # # # # # # #
92612025-02-10T20:17:45.930Z # # # # # # # # # #
92622025-02-10T20:17:45.930Z ###### # ## ###### # ###### #### #
92632025-02-10T20:17:45.930Z
92642025-02-10T20:17:45.930Z+ ptime -m cargo xtask live-tests
92652025-02-10T20:17:46.745Z Compiling serde v1.0.217
92662025-02-10T20:17:46.748Z Compiling serde_json v1.0.135
92672025-02-10T20:17:46.748Z Compiling rustix v0.38.37
92682025-02-10T20:17:46.748Z Compiling libc v0.2.169
92692025-02-10T20:17:46.748Z Compiling syn v2.0.96
92702025-02-10T20:17:46.748Z Compiling bitflags v2.6.0
92712025-02-10T20:17:47.284Z Compiling usdt-impl v0.5.0
92722025-02-10T20:17:47.358Z Compiling syn v1.0.109
92732025-02-10T20:17:47.376Z Compiling log v0.4.22
92742025-02-10T20:17:47.503Z Compiling hashbrown v0.15.1
92752025-02-10T20:17:47.541Z Compiling fs-err v2.11.0
92762025-02-10T20:17:47.753Z Compiling once_cell v1.20.2
92772025-02-10T20:17:47.912Z Compiling anyhow v1.0.95
92782025-02-10T20:17:48.316Z Compiling thread-id v4.2.2
92792025-02-10T20:17:48.577Z Compiling indexmap v2.7.1
92802025-02-10T20:17:49.640Z Compiling terminal_size v0.4.0
92812025-02-10T20:17:49.643Z Compiling tempfile v3.13.0
92822025-02-10T20:17:49.812Z Compiling clap_builder v4.5.27
92832025-02-10T20:17:50.231Z Compiling proc-macro-error v1.0.4
92842025-02-10T20:17:51.065Z Compiling tabled_derive v0.7.0
92852025-02-10T20:17:52.408Z Compiling tabled v0.15.0
92862025-02-10T20:17:53.149Z Compiling serde_derive v1.0.217
92872025-02-10T20:17:53.152Z Compiling thiserror-impl v1.0.69
92882025-02-10T20:17:53.152Z Compiling zerocopy-derive v0.7.35
92892025-02-10T20:17:53.152Z Compiling scroll_derive v0.12.0
92902025-02-10T20:17:53.152Z Compiling clap_derive v4.5.24
92912025-02-10T20:17:54.845Z Compiling scroll v0.12.0
92922025-02-10T20:17:55.409Z Compiling goblin v0.8.2
92932025-02-10T20:17:55.487Z Compiling zerocopy v0.7.35
92942025-02-10T20:17:56.355Z Compiling thiserror v1.0.69
92952025-02-10T20:17:56.551Z Compiling pest v2.7.14
92962025-02-10T20:17:57.125Z Compiling clap v4.5.27
92972025-02-10T20:17:58.729Z Compiling pest_meta v2.7.14
92982025-02-10T20:17:59.743Z Compiling pest_generator v2.7.14
92992025-02-10T20:18:01.294Z Compiling pest_derive v2.7.14
93002025-02-10T20:18:02.067Z Compiling dtrace-parser v0.2.0
93012025-02-10T20:18:02.535Z Compiling serde_spanned v0.6.8
93022025-02-10T20:18:02.535Z Compiling toml_datetime v0.6.8
93032025-02-10T20:18:02.538Z Compiling camino v1.1.9
93042025-02-10T20:18:02.538Z Compiling semver v1.0.24
93052025-02-10T20:18:02.882Z Compiling serde_tokenstream v0.2.2
93062025-02-10T20:18:02.981Z Compiling toml_edit v0.22.22
93072025-02-10T20:18:03.079Z Compiling cargo-platform v0.1.8
93082025-02-10T20:18:03.305Z Compiling camino-tempfile v1.1.1
93092025-02-10T20:18:03.403Z Compiling macaddr v1.0.1
93102025-02-10T20:18:04.037Z Compiling dof v0.3.0
93112025-02-10T20:18:04.037Z Compiling cargo_metadata v0.18.1
93122025-02-10T20:18:05.820Z Compiling usdt-macro v0.5.0
93132025-02-10T20:18:05.823Z Compiling usdt-attr-macro v0.5.0
93142025-02-10T20:18:05.980Z Compiling toml v0.8.19
93152025-02-10T20:18:06.890Z Compiling cargo_toml v0.20.5
93162025-02-10T20:18:07.255Z Compiling usdt v0.5.0
93172025-02-10T20:18:09.702Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
93182025-02-10T20:18:13.169Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.16s
93192025-02-10T20:18:13.251Z Running `target/debug/xtask live-tests`
93202025-02-10T20:18:13.285Zusing temporary directory: /var/tmp/omicron_tmp/.tmpg6XvMf
93212025-02-10T20:18:13.285Zwill create archive file: /var/tmp/omicron_tmp/.tmpg6XvMf/live-tests-archive/omicron-live-tests.tar.zst
93222025-02-10T20:18:13.285Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
93232025-02-10T20:18:13.286Z
93242025-02-10T20:18:13.288Zrunning: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmpg6XvMf/live-tests-archive/omicron-live-tests.tar.zst"
93252025-02-10T20:18:15.446Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
93262025-02-10T20:18:15.570Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
93272025-02-10T20:18:15.588Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
93282025-02-10T20:18:15.592Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
93292025-02-10T20:18:15.607Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
93302025-02-10T20:18:15.613Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
93312025-02-10T20:18:15.613Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
93322025-02-10T20:18:16.644Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
93332025-02-10T20:18:18.650Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
93342025-02-10T20:18:19.232Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
93352025-02-10T20:18:20.355Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
93362025-02-10T20:18:20.359Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
93372025-02-10T20:18:32.751Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
93382025-02-10T20:18:32.753Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
93392025-02-10T20:18:32.753Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
93402025-02-10T20:18:32.753Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
93412025-02-10T20:18:35.673Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
93422025-02-10T20:19:22.790Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
93432025-02-10T20:19:22.974Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
93442025-02-10T20:19:55.852Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
93452025-02-10T20:19:58.715Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
93462025-02-10T20:20:19.437Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 04s
93472025-02-10T20:20:19.680Zinfo: experimental features enabled: setup-scripts
93482025-02-10T20:20:19.687Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmpg6XvMf/live-tests-archive/omicron-live-tests.tar.zst
93492025-02-10T20:20:20.139Z Archived 47 files to /var/tmp/omicron_tmp/.tmpg6XvMf/live-tests-archive/omicron-live-tests.tar.zst in 0.45s
93502025-02-10T20:20:20.195Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmpg6XvMf/live-tests-archive\""
93512025-02-10T20:20:20.208Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmpg6XvMf" "live-tests-archive"
93522025-02-10T20:20:20.282Zcreated:
93532025-02-10T20:20:20.282Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
93542025-02-10T20:20:20.282ZTo use this:
93552025-02-10T20:20:20.282Z
93562025-02-10T20:20:20.282Z1. Copy the tarball to the switch zone in a deployed Omicron system.
93572025-02-10T20:20:20.283Z
93582025-02-10T20:20:20.286Z e.g., scp \
93592025-02-10T20:20:20.286Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
93602025-02-10T20:20:20.286Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93612025-02-10T20:20:20.286Z
93622025-02-10T20:20:20.286Z2. Copy the `cargo-nextest` binary to the same place.
93632025-02-10T20:20:20.286Z
93642025-02-10T20:20:20.286Z e.g., scp \
93652025-02-10T20:20:20.286Z $(which cargo-nextest) \
93662025-02-10T20:20:20.286Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93672025-02-10T20:20:20.286Z
93682025-02-10T20:20:20.286Z3. From the switch zone on that system, unpack the tarball with:
93692025-02-10T20:20:20.286Z
93702025-02-10T20:20:20.286Z tar xzf live-tests-archive.tgz
93712025-02-10T20:20:20.286Z
93722025-02-10T20:20:20.286Z4. From the switch zone on that system, run tests with:
93732025-02-10T20:20:20.287Z
93742025-02-10T20:20:20.287Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
93752025-02-10T20:20:20.287Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
93762025-02-10T20:20:20.287Z --workspace-remap live-tests-archive
93772025-02-10T20:20:20.287Z
93782025-02-10T20:20:20.287Z
93792025-02-10T20:20:20.287Zreal 2:34.340011978
93802025-02-10T20:20:20.287Zuser 5:38.589446982
93812025-02-10T20:20:20.287Zsys 38.498501404
93822025-02-10T20:20:20.287Ztrap 0.114308914
93832025-02-10T20:20:20.287Ztflt 0.654357653
93842025-02-10T20:20:20.287Zdflt 3.603442860
93852025-02-10T20:20:20.288Zkflt 0.001690297
93862025-02-10T20:20:20.288Zlock 14:16.898178749
93872025-02-10T20:20:20.288Zslp 21:27.334410372
93882025-02-10T20:20:20.288Zlat 5.832095395
93892025-02-10T20:20:20.288Zstop 18.137335583
93902025-02-10T20:20:20.288Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
93912025-02-10T20:20:20.291Z+ unset TMPDIR
93922025-02-10T20:20:20.291Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
93932025-02-10T20:20:20.291Zfiles in /var/tmp/omicron_tmp (none expected on success):
93942025-02-10T20:20:20.291Z+ find /var/tmp/omicron_tmp -ls
93952025-02-10T20:20:20.296Z164187 18 drwxr-xr-x 2 build build 2 Feb 10 20:20 /var/tmp/omicron_tmp
93962025-02-10T20:20:20.299Z+ rmdir /var/tmp/omicron_tmp
93972025-02-10T20:20:20.614Zprocess exited: duration 8108761 ms, exit code 0
 
93982025-02-10T20:20:20.635Zfound 3 output files
93992025-02-10T20:20:20.635Zuploading: /work/crate-build-timings.json (605046 bytes)
94002025-02-10T20:20:21.656Zuploaded: /work/crate-build-timings.json
94012025-02-10T20:20:21.659Zuploading: /work/environment.json (108 bytes)
94022025-02-10T20:20:22.665Zuploaded: /work/environment.json
94032025-02-10T20:20:22.668Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (364096 bytes)
94042025-02-10T20:20:23.680Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml